PokeMMO Server+Client (Browserbased)

Oak Lab and Port animation

Sem título11111 - PokeMMO Server+Client (Browserbased) - RaGEZONE Forums Sem título2222 - PokeMMO Server+Client (Browserbased) - RaGEZONE Forums
 
Is there a way to make a Pokemon MMO with just an emulator and entirely with pokescripts? Since I can work with Pokescripts pretty well. It's just the emulator which I don't know about. However, I do have the source code of emulators.

Sorry if this is off-topic.
 
Is there a way to make a Pokemon MMO with just an emulator and entirely with pokescripts? Since I can work with Pokescripts pretty well. It's just the emulator which I don't know about. However, I do have the source code of emulators.

Sorry if this is off-topic.

well, if you have the source code you now have a 100% working client (OR close to 100%), so the only problem would be creating a sever to be compatible, (first off make it support multiple connections, then create the packets for incoming, not sending, then when they all work get the server to client communication working:

in this order basically:
setup basic server (can accept multiple connections)
client>server communication (telling server what you current actions are)
server>alt clients communication (telling other clients where the other players are, etc)
 
today i tested bitou's pokemmo (pokerpg) and it looks great, he made great changes.
currently he's working on a better speech system and on a pokemon system for a game menü.

he'll release his files until he has completed the half or more of the TODO list on the thread start.

Also i told him if he can change the tileset to bring his game a better individual touch. Maybe the tileset from pokemon nox will be integrated into his game.
 
I'm quitting from this project.
But I know bitou's files will make PokeMMO some really good files.
Anyways, my files don't have such advances like the ones from bitou,
but if someone wants my changes to the files, pm me :)
 
Remember, every changes are helping! It would be nice if you can make a list with your changes here, i'll add them to the top of thread and will update the download files if the changes are helpful :-)
 
Hey, I dont get it, Whenever I type in CMD:
cd C:
move C:mongodb-win32-* C:mongodb
I get message "a duplicate file exists or the file cannot be found"
edit: nevermind, fixed. on my way to setting up the files (Finally), hope it works.
 
Last edited:
go to your C: drive, and look for "mongodb" folder, if it is there, delete it and all of it's sub folders and files. then run that command again.

Thanks for the fast respone! the cmd part is done, now im settting up the files.
I am running a webserver on my computer, but I don't get what files I have to put in the webserver folder?

another error: when I start run.bat in the server folder

felixcruzer - PokeMMO Server+Client (Browserbased) - RaGEZONE Forums


another edit:

the cmd problem is fied and all running.. :D

Edit: Problem after creating my character

felixcruzer - PokeMMO Server+Client (Browserbased) - RaGEZONE Forums


What the..
 
Last edited:
Follow this:

go to this directory:
(where you saved pokemmo source)/server/
Open up "Server.out.node.js" so that you can edit it,
search(ctrl+f) for "viridianflorest"
change what it finds to "viridanforest" (remove the l)
then save and run the server.

The last photo you have listed shows the correct messages, they are not errors, they are only saying that it is saving your character.

Why do you have to type it in the cmd? Why is it not possible to just copy and paste it in that folder name?
This is because sometimes when you copy and paste the folders it does not do it 100% correct, and a file might go wrong, this is just a way to ensure that nothing goes wrong/
 
Follow this:

go to this directory:
(where you saved pokemmo source)/server/
Open up "Server.out.node.js" so that you can edit it,
search(ctrl+f) for "viridianflorest"
change what it finds to "viridanforest" (remove the l)
then save and run the server.

The last photo you have listed shows the correct messages, they are not errors, they are only saying that it is saving your character.


This is because sometimes when you copy and paste the folders it does not do it 100% correct, and a file might go wrong, this is just a way to ensure that nothing goes wrong/

Yeah but look at the game screen.. "Failed loading files"
 
Back