Sierra ~ Java // Netty // MySQL // BoneCP // Plugin System (Like Bukkit!)
Sierra Emulator
Introduction
Sierra is an emulator focussed on one thing, features, to make users happy, to bring them a good server. It is programmed in Java. Using Netty as a socket framework. It also uses MySQL handled by BoneCP for ease of data storage.
The Habbo swf being used at the moment is currently the same revision as I aim for a complete emulator along with SSO.
Code:
RELEASE63-201207231112-16380487
FAQ (Frequently Asked Questions)
1) When will the release date be?
Not sure yet.
2) Will there be a CMS to go with this?
Yes there will.
3) Does this carry any simillar database structures from previous servers?
Yes, sierra uses the furniture, catalogue_items, catalogue_pages from Phoenix.
4) Is it open-source?
Yes, released under GPL V3 license.
5) Is this avaliable on GitHub?
Yes it is, but no database has been released, to prevent it from being used as it's in development.
https://github.com/Quackster/Sierra
I would love it if you followed my repository and forked it! :love:
Along with the release of Sierra, there will be a plugin you can add created by me called UpdateNotify, which will tell you when to upgrade Sierra!
The plugin system will be deprecated until further notice!
If you want any more questions, feel free to ask me.
Server Features
Game Features
YouTube
http://www.youtube.com/watch?v=V6Vcblqvzd0
In-game shots
CMS
Re: Remedy - C# NET 4.0 - V1 - MySQL
Sigh hope this gets finished
Posted via Mobile Device
Re: Remedy - C# NET 4.0 - V1 - MySQL
I wish you luck with this server :0
Re: Remedy - C# NET 4.0 - V1 - MySQL
Quote:
Originally Posted by
Makarov
This situation is really starting to get annoying. You just releases an uncomplete development.. and you're going to start another? v1 to be quite frank no one will use, its all about the newest revisions. I really can't say good luck because you keep making project after project and not finishing them. Take a break from developments and get your priorities straight before starting another project mate.
Sent from my DROID2 using Tapatalk
I think he deserves a bit more support. In my opinion all he does is contribute to this community. You can count the amount of Habbo server developers that actually finish there project on one hand. And it doesn't matter. What fun would it be if we were all using the same finished server? Hasn't everyone started Habbo server development because of there interest for programming?
Alex wants to practice and practice and actually display his work in this community and release it for others to learn from and build on. We should be proud of him and all the developers out there. Just don't tell him to take a break but support him as he certainly deserves it.
Re: Remedy - C# NET 4.0 - V1 - MySQL
Quote:
Originally Posted by
Makarov
This situation is really starting to get annoying. You just releases an uncomplete development.. and you're going to start another? v1 to be quite frank no one will use, its all about the newest revisions. I really can't say good luck because you keep making project after project and not finishing them. Take a break from developments and get your priorities straight before starting another project mate.
Sent from my DROID2 using Tapatalk
(about indigo..)
So someone who said that will the CMS for Indigo automatically tells me that they will stop, screwing me over. Which means that Indigo wouldn't live up to it's potential it could of had with a mate I thought that was up to the job that he, himself offered. You can't trust anyone this section anymore.
It just doesn't end up successful as it could of been if everyone knows Indigo has a bad history of the website development part being dropped. Ash made my motivation disappear after he backstabbed me, so how will I gain it if no one offers to help me with it.
Also my opinion about the 'lastest revision' - screw their opinions over the revision. I can do any revision I choose. It's more of my programming experience.
Re: Remedy - C# NET 4.0 - V1 - MySQL
Good Luck Quackie ;D
I never played a v1 version, would like to play yours.
Re: Remedy - C# NET 4.0 - V1 - MySQL
this better get finished today or else
Re: Remedy - C# NET 4.0 - V1 - MySQL
Why an Enumerator, and no foreach (better). Btw show us your socketlistener.
Re: Remedy - C# NET 4.0 - V1 - MySQL
Goody, you wen't back to your old coding language.
Re: Remedy - C# NET 4.0 - V1 - MySQL
Finished if there are rude words in the user name.
http://screensnapr.com/e/EMlR2z.png
Quote:
Originally Posted by
Squard
Why an Enumerator, and no foreach (better). Btw show us your socketlistener.
They bugged up so I changed back to foreach
Re: Remedy - C# NET 4.0 - V1 - MySQL
Finished checking if the user name already exists!
http://screensnapr.com/e/p6wEiR.png
Code:
public void FINDUSER(GameClient mSession, String Request)
{
String Name = Request.Split(' ')[1];
if (mSession.getCharacter().validTable("username", Name))
{
mSession.Send("SYSTEMBROADCAST" + (Char)13 + "A user already owns that name!");
}
}
public void APPROVENAME(GameClient mSession, String Request)
{
String Name = Request.Split(' ')[1];
if (RemedyEnvironment.GetHabboHotel().GetCurseFilter().IsCurseWord(Name))
{
mSession.Send("BADNAME");
}
}
Quote:
Originally Posted by
Livar
I HERD U COPIED DCRS FROM THE HABBO SITE, IS DIS BE TRUE?
anyhow:
quick progress. :thumbup1:
Yeah it's true. I used Habbo's DCRs. :(
Re: Remedy - C# NET 4.0 - V1 - MySQL
Good luck, Quackster. I really support you in Remedy :)
Re: Remedy - C# NET 4.0 - V1 - MySQL
Succes, and i hope this lovely project will be the first fully finished v1!
Re: Remedy - C# NET 4.0 - V1 - MySQL
Goodluck, i'd love to use this to make a hotel.
Progress is looking good so far.