aLoneWitness / impulse

Garry's Mod Semi-Serious roleplay framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

© 2i games. All rights reserved. All trademarks are property of their respective owners in the UK and other countries.

This repo is archived and there will be NO SUPPORT. It has the MIT license, use it however you like, just don't remove the credits or the branding of the 'impulse' framework.

Welcome to impulse

impulse is a Semi-Serious roleplay framework for Garry's Mod.

Working with impulse

Check out the docs. If you want to just get started read the 'Installing impulse' guide. The docs are VERY incomplete! Look through (search) the source code of the framework for full documentation!

Schemas

  • impulseskeleton - Use this schema as a template for your schema! Shows the basics of schemas.
  • impulsehl2rpoutlands - Unfinished schema, will not work without impulsehl2rp (which has not been released). Good demonstration of the PiggyBoot system.
  • impulsestanleyrp - A basic schema by Lokachop, pretty simple example.

Understanding the builds load process

Currently, the build load process is very simple. The framework will look for a file called config.yml in the data folder, and if it exists it will merge it with the default developer database configuration. This system will probably be updated at some point to allow to to apply to config objects and other things.

Known issues

data/config.yml will cause an error on load if its is empty!

License

Read the full license in the 'LICENSE' file.

About

Garry's Mod Semi-Serious roleplay framework

License:Other


Languages

Language:Lua 100.0%