Garry's Mod

Garry's Mod

51 ratings
[GuthSCP] Base
   
Award
Favorite
Favorited
Unfavorite
Content Type: Addon
Addon Type: Server content
Addon Tags: Fun, Roleplay, Realism
File Size
Posted
Updated
172.584 KB
12 Sep, 2023 @ 9:26am
15 Jun @ 9:05am
18 Change Notes ( view )

Subscribe to download
[GuthSCP] Base

In 1 collection by Guthen
[GuthSCP] Modules
11 items
Description
GuthSCP Base is a framework coming with everything considered useful for making SCPs addons work together in harmony.

The base allows easy module creation with their own in-game configuration usable anywhere in the code.

Type `guthscp_menu` in your game's console to open the configuration panel.

Github Repository[github.com]
Wiki[guthen.gitbook.io]

Features
─ Allow an easy in-game configuration system (`guthscp_menu` in your client console)
─ Base entity to derive from *
─ Its own spawnmenu category for referencing all SCPs Weapons, Entities, the Modules and their Configurations
Workaround system for fixing conflicts & issues with external addons
Custom shared sound system for easily playing looping and 3D-spatialized sounds *
Entity breaking system, useful for throwing doors and chairs at your victims while playing as SCP-096 *
─ Some useful functions for managing file data, getting a list of living NPCs, manipulating Lua tables.. *
Tool for configuring modules to the map: Map Entities Filter Configurator
Requires a Sandbox-based gamemode (e.g. Sandbox, DarkRP) for tool use

* These features are only effective on addons (mostly mine) using this base, this will do nothing if you don't have any.

Commands
guthscp_repair_entities (server); repair all broken entities
guthscp_debug_break_at_trace (client as `superadmin`); destroy the looked entities
guthscp_stop_channel_sounds (client): stop and remove all sound channels currently playing
guthscp_print_channel_sounds (client): print all the existing sound channels
guthscp_sync (client): retrieve all configs from the server
guthscp_menu (client as `superadmin`): the must-have console command of this addon! it shows the configuration panel and allow you to edit all available settings of installed compatible addons

Modules
Wanna see addons which use this one?

Here is a collection of them.

Legal Terms
This addon is licensed under Creative Commons Sharealike 3.0[creativecommons.org] and is based on content of SCP Foundation[scp-wiki.wikidot.com]. Credits to Destructible Doors for Gmod! code from which I drew inspiration and extended to make my own entity breaking system.

If you create something derived from this, please credit me (you can also tell me about what you've done).
22 Comments
pixychild 2 Aug @ 7:05am 
just saying
pixychild 2 Aug @ 7:05am 
it would be kinda cool using an scp door tho
Guthen  [author] 2 Aug @ 12:52am 
Hey @pixychild, I think you don't need any of my mods to do that and as I said in the Keycard mod comments section, I don't plan on working on this.
pixychild 1 Aug @ 11:12am 
and spawn the scp:sl warhead in there and repeatedly nuke everything until my computer crashes
pixychild 1 Aug @ 11:11am 
like all i want to do is make a room with a portal leading into the secret room in gm_flatgrass
pixychild 1 Aug @ 11:10am 
im still waiting on those doors and keycard readers
Guthen  [author] 26 Jul @ 2:51am 
Hey @DovaDuva, the wiki pages are unfortunately neither up-to-date or finished, sorry for the inconvenience. Can you explain more in details what doesn't work about the wiki pages (if you didn't mean their unfinished state) and what would you like to see as a tutorial? Is it about how to use the base as a user (e.g. configuration menu)? Or is it more about creating your own module as a developper?
DovaDuva 3 Jul @ 3:59am 
Can you also make a tutorial on your base, like the entire thing?
DovaDuva 3 Jul @ 3:57am 
Your wiki pages such as: creating a module and creating a workaround dont work, can you fix that?
Guthen  [author] 9 Jun @ 3:39am 
Hey @NyanCatGamer02, can you please explain in what way is it not compatible? I would be glad to help fix the conflict if I'm able to