ivopc / Monster-Valle

Monster Valle, full-featured MMORPG based in Pokémon.
https://monstervalle.onrender.com/
MIT License
28 stars 2 forks source link

Write a guide for both server and client #1

Open ivopc opened 2 years ago

ArthurHVS commented 2 years ago

Hi! Would love to take that issue and contribute. Great effort here!

I've already tried to start the game, but i keep getting errors while trying to connect with the socket. If you can help me to start the project, i can totally make an step-by-step guide.

P.S (I'm brazilian, but as you're using english, i'm using too...)

ivopc commented 2 years ago

Hi! Would love to take that issue and contribute. Great effort here!

I've already tried to start the game, but i keep getting errors while trying to connect with the socket. If you can help me to start the project, i can totally make an step-by-step guide.

P.S (I'm brazilian, but as you're using english, i'm using too...)

Are you using new or old server archictecture? I recommend to start with older, just run the npm seeds with RethinkDB and run the MySQL scripts that id in dump folder. There are some problems in the new architecture cause I don't work with a long time and there's no seeds file or docker image or anything :(

ivopc commented 2 years ago

Which error? Can you talk more about?

ArthurHVS commented 2 years ago

Cloned the new-mv-server and the mv-client. I'll try with the old one later. Only realized that the auth token is saved in database right now... Anyway, thanks!