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!

Counter-Strike Online 2: server install tutorial Updated

Junior Spellweaver
Joined
May 14, 2016
Messages
100
Reaction score
97
Gameplay:



Server Management
1. Download Node 11 and install it with default settings:
2. Download compiled server (build ):
2. Unpack server files into drive C:\srv
3. Start now Node.js command promt
4. select our server location directory with Node command promt with commands:
cd C:\srv
and after this, type:
npm install --only=production
wait for a few seconds
JCMgSa9 - Counter-Strike Online 2: server install tutorial Updated - RaGEZONE Forums

5. Now type:
npm run start
wait for a few seconds
Now u need to choose your network adapter and select it. So my real network card is 0, i selected it (remember IP adress)
71ikWaH - Counter-Strike Online 2: server install tutorial Updated - RaGEZONE Forums

Server now up and running.
Client Management
1. Download client:
2. Download Launcher ( ):
3. Unpack files from Launcher archive into game directory/Bin (where CounterStrikeOnline2.exe locates)
4.Start now start-cso2.bat and enter your server IP adress
22y6htb - Counter-Strike Online 2: server install tutorial Updated - RaGEZONE Forums

Ok, wait now till client fully loads (it may take 1 minute +), enter any login, pass.
Here it is, simple.
HZuXUGs - Counter-Strike Online 2: server install tutorial Updated - RaGEZONE Forums

MHL77F - Counter-Strike Online 2: server install tutorial Updated - RaGEZONE Forums


Ochii github:
if u want clean sources


How to play (ingame menu):

1. Select this:

PhoenixLight - Counter-Strike Online 2: server install tutorial Updated - RaGEZONE Forums


2. Pick a channel:

PhoenixLight - Counter-Strike Online 2: server install tutorial Updated - RaGEZONE Forums


3. Better watch gameplay video how to play
 

Attachments

You must be registered for see attachments list
Last edited:
Junior Spellweaver
Joined
May 14, 2016
Messages
100
Reaction score
97
@PhoenixLight server works but when i put login pass to login game crashes launcher.exe has stopped working
im using windows 10 pro n x64
U need to put your server IP adress in launcher

Launch game from start-cso.bat and enter your server IP adress without port, press Enter.
This crash because client can't find master server
 
Junior Spellweaver
Joined
May 14, 2016
Messages
100
Reaction score
97
how do i add more bots i can only add 1
Switch to launcher console and type bot_add
like here 1:30




Masterserver build updated by Ochii, compiled version on the top.
Launcher updated too, there is some fixes.




Some console variables thirdperson/bot_add (I dunno much about, but most of default Half-Life engine commands should work)
 
Custom Title Activated
Member
Joined
Dec 20, 2005
Messages
2,046
Reaction score
117
Great released, lol thought there were only Chinese for CSO 2. Cant believe it, it has KR version. There's no chance to translate the clients into English or particles English? So we can understand the menus better?
 
Junior Spellweaver
Joined
May 14, 2016
Messages
100
Reaction score
97
Great released, lol thought there were only Chinese for CSO 2. Cant believe it, it has KR version. There's no chance to translate the clients into English or particles English? So we can understand the menus better?

This may help with extracting .pkg archives, if i'm not mistaken, translation files should be in resources/ ....txt (simply everything in 1 .txt file)
 
Skilled Illusionist
Joined
May 25, 2014
Messages
354
Reaction score
29
can this play multiplayer?
all i see on video are bots
 
Skilled Illusionist
Joined
May 25, 2014
Messages
354
Reaction score
29
more question
does it save session info like
i have
Username : testuser
does it save loadout details or anything?
 
Junior Spellweaver
Joined
May 14, 2016
Messages
100
Reaction score
97
Restricted through game modes you can play actually.
Like Zombie Z.
Just Create lobby, alt+tab into game console and input map de_aztec (for example)
After map load, input bot_difficulty 3 and bot_add (each 1 bot_add cmd adds 1 bot ingame)



Like this:
 
Back
Top