Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Guide]PokeNet Server Setup

Newbie Spellweaver
Joined
Apr 19, 2011
Messages
36
Reaction score
0
I suppose
Code:
java -jar PocketMonsutaServer.jar -s high -p 500
would be
Code:
java -jar Pokenet.jar -s high -p 500
?
 
Newbie Spellweaver
Joined
Nov 30, 2004
Messages
41
Reaction score
0
@dabatoa

I server in the folder the file is "Pokenet.jar or PocketMonsuteServer.jar" change to the file =)
Only exchange according to the name that has the file ".bat".

No more,
cya"
 
Last edited:
Newbie Spellweaver
Joined
Apr 19, 2011
Messages
36
Reaction score
0
Is there a CMS written for this?

---------- Post added at 06:43 PM ---------- Previous post was at 06:40 PM ----------

Yeah if your jar is named Pokenet.jar then edit the bat.
You're the one naming it Pokenet.jar :p
 
Joined
Aug 16, 2006
Messages
1,251
Reaction score
199
I have no idea what you mean.
The defualt jar file is Pokenet.jar, however with my client i named it PocketMonsuta.jar, and on my resource site its named client.jar, doesnt matter what its named, just so long as you edit the .bat to read the correct jar file.

There is currently no cms for this however i have written a PHP file for server status if you need it.

NorFuzzoR is currently coding a CMS for this though.
 
Last edited:
Newbie Spellweaver
Joined
Apr 19, 2011
Messages
36
Reaction score
0
Are you the developer?

---------- Post added at 07:03 PM ---------- Previous post was at 07:02 PM ----------

And why PokeNet?
 
Newbie Spellweaver
Joined
Apr 19, 2011
Messages
36
Reaction score
0
I'm from the Habbo sphere and totally new to this, however interested, really. Now that I copied and replaced the lib folder and it loads. However where does it loads the required files from?

---------- Post added at 07:19 PM ---------- Previous post was at 07:13 PM ----------

"The account server is currently offline. Please try again later" servers.txt were already edited, now what?
 
Last edited:
Newbie Spellweaver
Joined
Apr 19, 2011
Messages
36
Reaction score
0
Have you got MSN? I'm done yet it fails to register.
 
Newbie Spellweaver
Joined
Apr 19, 2011
Messages
36
Reaction score
0
I did. Portforward is teh man.
 
Last edited:
Newbie Spellweaver
Joined
Dec 3, 2008
Messages
28
Reaction score
2
What if I use VPS? What OS should I get and what are the specifications of the VPS?
 
Newbie Spellweaver
Joined
Mar 11, 2007
Messages
10
Reaction score
0
Ok so clearly i am blind or missing something. The only .bat file i can find in any of the folders is the one in the client folder, it didn't look like the right one though. What am i doing wrong here? :(
 
Newbie Spellweaver
Joined
Apr 19, 2011
Messages
36
Reaction score
0
@Jaize It works on both Windows and Linux. Recommended:
Code:
-low
  		< 1.86ghz
  		< 256MB Ram
  		< 1mbps Up/Down Connection
  		75 Players
  -medium
  		< 2ghz
  		512MB - 1GB Ram
  		1mbps Up/Down Connection
  		200 Players
  -high
  		> 1.86ghz
  		> 1GB Ram
  		> 1mbps Up/Down Connection
  		> 500 Players

@hellman098 follow step 1.5
Let's suppose you're on Windows. Open Notepad and type
Code:
java -jar Pokenet.jar -s high -p 500
. Save it as SERVER_START.bat (Save as type All Files).


In fact the guide is clear enough.
 
Last edited:
Newbie Spellweaver
Joined
Dec 3, 2008
Messages
28
Reaction score
2
@Jaize It works on both Windows and Linux. Recommended:
Code:
-low
  		< 1.86ghz
  		< 256MB Ram
  		< 1mbps Up/Down Connection
  		75 Players
  -medium
  		< 2ghz
  		512MB - 1GB Ram
  		1mbps Up/Down Connection
  		200 Players
  -high
  		> 1.86ghz
  		> 1GB Ram
  		> 1mbps Up/Down Connection
  		> 500 Players

Thanks, I'll get Linux VPS with the High Settings..
 
Back
Top