Ogar game server with fast and smooth vanilla physics and multi-protocol support.
Current version: check in package.json file
You can use this repository via special Blob server app (Android 5.0+) which don't demand from you to write any command!
But if you want use this repository manually, read info below.
npm install
and run the server:
cd src
node index.js
# Install from Google Play Termux and run it
https://play.google.com/store/apps/details?id=com.termux
# Update package list
apt-get update
# Install nodejs and git:
apt-get install nodejs git -y
# Clone this repository:
git clone git://github.com/F0RIS/MultiOgarBlobPublic.git
# Install dependencies:
cd MultiOgarBlobPublic
npm install
# Run the server:
cd src
node index.js
# Add bots by typing next command
addbot 50
# To see all comand type
help
# Next time to start server you need do only
cd MultiOgarBlobPublic/src
node index.js
# To do that you should execute next command
node index.js -m <number>
Where number is
id | Game Mode |
---|---|
1 | Teams |
2 | Experimental |
3 | InstantMerge |
4 | OldCrazy |
5 | SelfFeed |
6 | Ultra |
# For example:
node index.js -m 3
Will run server with InstantMerge game mode
# Run Blob
# Tap on ip and then make long tap on "Save ip for this session"
# IP will be changed to 127.0.0.1:1111
# Click Ok
# Click Play
You can check it in Settings > About > Status. There are can be a lot of addresses, choose something similar to 192.168.0.X or 192.168.1.X
node index.js
Don't forget add port number at the end, for example - 192.168.0.5:1111
You can check it in Settings > About > Status. But that screen can show your internet address which isn't your hotspot address
So if you still need your hotspot address, execute in termux next command
ifconfig | grep "inet addr"
Choose IP address which is similar to 192.168.43.1
node index.js
Don't forget add port number at the end - 192.168.43.1:1111