It's open source... so it's always "released".Is RevEMU released lol?
Yes, i'd like this aswell.So where do I get it then? lol x
Bin>debug>configuration>configOk thanks, is there a tut on how to setup? I can't find the correct config file :\
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<configSections>
<section name="socketServer" type="SuperSocket.SocketEngine.Configuration.SocketServiceConfig, SuperSocket.SocketEngine"/>
</configSections>
<appSettings>
<add key="ServiceName" value="Session"/>
</appSettings>
<socketServer loggingMode="IndependantFile">
<servers>
<server name="HabboServer"
serviceName="Session"
ip="Any" port="21" mode="Async">
</server>
</servers>
<services>
<service name="Session"
type="Revolution.Application.Communication.HabboServer, Mango.Communication.Sessions.Session" />
</services>
</socketServer>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0" />
</startup>
</configuration>
Where do i add my database, my root pass then?