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!

Shattered Galaxy Emulator open source

Status
Not open for further replies.
Newbie Spellweaver
Joined
Jul 7, 2011
Messages
40
Reaction score
0
TOFU : Units

On the right hand side it has Infantry, Mobile, Aviation and Organics. Every unit is in there. I can make a txt also.
 
Junior Spellweaver
Joined
May 1, 2009
Messages
129
Reaction score
30
TOFU : Units

On the right hand side it has Infantry, Mobile, Aviation and Organics. Every unit is in there. I can make a txt also.

Cool, just got some of the units in the shop.
can you connect to msn?
 

Attachments

You must be registered for see attachments list
Junior Spellweaver
Joined
May 1, 2009
Messages
129
Reaction score
30
Some of the last main updates

The server exe file was added to the repo
Added sg_data.xml and sg_shop.xml to control data and shop units
Added Profile packets "view self" and other player is now working
Players can increase stats, server is now saving all the player data
when disconnecting and every 10 minutes and when typing exit in console

TODO list:
Add ctrl-c/exit support to console - DONE
Add player missing stats in db - MOSTLY DONE
Start working on units

Note: do not forget to cleardb every update

Update: I'm looking for some people with decent english to doc the source.
also pushed a new rev.
 
Last edited:
Newbie Spellweaver
Joined
Dec 19, 2011
Messages
6
Reaction score
0
i like this game sg

how to use it?

mss32.dll
binkw32.dll
can not found~~ :~<
 
Junior Spellweaver
Joined
May 1, 2009
Messages
129
Reaction score
30
You have downloaded the SGLocalHost.rar, you need to run it from the game folder.
In order to run the server you have to download the last rev from the repo and also mangodb, take a look in the main post.

Last updates:
Code:
Added better tutorial.
Updated to last golang weekly update.
Added md5 password support.
Added some more fields to player.
Added Exctractor.exe that extracts full items data(without description).
Copied the xml structs from GOs last rev and changed them and fixed some
bugs.
Data loading is now multi-threaded.
Some other bug fixes and changes.

Does people still interested in this project? I don't see much posts and interest here after I have started the project again :X.
 
Last edited:
Newbie Spellweaver
Joined
Jul 7, 2011
Messages
40
Reaction score
0
I'm still interested, but working quite a bit. PJProfessor is also working around it a little.
 
Junior Spellweaver
Joined
May 1, 2009
Messages
129
Reaction score
30
PJProfessor? do you mean PrinceProfessor?
Call him to go irc, it would be much nicer and easier.
irc.rizon.net #SGalaxy
 
Last edited:
Newbie Spellweaver
Joined
Dec 19, 2011
Messages
6
Reaction score
0
Im a SE in JAVA etc. project
a other words im a programmer
i can speak English a little but i can read

excuse me~~
Battle.pac
Logins.pac
EnterBuyUnits.pac
Movement.pac
CreateUser.pac
where should I put? tell me the dir please
 
Junior Spellweaver
Joined
May 1, 2009
Messages
129
Reaction score
30
Im a SE in JAVA etc. project
a other words im a programmer
i can speak English a little but i can read

excuse me~~
Battle.pac
Logins.pac
EnterBuyUnits.pac
Movement.pac
CreateUser.pac
where should I put? tell me the dir please

You don't need them, read the main post I wrote a tutorial there ^^
 
Last edited:
Newbie Spellweaver
Joined
Jul 11, 2011
Messages
8
Reaction score
0
Sorry I haven't posted in forever and a half, been busy with sister's wedding and such. Anywho, I didn't realize you picked it back up after you took a break; that's awesome!

I'm still not sure I can be of any help, unless I pick out some nice pom-pom's and cheer from a safe distance...

I tried looking at some basic coding methods and beginner coding but I still can't wrap my head around any of it - it's just not something I'll ever be able to do. Hell I even fail at collecting packets from the real server lawl. But if you find anything that needs doing that doesn't related to coding at all (probably not a whole lot) then let me know; I'll also get on to that IRC channel if I can remember how...
 
Newbie Spellweaver
Joined
Dec 19, 2011
Messages
6
Reaction score
0
i have rebuilt the source, but nothing on sale in the shop. why? tell me please
 
Junior Spellweaver
Joined
May 1, 2009
Messages
129
Reaction score
30
did it load all the data? make sure you got this dir structure
./bin/server.exe
./sg_data.xml
./*.xml

PrinceProfessor thats cool, you can still help us
 
Newbie Spellweaver
Joined
Dec 19, 2011
Messages
6
Reaction score
0
and i can not see anything in storage but it have.

bin--
|--windows_386--
| |--main.exe
|
|--sg_binds.xml,sg_data.xml,sg_items.xml,sg_shop.xml,shop.bin

oh I know~ load XMl error,

but xml dir is correct~

now~ instead of dataPath = "C:\\sg_data.xml" :D
and move those file to C:\\

it is show~~ but at the shop screen nothing in storage but it have.
 
Last edited:
Junior Spellweaver
Joined
May 1, 2009
Messages
129
Reaction score
30
and i can not see anything in storage but it have.

bin--
|--windows_386--
| |--main.exe
|
|--sg_binds.xml,sg_data.xml,sg_items.xml,sg_shop.xml,shop.bin

oh I know~ load XMl error,

but xml dir is correct~

now~ instead of dataPath = "C:\\sg_data.xml" :D
and move those file to C:\\

it is show~~ but at the shop screen nothing in storage but it have.

Well you cant buy units or see your units in shop yet, you can only see buy-able units and chat, all the others features are bugs/incomplete.
I'm currently working on extracting all the needed files so its not on my list at the moment.
XML loading should be fine, just post a ss or a debug log if you see something strange.
 
Last edited:
Newbie Spellweaver
Joined
Dec 19, 2011
Messages
6
Reaction score
0
Well you cant buy units or see your units in shop yet, you can only see buy-able units and chat, all the others features are bugs/incomplete.
I'm currently working on extracting all the needed files so its not on my list at the moment.
XML loading should be fine, just post a ss or a debug log if you see something strange.

ok i will collect packets and try to fix it

iam really really like this game~~ want to recover it as soon
as possible :thumbup1::):
 
Junior Spellweaver
Joined
May 1, 2009
Messages
129
Reaction score
30
Anything i can help with

come to the IRC channel :]
btw, I pushed a new rev.
Units and items are now supported can be added only through code/db right now, soon I will add the option to buy them.
 
Newbie Spellweaver
Joined
Jul 7, 2011
Messages
40
Reaction score
0
come to the IRC channel :]
btw, I pushed a new rev.
Units and items are now supported can be added only through code/db right now, soon I will add the option to buy them.


Whats the IRC again.
 
Status
Not open for further replies.
Back
Top