joew Posted April 22, 2020 Posted April 22, 2020 Hi!!! I'm having some troubles to run the resource RageSurvival: My folder's structure are: RAGEMP\server-files-Zombies => https://prnt.sc/s3xns8 and RAGEMP\server-files-Zombies\RageSurvival ==> https://prnt.sc/s3xoul And the app.js config file RAGEMP\server-files-Zombies\RageSurvival : ... let source_server = "D:/RAGEMP/server-files-Zombies/RageSurvival/server" let dest_server = "D:/RAGEMP/server-files-Zombies/packages/RageSurvival" ... let source_client = "D:/RAGEMP/server-files-Zombies/RageSurvival/client" let dest_client = "D:/RAGEMP/server-files-Zombies/client_packages/RageSurvival" ... I've installed MongoDB, NodeJS and all npm packages (install.bat): npm i rage-rpc --save npi i md5 --save npm i watchify --save npm i ncp --save npm i node-watch --save npm i fs --save npm i async --save npm i mongoose --save npm i uglifyify --save npm i Before start the server i exec at the folder RAGEMP\server-files-Zombies\RageSurvival : watchify client/development/index.js -o client/index.js It stays on the same line... I don't knew if it is right... After i open another cmd and exec too at the same RAGEMP\server-files-Zombies\RageSurvival folder: node app.js After that i open the server (server.exe) that is in folder: D:\RAGEMP\server-files-Zombies The server starts okay, t think: https://prnt.sc/s3xtee But always after i connect to the game, the server just closes, the map load somethings but i lost connection to the server (because it closes). P.S: I installed latest MongoDB with standard configs. I did not change on the server conf any db configs too. I noticed that it creates the database, so i believe its all right with the database:https://prnt.sc/s3xw8u Any tip how to fix it and join the server, please? Thank you very much, have a nice day!
Z8pn Posted April 22, 2020 Posted April 22, 2020 https://wiki.rage.mp/index.php?title=Getting_Started_with_Client-side should be pretty obvious if you just debug it yourself
joew Posted April 23, 2020 Author Posted April 23, 2020 12 hours ago, Z8pn said: https://wiki.rage.mp/index.php?title=Getting_Started_with_Client-side should be pretty obvious if you just debug it yourself Sorry, i don't knew how to do that. I'm trying but still no success =( Could you tell how to do it, please? I would really appreciate. Thank you very much!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now