Git Product home page Git Product logo

jailbreak's Introduction

jailbreak

TitleImage

Jailbreak is a roleplay gamemode where indivuals play one of thre roles(Inmate, Guard, and Warden)

Notes:

Make sure to set up last requests on each map before playing or else it will use guard player spawns for lr locations for certain lr.

Inside the sh_config.lua in the gamemode folder are some variables you use to change gamemode functionality.

The follower convars can be used inside of your server.cfg or autoexec.cfg to change gameplay.

jb_round_limit - 30 - Max round limit before trying to change map.

jb_time_limit - 900 - Round time limit in seconds.

jb_ratio - 4 - Inmate to Guard ratio.

Admins and SuperAdmin receive logs during gameplay related to certain events. Player Killed, Player Damage, etc. Logs are located in data/jailbreak/logs folder.

Hooks:

The following are hooks you can use inside your own addons/lua files. These are examples. And they are called on client and server.

hook.Add("RoundPrep", "RoundPrepDummy", function() print("RoundPrep", CLIENT, SERVER) end)

hook.Add("RoundStart", "RoundStartDummy", function() print("RoundStart", CLIENT, SERVER) end)

hook.Add("RoundEnd", "RoundEndDummy", function( win ) print("RoundEnd", CLIENT, SERVER, win) if win == 1 then -- guards win elseif win == 2 then-- inmates win else -- timelimit end end)

jailbreak's People

Contributors

clrksml avatar

Watchers

James Cloos avatar Luna Versity avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.