Closed ts456369 closed 1 month ago
In the Readme we have a client for S9 shared I don't have Usage guide because is still in development is not a project for use yet, some things is constantly in change.
A basic guide for use is: Build all the project Start ConnectServer Fill all info Copy Data folder from GitHub on GameServer folder Start GameServer (Will be closed in the firts start) Fill File Server.xml Start again GameServer and now you can use
hello, I am very interested in this project, but I get the following error, maybe you can provide a solution in detail and with a link to avoid this error and succeed in running this project. Thank you very much, I look forward to your reply
I tried to run the emulator according to your instructions, but the result is the same, it gives the same error, the question is whether you are still maintaining this project and whether there will be more detailed instructions for starting the server. Thank you very much, if you react and answer.
Hello , sorry i was a little bussy, today in a 12h i can ask your questions of how to run this project
El sáb, 7 de sept de 2024, 1:53 a. m., Darius Jakaitis < @.***> escribió:
hello, I am very interested in this project, but I get the following error, maybe you can provide a solution in detail and with a link to avoid this error and succeed in running this project. Thank you very much, I look forward to your reply
— Reply to this email directly, view it on GitHub https://github.com/Yomalex/MuEmu/issues/6#issuecomment-2335094873, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFPUFEBCN66ZGBD3DPQ3FZ3ZVKPF5AVCNFSM6AAAAABNZYPGBOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMZVGA4TIOBXGM . You are receiving this because you modified the open/close state.Message ID: @.***>
Is the same error? can you post some picture from the console, server.xml and folder structure?
hello, I am sending you the server archive and a photo of what the error looks like
project files google drive https://drive.google.com/drive/folders/1Vq46sZpUBQotUQ9bNLvHPj-mkjgLMGnZ?usp=sharing
Thanks for your response, I really want to run this project and experiment for learning purposes
2024-09-11, tr, 03:47 Camejo Yomar @.***> rašė:
Is the same error? can you post some picture from the console, server.xml and folder structure?
— Reply to this email directly, view it on GitHub https://github.com/Yomalex/MuEmu/issues/6#issuecomment-2342403969, or unsubscribe https://github.com/notifications/unsubscribe-auth/AZINVW2OJHYDCQFUEXRUQ4LZV6HKRAVCNFSM6AAAAABNZYPGBOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNBSGQYDGOJWHE . You are receiving this because you commented.Message ID: @.***>
-- Pagarbiai,
Darius Jakaitis
Here is an image of what the server startup looks like with the indicated error
The problems is the folder Data is not in the correct path, same error described in the beginning of this issue report.
Data folder (https://github.com/Yomalex/MuEmu/tree/master/Data) need to be copied in de root forlder with MuEmu binarie and Server.xml need to be with this configurarion in files section:
<Files>
<DataRoot>./Data/</DataRoot>
<Monsters>Monsters/Monster</Monsters>
<MonsterSetBase>Monsters/MonsterSetBase</MonsterSetBase>
<SelupanPatterns>Monsters/PatternSelupan.xml</SelupanPatterns>
<MayaLeftHandPatterns>Monsters/PatternMayaLeftHand.xml</MayaLeftHandPatterns>
<MayaRightHandPatterns>Monsters/PatternMayaRightHand.xml</MayaRightHandPatterns>
<NightmarePatterns>Monsters/PatternNightmare.xml</NightmarePatterns>
<MapServer>MapServer.xml</MapServer>
<QuestWorld>QuestWorld/</QuestWorld>
</Files>
or you can change de DataRoot path in Server.xml to point to the data folder
Hello, I want to congratulate you that you successfully launched, Thank you very much for your help. Another question is how to add these settings and continue creating in the same way, or maybe it is not very important. Thanks in advance. Maybe you can describe this fragment more:
<MGFindBombs>MiniGames/FindBombs.xml</MGFindBombs>
<MGJewelBingo>MiniGames/JewelBingo.xml</MGJewelBingo>
<MGBallsAndCows>MiniGames/BallsAndCows.xml</MGBallsAndCows>
I still get this error
the key in Server.xml (MuEmu) has to be the same as in configuration.xml (CSEmu)
Server.xml:
<APIKey>api-2020110116</APIKey>
configuration.xml:
<apiKey>api-2020110116</apiKey>
Thank you very much for your attention, everything went well. now all that's left is to customize the client files.
Can the client share? Can you share the usage guide?