• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Pokemon Universe

Experienced Elementalist
Joined
May 28, 2012
Messages
289
Reaction score
51
Hi i found a Pokemon MMORPG called Pokemon-Universe,
the Source is avaible on code.google.
The game is written in "Go" it's a google coding language i think.
Take a look at the Screen's, this game looks really nice and the development community is still active!

Screenshot's:
felixcruzer - Pokemon Universe - RaGEZONE Forums

felixcruzer - Pokemon Universe - RaGEZONE Forums

felixcruzer - Pokemon Universe - RaGEZONE Forums

Compile Guide:


Download the Source:




The Go Programming Language:


I can't compile it can someone help? I'm not the best with Linux
 
Last edited:
Junior Spellweaver
Joined
Dec 21, 2009
Messages
188
Reaction score
40
Can someone upload this to MEGA? Mediafire will just delete it eventually like the rest of other host.
Also I don't know how to download it from google.. Please compile too.
 
Last edited:
Joined
Jul 29, 2012
Messages
527
Reaction score
71
Okay, from reading heir setup guide here is what i think may get it running on a windows computer (havn't tested as im at college currently)

1. Download GO from here


2. Download the latest Pokemon Universe Source code from here
svn checkout pu

3. Open a command prompt and go to the directory that you saved PU to
The command for this is "cd" so, if you saved PU at "C:\PU" you would type
Code:
cd C:\PU\

Now once it has done that, you need to type:
Code:
go build
^ I do not know if this is the correct thing to type as I got it from this page:


When I get home I'll experiment more so see if this will run on windows.
 
Experienced Elementalist
Joined
May 28, 2012
Messages
289
Reaction score
51
Okay, from reading heir setup guide here is what i think may get it running on a windows computer (havn't tested as im at college currently)

1. Download GO from here


2. Download the latest Pokemon Universe Source code from here
svn checkout pu

3. Open a command prompt and go to the directory that you saved PU to
The command for this is "cd" so, if you saved PU at "C:\PU" you would type
Code:
cd C:\PU\

Now once it has done that, you need to type:
Code:
go build
^ I do not know if this is the correct thing to type as I got it from this page:


When I get home I'll experiment more so see if this will run on windows.

look at this:

 
Joined
Jul 29, 2012
Messages
527
Reaction score
71
Well I know that you need to either move the source to the installed placed for GO , which is C:/GO, or change the system path variable to where you put the source. I did all this but then the compiler (after running "go build") came up with error in the packages about network having too many problems and stopping because of it.
 
Experienced Elementalist
Joined
May 28, 2012
Messages
289
Reaction score
51
Well I know that you need to either move the source to the installed placed for GO , which is C:/GO, or change the system path variable to where you put the source. I did all this but then the compiler (after running "go build") came up with error in the packages about network having too many problems and stopping because of it.

i have the same problem, i get too many errors if i try to build the server/client..
 
Joined
Jul 29, 2012
Messages
527
Reaction score
71
You can't build the client if you don't build the packages (which have been customised so there would be no point in searching for them online)
Building the packages is what causes my errors, I'm looking into why they are caused and how I can fix them currently, i'll post back if I manage to find anything out.
 
Initiate Mage
Joined
Aug 30, 2014
Messages
1
Reaction score
0
Hi i found a Pokemon MMORPG called Pokemon-Universe,
the Source is avaible on code.google.
The game is written in "Go" it's a google coding language i think.
Take a look at the Screen's, this game looks really nice and the development community is still active!

Screenshot's:
felixcruzer - Pokemon Universe - RaGEZONE Forums

felixcruzer - Pokemon Universe - RaGEZONE Forums

felixcruzer - Pokemon Universe - RaGEZONE Forums

Compile Guide:


Download the Source:




The Go Programming Language:


I can't compile it can someone help? I'm not the best with Linux
Hay felix

Do you still custimize this ?
Like fix it ?
 
Back
Top