Garry's Mod

Garry's Mod

56 个评价
[GuthSCP] Base
   
奖励
收藏
已收藏
取消收藏
素材类型: 插件
插件类型: 服务器内容
插件标签: 快乐, 角色扮演, 写实
文件大小
发表于
更新日期
172.584 KB
2023 年 9 月 12 日 上午 9:26
6 月 15 日 上午 9:05
18 项改动说明 ( 查看 )

订阅以下载
[GuthSCP] Base

在 Guthen 的 1 个合集中
[GuthSCP] Modules
11 件物品
描述
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 条留言
pixychild 8 月 2 日 上午 7:05 
just saying
pixychild 8 月 2 日 上午 7:05 
it would be kinda cool using an scp door tho
Guthen  [作者] 8 月 2 日 上午 12: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 8 月 1 日 上午 11:12 
and spawn the scp:sl warhead in there and repeatedly nuke everything until my computer crashes
pixychild 8 月 1 日 上午 11:11 
like all i want to do is make a room with a portal leading into the secret room in gm_flatgrass
pixychild 8 月 1 日 上午 11:10 
im still waiting on those doors and keycard readers
Guthen  [作者] 7 月 26 日 上午 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 7 月 3 日 上午 3:59 
Can you also make a tutorial on your base, like the entire thing?
DovaDuva 7 月 3 日 上午 3:57 
Your wiki pages such as: creating a module and creating a workaround dont work, can you fix that?
Guthen  [作者] 6 月 9 日 上午 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