8 Screenshots

About This File

RageZombies (on Github)

Zombie Survival Gamemode for RageMP

Installation!

Prerequisites: MongoDB, NodeJS > 8.0.0Intermediate JS Knowledge

  • install all needed packages using npm i
  • "compile" clientside code using watchify client/development/index.js -o client/index.js
  • edit app.js to fit your environment
  • run app.js node app.js
  • run your server

 

About

RageZombies was heavily insipred by some of my Zombie Projects on MTA, different Survival/Zombie Games.

Most of the Work was strongly influenced by the small community that gathered around the project, therefor special thanks to:

  • Pluz
  • The-Second
  • RiiVu
  • Chmuzy
  • CarloGambino
  • feris

without their work i couldn´t have finished some parts

 

Features

please take into consideration that all of these are work in progress, meaning they are not finished.

  • Plant System
  • Clothing System
  • Inventory
  • Vehicles
  • Lootable Items
  • Lootable Chests
  • Zombies
  • Weapon Damage
  • Equipment
  • Gathering System
  • Character System
  • Account System
  • Building System
  • Hunger and Thirst
  • Weather System ( Weather Zones )
  • Animation Sync
  • Object Streamer

 

Contribution

If you feel like contribution to this project feel free to send requests. all constributors will be credited.

 

License

Please visit License for more information.

 

Contact

If you feel like contacting me for whatever reason

 

RageMP Resource Credits

 

  • Like 9



User Feedback

Recommended Comments

1 hour ago, Kalle801 said:

Could somebody please explain how to use "Watchify" to compile?

Read the Readme and google how to use watchify

Share this comment


Link to comment
Share on other sites

I get this error: 

[N] Starting network... - OK: (IPv4-only) at 127.0.0.1:22005
(node:8552) ExperimentalWarning: The ESM module loader is experimental.
Loading packages
        "RageSurvival" loaded
Error: Error: Cannot find module 'rage-rpc'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:581:15)
    at Function.Module._load (internal/modules/cjs/loader.js:507:25)
    at Module.require (internal/modules/cjs/loader.js:637:17)
    at require (internal/modules/cjs/helpers.js:20:18)
    at Object.<anonymous> (C:\RAGEMP\server-files\packages\RageSurvival\index.js:2:11)
    at Module._compile (internal/modules/cjs/loader.js:689:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:700:10)
    at Module.load (internal/modules/cjs/loader.js:599:32)
    at tryModuleLoad (internal/modules/cjs/loader.js:538:12)
    at Function.Module._load (internal/modules/cjs/loader.js:530:3)
[P] Plugin bridge.dll loaded!
Started HTTP server at 22006 port.

 

Edited by Kalle801

Share this comment


Link to comment
Share on other sites

maybe its cause im using node 10+ ?

 

Edit: Nope. I get the same with 8.0.0.0

Edited by Kalle801

Share this comment


Link to comment
Share on other sites
В 09.08.2019 в 22:12, Kalle801 сказал:

I get this error: 

[N] Starting network... - OK: (IPv4-only) at 127.0.0.1:22005
(node:8552) ExperimentalWarning: The ESM module loader is experimental.
Loading packages
        "RageSurvival" loaded
Error: Error: Cannot find module 'rage-rpc'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:581:15)
    at Function.Module._load (internal/modules/cjs/loader.js:507:25)
    at Module.require (internal/modules/cjs/loader.js:637:17)
    at require (internal/modules/cjs/helpers.js:20:18)
    at Object.<anonymous> (C:\RAGEMP\server-files\packages\RageSurvival\index.js:2:11)
    at Module._compile (internal/modules/cjs/loader.js:689:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:700:10)
    at Module.load (internal/modules/cjs/loader.js:599:32)
    at tryModuleLoad (internal/modules/cjs/loader.js:538:12)
    at Function.Module._load (internal/modules/cjs/loader.js:530:3)
[P] Plugin bridge.dll loaded!
Started HTTP server at 22006 port.

 

You need to install rage-rpc by

npm i rage-rpc

Edited by Tetrarch

Share this comment


Link to comment
Share on other sites
Am 26.8.2019 um 22:04 schrieb Tetrarch:

You need to install rage-rpc by

npm i rage-rpc

Okay, that worked but my MongoDB tables are empty. ragezombies has been created but no entries.

Edited by Kalle801

Share this comment


Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now