EOSERV Forum > Lounge > Pokemon Reborn "Project"
Topic is locked.
Page: << 1 >>
Pokemon Reborn "Project"
Author Message
Post #191285 Pokemon Reborn "Project"

Pokemon Reborn

Hey everyone. I haven't been on Eoserv much, but recently I've been working on making a fully, updated version of Pokemon Fire Red, meaning tons of new; areas, scripts, Pokemon,  and much more..

I wanted to know if anyone here would be interested in playing it, once I fully completed it. If anyone is interested, I'll work on it more often,  and make a new topic for it, and update it very often with my progress.

You would play through it like you would in Pokemon Fire Red, but every single original area will be changed QUITE a bit, and have countless new things to earn, and to do. It won't only be the original areas improved, and with new stuff to do.. It will be a whole new game, with a whole new set of areas, and lots more of course.

To play Pokemon Reborn, you  have to download- Pokemon Reborn Rom (obviously) + VisualBoyAdvance
I'll also probably upload a simple beta for others to test out a few areas, and gameplay, ect. .
You can download VisualBoyAdvance-1.7.2  at the official site below-

http://vba.ngemu.com/downloads.shtml


Below are some of the Pokemon Reborn "Features" . (There's Tons I have to add yet, (or) forgot to add).


-New Pokemon to get
-New Items
-Tons Of New Areas (buildings, caves,islands, everything!)
-Original Areas greatly improved, "I hope".
-New Players (Player event scripts)
-New Character Sprite (your character)
-Tons Of New Scripts! (quests, dialogs,signs,ect)
-New Team Rocket Encounters (Much better team rocket missions,  and rewards!)
-New Gym Leaders (Whole new set of gym leaders to fight, and badges to get.
-Tons of items, and hidden items to find throughout old and new areas.It won't be easy for the better ones though.
-Most Trainers will be a little more difficult.
-New HM's + TM's (Planning on it anyways..)
-More to add..



I'll upload a couple screenshots later, if anyone is interested in seeing an example of the "improved" maps, just reply here.
The maps are also not fully finished yet, so I know there is parts that need to be fixed! Pallet town is complete almost  though, either than a couple minor things.
If no one thinks this would be a good idea, sorry for wasting your time. I'll probably release it on a couple other sites also, anyways. : )

---
EO Resources/Guides: â—„ eobud.boards.net â–º
11 years, 35 weeks ago
Post #191295 Re: Pokemon Reborn "Project"

If your serious why dont you use PokeEmu and make a Fire Red version in MMO form. I can link you to all the sources required to start your own Pokemon MMO if you are interested.

---
"Everyone is a retard until they prove themselves otherwise."
11 years, 35 weeks ago
Post #191296 Re: Pokemon Reborn "Project"

If you are serious about this I think you should look into the rpg maker project. Some kid has a pre-built pokemon script and GBA graphics ripped. It will run a lot smoother on older PC's than will the Visual GBA emulator and also give you a ton of flexibility. RPG maker will set you back about 50 bucks unless you torrent the shit from pirate bay(I didn't say or recommend that).

11 years, 35 weeks ago
Post #191367 Re: Pokemon Reborn "Project"

Thanks to both of you, for your replies. Yes I am very serious about doing this.

Zeriu- that would definatley be a big help, if you could link me to what would be required. I looked into it a bit, but didn't extensively search for the resources, and how to set it up, which probably wouldn't be very hard anyways, I assume.

Apollo- I'll definatley look into this later also Apollo, thanks! Money wouldn't be an issue for me so I'll definitely consider that.

---
EO Resources/Guides: â—„ eobud.boards.net â–º
11 years, 35 weeks ago
Post #191384 Re: Pokemon Reborn "Project"

Here are 2 sources, both are completely working. But both are 2 completely different languages. I recommend you pick the one you think would work the best for you.

http://forum.ragezone.com/f705/release-pokemon-markz88-mmo-starter-903569/

http://forum.ragezone.com/f705/pokemmo-server-client-browserbased-878301/ - (Recommended)

I have tested both, and both work perfectly fine.

I personally recommend the second option. It is harder to use, as it is not as straight forward. But the source is more open. You can get more done with the second option. Good luck.

---
"Everyone is a retard until they prove themselves otherwise."
11 years, 35 weeks ago
Post #191390 Re: Pokemon Reborn "Project"

I heard pokenet was decent, ever got it fully running when I gave it a shot.
http://forum.ragezone.com/f706/guide-pokenet-server-setup-760965/


Me starting up pokenet

https://www.youtube.com/watch?v=qt9cCfOEz8M

I never actually got it fully working because well I didn't actually want to run a pokemon mmo. But it shows it does start up, client and server software work.

---
( ͡° ͜ʖ ͡°)CTronic.org 
I'm Nutso. Keep your fingers out of my butthole.
11 years, 35 weeks ago
Post #191519 Re: Pokemon Reborn "Project"

Thanks again, for the help and suggestions everyone. I decided to get "RPG Maker xp", and I followed every step for the starter kit, you mentioned Zeriu. I have everything installed, and setup properly "I thought", but I cannot get the server online. I edited the cfg "configuration settings" but that might partly be what I am messing up on. I think I need to change these settings somewhere else also? I'm not possitive on how to properly set up the configuration.ini file.. There is more than likely simple steps I missed, or something I messed up on, which is likely to. I've been searching a while for solutions to these issues, but haven't had any luck so far.
When I start the "start server batch file", it pretty much just instantly closes. I get no error messages or anything as to why. =/ When I just start the game normally from the RGSS player I get to the server screen, but my server name isn't displayed, and says offline.

Any help with this would be greatly appreciated if you got any suggestions.
Sorry for asking so much also, I am just confused as to what I am doing wrong. I searched for a "long time.." to solve my issues  though, just so you know I'm at least making an effort to do this myself. xD

Further information- (What I've done)

-Downloaded Markz88 Start Kit
-Mysql 5.0 /Installed
-Ruby 1.9.2-p290 /Installed
-Heidi-Sql database /Installed
-RMX-OS SQL Database /Imported to Heidi-Sql
-Configuration Settings File Below (Probably set up wrong..)

NAME = 'Pokemon Reborn'
HOST = '127.0.0.1'
PORT = 54269
RMXOS_VERSION = 1.22
RMXOS_PLATFORM = Win32

LOG_MESSAGES = true
LOG_ERRORS = true
LOG_ACTIONS = true

DEBUG_MODE = true

MAXIMUM_CONNECTIONS = 50
LOGIN_TIMEOUT = 30
AUTO_RESTART = true
RESTART_TIME = 5
USE_IP_BANNING = true
PREVENT_ZOMBIE_CLIENTS = true
RUBY_PROMPT = false
OPTIMIZE_DATABASE_ON_STARTUP = true
DATABASE_CONNECTION_TIMEOUT = 60

SQL_HOSTNAME = '127.0.0.1'
SQL_USERNAME = 'root'
SQL_PASSWORD = 'password'
SQL_DATABASE = 'rmxosdb'

INBOX_SIZE = 10

EXTENSIONS = [
]

---
EO Resources/Guides: â—„ eobud.boards.net â–º
11 years, 35 weeks ago
Post #191523 Re: Pokemon Reborn "Project"
shayne posted: (30th Apr 2013, 09:31 am)

Thanks again, for the help and suggestions everyone. I decided to get "RPG Maker xp", and I followed every step for the starter kit, you mentioned Zeriu. I have everything installed, and setup properly "I thought", but I cannot get the server online. I edited the cfg "configuration settings" but that might partly be what I am messing up on. I think I need to change these settings somewhere else also? I'm not possitive on how to properly set up the configuration.ini file.. There is more than likely simple steps I missed, or something I messed up on, which is likely to. I've been searching a while for solutions to these issues, but haven't had any luck so far.
When I start the "start server batch file", it pretty much just instantly closes. I get no error messages or anything as to why. =/ When I just start the game normally from the RGSS player I get to the server screen, but my server name isn't displayed, and says offline.

Any help with this would be greatly appreciated if you got any suggestions.
Sorry for asking so much also, I am just confused as to what I am doing wrong. I searched for a "long time.." to solve my issues  though, just so you know I'm at least making an effort to do this myself. xD

Further information- (What I've done)

-Downloaded Markz88 Start Kit
-Mysql 5.0 /Installed
-Ruby 1.9.2-p290 /Installed
-Heidi-Sql database /Installed
-RMX-OS SQL Database /Imported to Heidi-Sql
-Configuration Settings File Below (Probably set up wrong..)

NAME = 'Pokemon Reborn'
HOST = '127.0.0.1'
PORT = 54269
RMXOS_VERSION = 1.22
RMXOS_PLATFORM = Win32

LOG_MESSAGES = true
LOG_ERRORS = true
LOG_ACTIONS = true

DEBUG_MODE = true

MAXIMUM_CONNECTIONS = 50
LOGIN_TIMEOUT = 30
AUTO_RESTART = true
RESTART_TIME = 5
USE_IP_BANNING = true
PREVENT_ZOMBIE_CLIENTS = true
RUBY_PROMPT = false
OPTIMIZE_DATABASE_ON_STARTUP = true
DATABASE_CONNECTION_TIMEOUT = 60

SQL_HOSTNAME = '127.0.0.1'
SQL_USERNAME = 'root'
SQL_PASSWORD = 'password'
SQL_DATABASE = 'rmxosdb'

INBOX_SIZE = 10

EXTENSIONS = [
]


Maybe you should ask this question on their forum.. not here..
---
"Pineapples and shit."
11 years, 35 weeks ago
Post #191524 Re: Pokemon Reborn "Project"

Seeing as this is the lounge, I don't see what the problem is. Especially when you consider there is people here, who know exactly what there talking about, and have done this befor, for a pokemon MMO.. I really don't see what the point of your post was, especially since it isn't helpful at all, but oh well, that tends to happen here on eoserv. If I can not get further help here, that's fine, I will keep trying elsewhere to figure it out. I'm happy I even got the help I did anyways, and it's not like I am forcing or begging anyone for help anyways... If you also read what I have said previously, you would notice I at least have been trying to fix this myself and have been at it for a while.. At least I am not like most people, who don't even try at all and expect everyone to fix everything for them.. Thanks for the obvious suggestion though... ; P

---
EO Resources/Guides: â—„ eobud.boards.net â–º
11 years, 35 weeks ago
Post #191525 Re: Pokemon Reborn "Project"
shayne posted: (30th Apr 2013, 10:58 am)

Seeing as this is the lounge, I don't see what the problem is. Especially when you consider there is people here, who know exactly what there talking about, and have done this befor, for a pokemon MMO.. I really don't see what the point of your post was, especially since it isn't helpful at all, but oh well, that tends to happen here on eoserv. If I can not get further help here, that's fine, I will keep trying elsewhere to figure it out. I'm happy I even got the help I did anyways, and it's not like I am forcing or begging anyone for help anyways... If you also read what I have said previously, you would notice I at least have been trying to fix this myself and have been at it for a while.. At least I am not like most people, who don't even try at all and expect everyone to fix everything for them.. Thanks for the obvious suggestion though... ; P


You're more likely to get helped at the source, then somewhere where people don't really bother with PokemonMMO's.
If I want to know how much cash I can collect from my bank, I'm not going to the pub to ask. Just some common sense.
---
"Pineapples and shit."
11 years, 35 weeks ago
Post #191528 Re: Pokemon Reborn "Project"

Generally, you ask someone that has experiance with the subject. Zeriu said he has set up his own Pokemon MMO befor. So I asked a simple question that he may very well know, since he has more than likely had to deal with something similar perhaps, or may know what could be wrong. I just hate when people reply with the types of comments like you did, especially when I clearly stated I have searched and searched on other forums.. I see your point at the same time, but I obviously know to check other places to. Like you said it is "Common sense." ;P

---
EO Resources/Guides: â—„ eobud.boards.net â–º
11 years, 35 weeks ago
Post #191529 Re: Pokemon Reborn "Project"
shayne posted: (30th Apr 2013, 11:16 am)

Generally, you ask someone that has experiance with the subject. Zeriu said he has set up his own Pokemon MMO befor. So I asked a simple question that he may very well know, since he has more than likely had to deal with something similar perhaps, or may know what could be wrong. I just hate when people reply with the types of comments like you did, especially when I clearly stated I have searched and searched on other forums.. I see your point at the same time, but I obviously know to check other places to. Like you said it is "Common sense." ;P


I, in no way intented to tell you what to do, I was more likely to give a suggestion. Anyway.. I suggest you could send Zeriu a private message? You'd be able to contact him directly.
---
"Pineapples and shit."
11 years, 35 weeks ago
Post #191530 Re: Pokemon Reborn "Project"

Alright, np. I just thought you were basically telling me to screw off. xD Thanks for the suggestion. I would Pm him, but i'd rather not annoy him with messages. So if he can't or doesn't want to help, it's all good, he's already helped a ton anyways.

---
EO Resources/Guides: â—„ eobud.boards.net â–º
11 years, 35 weeks ago
Post #191587 Re: Pokemon Reborn "Project"

What happens when you first start the server? Does the DOS box instantly close? If so Ruby has not been assigned to ruby files yet. That is your issue, I would open a ruby filename and tell it to open with ruby. Then launch the sever and it should work.

---
"Everyone is a retard until they prove themselves otherwise."
11 years, 35 weeks ago
Post #191610 Re: Pokemon Reborn "Project"

Yes, the DOS box closes instantly. I'm not sure on how to have Ruby be assigned to ruby files. I am a little confused, with where you said "open a ruby filename and tell it to open with ruby." I don't know which ruby file you mean. The RMX-OS inside the server 1.22 folder, is the one you mean i'm assuming. When I try to open a ruby filename with "interactive ruby", it just closes immediatley.

Thanks again for the help, I'll keep searching forums for the suggested fix you said, and try to find out, how to do what you said.

---
EO Resources/Guides: â—„ eobud.boards.net â–º
11 years, 35 weeks ago
Page: << 1 >>
Topic is locked.
EOSERV Forum > Lounge > Pokemon Reborn "Project"