Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Nitro] Set Up Nitro & Arcturus for Production [EN]

Initiate Mage
Joined
Mar 5, 2021
Messages
4
Reaction score
0
KeyHabboDev - [Nitro] Set Up Nitro & Arcturus for Production [EN] - RaGEZONE Forums
Prerequisites :



  • Install node and angular on your computer
  • Download nitro in zip ->
  • 92a37136d401119334854586b32b784a - [Nitro] Set Up Nitro & Arcturus for Production [EN] - RaGEZONE Forums
  • Download the latest version of Arcturus ->
  • Download the websocket plugin ->
  • Download the nitro assets ->
  • Flash Ui nitro compiled version ->
  • Have one it's servers intalled on your computer: Xampp/Wampp/Laragon/IIS etc...

For Windows :



After installing node, install Angular by executing the command:

npm install -g @angular/cli

For MacOS:

brew update

brew insatall node

npm install -g @angular/cli




Set up/Download Nitro & Arcuturus

After downloading the zip file, unzip it on your computer

Set Up Nitro:

Go to the nitro directory, then the src folder and rename the files:

-> index.html.example to index.html

-> configuration.json.example to configuration.json

Then edit the configuration.json file and modify the first three lines

2890fd8259559a1bcaf3027ab7192dda - [Nitro] Set Up Nitro & Arcturus for Production [EN] - RaGEZONE Forums


To

KeyHabboDev - [Nitro] Set Up Nitro & Arcturus for Production [EN] - RaGEZONE Forums

KeyHabboDev - [Nitro] Set Up Nitro & Arcturus for Production [EN] - RaGEZONE Forums

HT02Nev - [Nitro] Set Up Nitro & Arcturus for Production [EN] - RaGEZONE Forums


Concerning the assets, if you have the servers (xampp, wampp etc) de-zip the swf.zip and put it in the htdocs directory.

Open CMD (Windows) or the terminal (MacOS) and execute the commands :

  • cd nitro-folder
  • npm install
  • ng serve (will give you access to nitro)


  • 2b149aa087ee419e1144094bbaa21eca - [Nitro] Set Up Nitro & Arcturus for Production [EN] - RaGEZONE Forums


Then you can access to nitro throught your domain

Arcturus


  • Configure Arcturus and put the websocket plugin in the plugin folder
  • Start the emulator and then turn it off
  • Go to db -> emulator_settings -> configure ws.nitro.host and ws.nitro.port



  • KeyHabboDev - [Nitro] Set Up Nitro & Arcturus for Production [EN] - RaGEZONE Forums
    KeyHabboDev - [Nitro] Set Up Nitro & Arcturus for Production [EN] - RaGEZONE Forums
    KeyHabboDev - [Nitro] Set Up Nitro & Arcturus for Production [EN] - RaGEZONE Forums

Restart the emulator.

b0cae4fd41054307c7e3fc1c4d4cf0c0 - [Nitro] Set Up Nitro & Arcturus for Production [EN] - RaGEZONE Forums



Go to the users table, put a sso on the user in the auth_ticket column (choose anything)

0aa0a08d16a9f1a5d7032d2de55b126e - [Nitro] Set Up Nitro & Arcturus for Production [EN] - RaGEZONE Forums


Then access nitro nitro as follows

your_auth_ticket

And this is the result

3d24aa74c22f613bc78508a0fa9731f4 - [Nitro] Set Up Nitro & Arcturus for Production [EN] - RaGEZONE Forums



Special Thanks to:

  • fridgeman (Thijmen1992#0135 for all support)
  • Stown (making the tutorial)
  • Key (translating)
  • Oshawott (for assets)
  • Arcturus & all its developers (emulator)
  • Nitro (game engine)
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Nov 14, 2008
Messages
34
Reaction score
0
Hey thanks for the tut,
where is the swf.zip that was mentioned?
Also my emu seems to be running but when i try load up the client it just hangs on loading,
also nothing pops up in emulator debugging for any attempted connections. Any ideas?
 
Initiate Mage
Joined
May 31, 2022
Messages
1
Reaction score
0
Hi the link for the swf and assets is dead. I find some one to help me to create a rétro in local on this version im very old on the rétros but this version its very différent
 
Initiate Mage
Joined
Sep 11, 2022
Messages
1
Reaction score
0
Hi, can you tell me how to start the emu from mac?
 
Back
Top