Coppercube Multiplayer Project
A downloadable Multiplayer for Windows
This is an Simple First-Person-Shooter(FPS) Multiplayer for coppercube.
The network server used here is called "Node.js".
Its a basic 1vs1 Multiplayer Shooter
| Status | Released |
| Platforms | Windows |
| Author | CopperCraftr |
| Genre | Shooter |
| Tags | coppercube |
Download
Install instructions
Heres a step-by-step guide for the Download
1. Download the ZIP File
2. Extract the ZIP File
3. Open the File "MultiplayerProject"
4. Open the "Host.txt" File
5. Get your IPv4 address
6. Paste your Ipv4 address into the "host.txt" so it should look like this => 192.168.xxx.xxx:3000
7. Save the "Host.txt" File
8. Address the Path of the Folder to CMD.
Example => ( cd C:\Downloads\MultiplayerProject\MultiplayerProject)
9. Paste the following code into the CMD prompt
Node Index
10. The Server should automaticly Start.
(Closing the Window will close the Server)
11. Open the game and have fun!
(Others can now join with your IP adress the game, they must have the same IP adress in the "Host.txt" File!)
*12. You can modify the behaivours/actions if you know what youre doing.
! IF NOTHING IN STEP 9 DOESNT WORK !
1. Download Node.Js (https://nodejs.org/en )
2. Do the Installation of Node.Js onto your Computer
3. Repeat Step 8. from above
4. Paste the following code into the CMD prompt
npm install
5. Continue then from the Step 9

Comments
Log in with itch.io to leave a comment.
It's insane that you managed to create WORKING MULTIPLAYER in coppercube! i'm just blown away
There are many Coppercube tutorials, but ive tried to keep it simple so most people could understand how it works