Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Q&A
Problem with AzureSharp Emulator
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Koldo" data-source="post: 362581" data-attributes="member: 56064"><p>Hi, thanks for your answer. This is the main.config. You need more config?. </p><p>## Azure Emulator System Configuration File</p><p>## Must be edited for the server to work</p><p></p><p>## MySQL Configuration</p><p>db.hostname=127.0.0.1</p><p>db.port=3306</p><p>db.username=root</p><p>db.password= *no pass*</p><p>db.name=azure</p><p>db.type=MySQL</p><p></p><p>## MySQL pooling setup (controls amount of connections)</p><p>db.pool.minsize=1</p><p>db.pool.maxsize=500</p><p></p><p>## Game TCP/IP Configuration</p><p>game.tcp.bindip=127.0.0.1</p><p>game.tcp.port=30000</p><p>game.tcp.poolsize=100</p><p>game.tcp.enablenagles=false</p><p></p><p>## When using a proxy, your port could be different. Set here the proxy port.</p><p>## If you don't use a proxy, set the same port as 'game.tcp.port'.</p><p>game.tcp.port.proxy=30000</p><p></p><p>## Anti-DDOS</p><p>## Note: Keep this disabled this if you are using a proxy.</p><p>game.tcp.antiddos=false</p><p>game.tcp.conperip=5</p><p></p><p>## MUS TCP/IP Configuration</p><p>mus.tcp.bindip=127.0.0.1</p><p>mus.tcp.port=30008</p><p>mus.tcp.allowedaddr=127.0.0.1</p><p></p><p>## Client configuration</p><p>client.ping.enabled=1</p><p>client.ping.interval=20000</p><p>client.maxrequests=300</p><p></p><p>## Developer Settings</p><p>system.debug=false</p><p></p><p>## Language System</p><p>system.lang=english</p><p></p><p>## Console Clear Timer</p><p>console.clear.enabled=false</p><p>console.clear.time=20000</p><p></p><p>## Bots Settings</p><p>game.roomswithbotscolor=0</p><p>game.botdefaultcolor=31</p><p>game.botbadge=BOT</p><p></p><p>## The minium rank to receive :sa.</p><p>game.sa_min_rank=3</p><p></p><p>Thanks and best regards</p></blockquote><p></p>
[QUOTE="Koldo, post: 362581, member: 56064"] Hi, thanks for your answer. This is the main.config. You need more config?. ## Azure Emulator System Configuration File ## Must be edited for the server to work ## MySQL Configuration db.hostname=127.0.0.1 db.port=3306 db.username=root db.password= *no pass* db.name=azure db.type=MySQL ## MySQL pooling setup (controls amount of connections) db.pool.minsize=1 db.pool.maxsize=500 ## Game TCP/IP Configuration game.tcp.bindip=127.0.0.1 game.tcp.port=30000 game.tcp.poolsize=100 game.tcp.enablenagles=false ## When using a proxy, your port could be different. Set here the proxy port. ## If you don't use a proxy, set the same port as 'game.tcp.port'. game.tcp.port.proxy=30000 ## Anti-DDOS ## Note: Keep this disabled this if you are using a proxy. game.tcp.antiddos=false game.tcp.conperip=5 ## MUS TCP/IP Configuration mus.tcp.bindip=127.0.0.1 mus.tcp.port=30008 mus.tcp.allowedaddr=127.0.0.1 ## Client configuration client.ping.enabled=1 client.ping.interval=20000 client.maxrequests=300 ## Developer Settings system.debug=false ## Language System system.lang=english ## Console Clear Timer console.clear.enabled=false console.clear.time=20000 ## Bots Settings game.roomswithbotscolor=0 game.botdefaultcolor=31 game.botbadge=BOT ## The minium rank to receive :sa. game.sa_min_rank=3 Thanks and best regards [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
Problem with AzureSharp Emulator
Top