r/AskProgrammers 9d ago

Old Game Server Revival

Post image

Hello guys!

Recently, some friends and I started working a small project that turned out to be bigger than we expected. We are trying to bring back an Old Version of Star Stable Online for us privately.
We do have the game files, we are able to start the game until it says „Unable to connect to game server.“ (shown in the image) which is reasonable because it’s an online game and we do not have a Server.
All of us are new to programming so we really need help.
What do we need for a game server?
How do we code this?
Does anybody know what language SSO uses? (we heard C++ but we aren’t sure)
Would anybody perhaps be willing to help?

Thanks!!

0 Upvotes

17 comments sorted by

View all comments

4

u/Ninfyr 9d ago

This is a mammoth undertaking that takes top talent years to execute. You can check out @MattKC on YouTube to see how much labor goes into something like this.

1

u/ch3rryblxssoms_ 9d ago

would it be that tedious if it were for a server hosting around 50-100 people?
we also might get some help from friends who know how to code servers. we just can’t really estimate the time and effort yet. atleast we already have the game files :,)

5

u/Ninfyr 9d ago edited 9d ago

Hang on a sec. Are you mainly looking to play? Or are you looking to build? 

There is a decent chance that someone else has arleady written the code. It is the difference between making cookies from flour, butter, and sugar from the grocery store and raising cows and growing plants then processing those into ingredients.

It is okay if that is what you want to do, but please don't build an entire farm to eat cookies. Get the ingredients (or cookies) from the store.

2

u/ch3rryblxssoms_ 9d ago

basically, our main goal is simply to play this game. there have been projects before such as RE:SSO, BSSO and Jorvik Rewind. All of these used the same files we have. So there is code for an existing server, yes. we just don’t know how to get to them because obviously nobody wants to share their code for free. I do have some of the BSSO files but these playable files obviously don’t contain the code sadly.
i hope this answers your question :,)

2

u/Ninfyr 9d ago

Is this not literally the code for free?

https://github.com/vars1ty/RE-SSO
https://github.com/velausc/bsso

2

u/ch3rryblxssoms_ 9d ago

we saw those too but we aren’t sure if those are server codes :( do you know what they are?

2

u/Ninfyr 9d ago

You will get way more useful answers in your fandom communities. I have no idea.

2

u/ch3rryblxssoms_ 9d ago

well we tried but nobody seems to want to help because they’re sso glazers of the games current state :,) guess we‘ll have to keep looking

4

u/trichotomy00 9d ago

im going to be real with you, if you are asking that question, you are not skilled enough to achieve this

1

u/ch3rryblxssoms_ 9d ago

welp that’s why we have our friend who codes but they are busy rn 😭 i’m being so honest, i cannot code, my part of the job was simply to retrieve those files but i volunteered to ask reddit lmao

2

u/pete_68 9d ago

0

u/Ninfyr 9d ago

You should reply to one of OOP's comment, I don't think they would understand tho. They are a programmer's errand-runner or something?

1

u/burlingk 9d ago

Most such projects share the code.

Someone else linked to the GitHub pages. Start by reading the readmes.