Garry's Mod

Garry's Mod

52 betyg
[GuthSCP] Base
   
Utmärkelse
Favorit
Favoritmarkerad
Avfavoritmarkerad
Content Type: Addon
Addon Type: ServerContent
Addon Tags: Fun, Roleplay, Realism
Filstorlek
Lades upp
Uppdaterades
172.584 KB
12 sep, 2023 @ 9:26
15 jun @ 9:05
18 ändringsnotiser ( visa )

Abonnera för att ladda ner
[GuthSCP] Base

I 1 samling av Guthen
[GuthSCP] Modules
11 artiklar
Beskrivning
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 kommentarer
pixychild 2 aug @ 7:05 
just saying
pixychild 2 aug @ 7:05 
it would be kinda cool using an scp door tho
Guthen  [skapare] 2 aug @ 0:52 
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:12 
and spawn the scp:sl warhead in there and repeatedly nuke everything until my computer crashes
pixychild 1 aug @ 11:11 
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:10 
im still waiting on those doors and keycard readers
Guthen  [skapare] 26 jul @ 2:51 
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:59 
Can you also make a tutorial on your base, like the entire thing?
DovaDuva 3 jul @ 3:57 
Your wiki pages such as: creating a module and creating a workaround dont work, can you fix that?
Guthen  [skapare] 9 jun @ 3:39 
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