Is it possible to change the language from korean to english? i noticed the client has a locales folder with enus.pak in it, how do i utilize it?
EDIT: please ignore what i said below, i managed to fix the problems on my own by messing with the files and thinking hard XD
can you please include the launch.bat? I don't know how to launch the server. I built the server files using netBeans correctly and they built successfully, I have the dist folder, inside it the .jar and the lib folder with the library jars, i also have the build folder.
can you please share the launch.bat of these files or tell me how to make one correctly?
also, (cmd points to the dist folder and i type java -jar "MapleStoryv362.jar" ) if i try to open the .jar through cmd it says
no main manifest attribute, in MapleStoryv362.jar
Edit: to fix the manifest issue, open the .jar file that is in the dist folder using WinRar and go to META-INF and make sure that at the very very end it says "Main-Class: server.Start" , otherwise it won't work. for some reason when i built the files, it didnt include that sentence.
Here is my manifest incase someone wants it, you can edit the manifest file that is inside WinRAR using any editor, or you can extract it, edit it, and then drop it into winrar to overwrite the file.
Code:
Manifest-Version: 1.0Ant-Version: Apache Ant 1.9.7
Created-By: 1.8.0_241-b07 (Oracle Corporation)
Class-Path: lib/HikariCP-2.5.0.jar lib/activation-1.1.jar lib/commons- dbcp-1.3-SNAPSHOT-r796150-jdbc4.jar lib/commons-pool-1.5.2.jar lib/ma il-1.4.7.jar lib/mina-core-2.0.9.jar lib/mysql-connector-java-5.1.34- bin.jar lib/netty-all-4.1.30.Final.jar lib/slf4j-api-1.7.25.jar lib/s lf4j-jdk14-1.7.10.jar lib/swing-layout-1.0.4.jar
X-COMMENT: Main-Class will be added automatically by build
Main-Class: server.Start
Edit: I think the files originally use Eclipse but i used NetBeans, so maybe that caused an issue? It did say "build successful" without any errors whatsoever.
EDIT: i managed to make my own launch.bat and it now works, i also fixed the manifest issue, so i guess the server is working
there is another issue though, in the client, if i open gamelauncher.exe or maplestory.exe , i get "maplestory this client can be executed only in korean code page"
i am using the local.dll from the comment
Edit 2: i think the korean code page error is related to the region language, i googled a bit. I changed it to korean, i will restart the computer and then see if the issue got fixed or not, i also installed the korean language pack
Edit 3: IT WORKS!!!! YAY
Also, here is my launch.bat incase anyone wants it for any reason
Code:
@[I][B][URL="https://forum.ragezone.com/members/2000306500.html"]Echo[/URL][/B][/I] off
@title MapleStoryv362
set PATH=C:\Program Files\Java\jdk1.8.0_211\bin;%PATH%
set CLASSPATH=.;dist\*java -Xmx2048m -Dwzpath=wz\ server.Start
pause
Make sure each sentence is in its own line (use notepad++)
and if anyone wants a tutorial, i followed this guide (until he finished making the server, i didnt watch the client segment of the video as i assume the client from the reply #7 and #12 from this page is already enough, right? can someone please confirm?)
To view the content, you need to sign in or register
Also, here are the launch.bat and manifest files as attachments, so if someone needs them, they can just download and use them.
View attachment manifest and launch dot bat.7z