reup link plisss
Printable View
reup link plisss
anyone fix 3th skill problem ? one skill dont work
This is not skill is to change target
Could anyone re-upload this file? Thank you.
Has anyone managed to fix the password verification?
Please reup link! Thanks!
after the game build error in the engine, wtf? help me pls
and another question is how to edit texts, for example these: https://i.imgur.com/j6aoZIx.jpgQuote:
System.IO.DirectoryNotFoundException: Could not find a part of the path "E:\Log.txt".
at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean anonymous, FileOptions options) [0x001be] in /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.IO/FileStream.cs:292
at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share) [0x00000] in <filename unknown>:0
at (wrapper remoting-invoke-with-check) System.IO.FileStream:.ctor (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
at System.IO.StreamWriter..ctor (System.String path, Boolean append, System.Text.Encoding encoding, Int32 bufferSize) [0x00039] in /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.IO/StreamWriter.cs:124
at System.IO.StreamWriter..ctor (System.String path, Boolean append) [0x00000] in <filename unknown>:0
at (wrapper remoting-invoke-with-check) System.IO.StreamWriter:.ctor (string,bool)
at BlGame.Network.NetworkManager.SendMsg (IExtensible pMsg, Int32 n32MsgID) [0x0012b] in C:\Users\Server\Desktop\Unity Moba Mobile\Client\Assets\Scripts\Common\NetworkManager.cs:387
at CGLCtrl_GameLogic.EmsgToLs_AskLogin () [0x00036] in C:\Users\Server\Desktop\Unity Moba Mobile\Client\Assets\Scripts\GameLogic\CGLCtrl_GameLogic.cs:1007
at BlGame.Network.NetworkManager.OnConnected (System.Object sender, System.EventArgs e) [0x0006b] in C:\Users\Server\Desktop\Unity Moba Mobile\Client\Assets\Scripts\Common\NetworkManager.cs:431
at BlGame.Network.NetworkManager.Update (Single fDeltaTime) [0x002c3] in C:\Users\Server\Desktop\Unity Moba Mobile\Client\Assets\Scripts\Common\NetworkManager.cs:324
UnityEngine.Debug:LogError(Object)
Debugger:LogError(Object) (at Assets/Scripts/DebugManager.cs:51)
BlGame.Network.NetworkManager:Update(Single) (at Assets/Scripts/Common/NetworkManager.cs:328)
JxBlGame:Update() (at Assets/Scripts/JxBlGame.cs:123)
links workers
To edit those texts you have to edit the prefabs without changing whats active, then update the prefab..
did you try changing the path the log is saved? you could be getting that error due to no E: drive existing. i had this issue before, but it was a long time ago so i forgot if the problem was the same as yours but i do remember changing the drive path.
I wrote a program for the XML config files to extract the relevant text to a plain text file,
so I can translate and afterwards it updates and puts it back into the xml file. Easy Conversion
I am working on one to do the same for prefabs since its literally one field in them that takes the text.
In the prefabs if you want to work with them raw look for "mText:" in *.prefab using notepad++
Open prefab files and search unicodes
unicode looks like : \u2023
so search unicode and copy them then use online converter (https://r12a.github.io/app-conversion/) to convert unicode to chinese and then simply translate that chinese text with google translate and paste the translated text at the place of unicode directly
I did this instead of the multiple option thing.
https://i.imgur.com/nZhbCFV.jpg