MarkCavalli Posted May 2, 2018 Posted May 2, 2018 (edited) Hi everyone! Two words about me: My name is Mark. Im working as junior fronted developer. What is this? My open source role play server. I think, it can help some new developers learn and start a project. I'll develop it via github: https://github.com/MarkCavalli/rageserver I will be glad to see any improvements: code review, pull requests, language improvements (My native language is Russian). Also you can quickly connect and test it How to install: https://github.com/MarkCavalli/rageserver Features: Log In/Sign Up Module Server saves player's position on disconnect. (/save) command for development simulate disconnect. MoneyAPI Module -bank account and tax account. - ATMs Character Creator Module Jobs: - Orange Collector Businesses: - Clothing Shops Future plans: - New jobs Edited January 15, 2019 by MarkCavalli Updates 29
MrPancakers Posted May 3, 2018 Posted May 3, 2018 This is great to see another open source project. Hope to see it go far.
lagmb Posted May 3, 2018 Posted May 3, 2018 Loading packages "RP" loaded Error: Error: Cannot find module 'mysql' at Function.Module._resolveFilename (module.js:542:15) at Function.Module._load (module.js:472:25) at Module.require (module.js:585:17) at require (internal/module.js:11:18) at Object.<anonymous> (C:\RAGEMP\server-files\packages\RP\sMisc.js:3:15) at Module._compile (module.js:641:30) at Object.Module._extensions..js (module.js:652:10) at Module.load (module.js:560:32) at tryModuleLoad (module.js:503:12) at Function.Module._load (module.js:495:3) 1
MrPancakers Posted May 3, 2018 Posted May 3, 2018 28 minutes ago, lagmb said: Loading packages "RP" loaded Error: Error: Cannot find module 'mysql' at Function.Module._resolveFilename (module.js:542:15) at Function.Module._load (module.js:472:25) at Module.require (module.js:585:17) at require (internal/module.js:11:18) at Object.<anonymous> (C:\RAGEMP\server-files\packages\RP\sMisc.js:3:15) at Module._compile (module.js:641:30) at Object.Module._extensions..js (module.js:652:10) at Module.load (module.js:560:32) at tryModuleLoad (module.js:503:12) at Function.Module._load (module.js:495:3) You haven't downloaded the modules. Install NPM, once you've installed it, open Command and change your directory to that folder and then type 'npm install' and it should get all the required files. 1
lagmb Posted May 3, 2018 Posted May 3, 2018 (edited) I did all this, but it's giving this error 1 hour ago, MrPancakers said: You haven't downloaded the modules. Install NPM, once you've installed it, open Command and change your directory to that folder and then type 'npm install' and it should get all the required files. I did all this, but it's giving this error C:\Users\Eduardo>cd/ragemp/server-files C:\RAGEMP\server-files>npm install npm WARN saveError ENOENT: no such file or directory, open 'C:\RAGEMP\server-files\package.json' npm WARN enoent ENOENT: no such file or directory, open 'C:\RAGEMP\server-files\package.json' npm WARN server-files No description npm WARN server-files No repository field. npm WARN server-files No README data npm WARN server-files No license field. up to date in 0.055s C:\RAGEMP\server-files> Edited May 3, 2018 by lagmb 1
MarkCavalli Posted May 3, 2018 Author Posted May 3, 2018 (edited) 4 часа назад, lagmb сказал: C:\Users\Eduardo>cd/ragemp/server-files C:\RAGEMP\server-files>npm install npm WARN saveError ENOENT: no such file or directory, open 'C:\RAGEMP\server-files\package.json' npm WARN enoent ENOENT: no such file or directory, open 'C:\RAGEMP\server-files\package.json' npm WARN server-files No description npm WARN server-files No repository field. npm WARN server-files No README data npm WARN server-files No license field. Im sorry, dont tested installation. Try copy the files and then npm install mysql ____________________________________ Added package.json file in repository. Edited May 3, 2018 by MarkCavalli update 1 1
Joshua Posted May 4, 2018 Posted May 4, 2018 Interesting release, awesome to see more people contributing to the community.
MrPancakers Posted May 4, 2018 Posted May 4, 2018 12 hours ago, lagmb said: I did all this, but it's giving this error I did all this, but it's giving this error C:\Users\Eduardo>cd/ragemp/server-files C:\RAGEMP\server-files>npm install npm WARN saveError ENOENT: no such file or directory, open 'C:\RAGEMP\server-files\package.json' npm WARN enoent ENOENT: no such file or directory, open 'C:\RAGEMP\server-files\package.json' npm WARN server-files No description npm WARN server-files No repository field. npm WARN server-files No README data npm WARN server-files No license field. up to date in 0.055s C:\RAGEMP\server-files> Oh package.json wasn't there before that's why. I see he's added it back now so either do what he said or pull the repo again and try it. 1
MarkCavalli Posted May 6, 2018 Author Posted May 6, 2018 (edited) Update: MoneyAPI Module: - added bank account and tax account. (Need add 2 columns in table "users": bmoney, tmoney) - added ATMs Edited May 6, 2018 by MarkCavalli
MarkCavalli Posted May 9, 2018 Author Posted May 9, 2018 (edited) New Update! Changelog: - added synced time - added RolePlay chat - added realistic weather (60% sunny and logic change from sunny to thunder) - added logger [file and console] - added 1 column in users - adminlvl -added commands: /v [model] - spawns a vehicle (e.g. /v neon) (only for adminlvl > 0) /w [weather] - changes weather (e.g. /w 0) (Weathers you can find in sWeather.js) (only for adminlvl > 0) /pos - shows your position and rotation (In chat and console) Edited May 9, 2018 by MarkCavalli 3
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