Arcturus Morningstar Setup Tutorial
UPDATE: UPDATED TUTORIAL
Arcturus Morningstar is the most upto-date open source fork of the discontinued Arcturus Emulator made by Wesley (TheGeneral).
Files Needed:
Habbo.swf
Arcturus Morningstar Emulator
SWF
Plugins
Pre-Installation:
This tutorial will be made for Xampp, and this is only applicible to the VARS / Emulator Setup, for a CMS i highly suggest you look at cosmic
- A database manager of your choice
- notepad++
- Winrar / winzip / 7zip
4. Ports 3,000 and 3,001 open
Step 1: Setting up the Emulator.
Download the emulator extract it into a folder in the desktop, and open up config.ini and edit the red.
Code:
db.hostname=localhost
db.port=3306
db.database=DATABASE NAME
db.username=root
db.password=DATABASE PASSWORD
db.params=?characterEncoding=utf8&useSSL=false
db.pool.minsize=25
db.pool.maxsize=100
game.host=0.0.0.0
game.port=3000
rcon.host=127.0.0.1
rcon.port=3001
rcon.allowed=127.0.0.1;127.0.0.2
the
- db.database
- db.password
are what your database name is called, and password to connect to the database is
The db.params is to disable the ssl errors and allow utf8 encoding.
Game.host you can keep this 127.0.0.1 if you want to play on localhost alone, or put it to 0.0.0.0 if you want to make your hotel public.
Step 2: Setting up your Variables:
In the /ms-swf/gamedata/External_variables.txt
change all of the links to your hotel link or localhost
in External_override_variables edit the following to be like this
change all of the links to your hotel link or localhost
camera.enabled=true
camera.photo.publishing.enabled=true
navigator.thumbnail.url_base=${url.prefix}/camera/thumbnails/
stories.image_url_base=${url.prefix}/camera/
Step 3: Setting up your Database:
Go to your database and import the database provided with the emulator
edit the following in Emulator_settings
imager.location.badgeparts C:\Xampp\htdocs\game\c_images\Badgeparts
imager.location.output.badges C:\Xampp\htdocs\game\c_images\Badgeparts\generated
camera.url http://localhost/camera/ (or your hotel link)
imager.location.output.camera C:\xampp\htdocs\camera\
imager.location.output.thumbnail C:\xampp\htdocs\camera\thumbnails\
Edit the paths and links to the appropriate locations, it is different for IIS and Xampp
Then
access your items_base and find the following item
external_image_wallitem_poster_small , then scroll to the right and make sure the following are correct
interaction type = External_image
interaction_modes_count = 0
then take its item id, and go to emulator_settings table
and replace the camera.item_id with its id
to enable the camera you have to download Apollyon
once you are done with all these steps, you have successfully setup your emulator.
run the run.bat and youre setup



Reply With Quote![[Arcturus Morningstar] Setting up Morningstar to work propperly on your hotel.](http://ragezone.com/hyper728.png)


