Garry's Mod
Оценок: 5,115
Draconic Base
3
5
2
2
2
2
2
   
Наградить
В избранное
В избранном
Удалить
Тип контента: Дополнение
Тип дополнения: Контент сервера
Метки дополнений: Стройка, Развлечение
Размер файла
Добавлен
Изменён
5.696 MB
28 авг. 2019 г. в 2:53
7 сен в 4:54
Обновлений: 190 (просмотреть)

Подпишитесь, чтобы загрузить
Draconic Base

Описание
GitHub Page[github.com]
Wiki for developers[vuthakral.com]
Support me on Ko-fi[ko-fi.com]



The Draconic Base is a development framework for the content creators of Garry's Mod. It delivers many new modular systems, a lightweight but feature-rich weapon base, and extends greatly upon the game's playermodel customization.
FOR SERVER OWNERS
Due to petty individuals targeting my codebase I have had to make serverside convars not archive. Please see this page on GitHub[github.com] for a config list of all serverside convars.
Legal
The "Draconic Base" is a free-to-use addon. Please adhere to the Garry's Mod Steam Workshop Rules[wiki.facepunch.com]. This notably includes "Do not reupload addons". Please do not reupload the Draconic Base. It is an actively-maintained project, and reuploads will create conflicts. It is a base for a reason. A proper usage agreement can be found in the License file[github.com] on the GitHub.
Help & Support
If you need immediate help with the Draconic Base (or any of my addons), developing with the Draconic Base, want to report a conflict/incomaptibility for me to fix, or just wanting to know what I'm working on then consider joining my Discord[discord.gg] server.
Комментариев: 1 787
ralsei in gm_flatgrass 7 ч. назад 
[Draconic Base] lua/matproxy/drc_matproxy.lua:1591: attempt to index a nil value
1. bind - lua/matproxy/drc_matproxy.lua:1591
2. unknown - lua/includes/modules/matproxy.lua:56
3. oldDrawModel - [C]:-1
4. DrawModel - lua/compositeentities/override/sh_entity.lua:520
5. Render - lua/includes/modules/halo.lua:76
6. v - lua/includes/modules/halo.lua:145
7. unknown - lua/includes/modules/hook.lua:102
what the hell does this mean
Scald 20 ч. назад 
can you spit in my mouth and degrade me
Vuthakral  [создатель] 20 ч. назад 
Can you link some example addons that supposedly break so I can check this?
sparkydragon11 22 ч. назад 
attempting to restate a problem in a more understandable sense: mods that show health bars don't show up at all when Draconic Base is enabled.
Scald 9 сен в 14:26 
can you spit in my mouth and degrade me
Vuthakral  [создатель] 8 сен в 16:25 
Compatible with what?
Claw 8 сен в 13:46 
is there anyway i can make other pms compatible with it?
Vuthakral  [создатель] 7 сен в 4:54 
Hotfix pushed
Vuthakral  [создатель] 7 сен в 4:42 
You likely made a thirdperson preset at some point and later deleted it, but did not reset your thirdperson settings. I need to make a hotfix that accounts for this but basically the preset auto-loader currently fails and breaks the rest of the script that code is in if the preset it tries to load is nil. Just set cl_drc_thirdperson_preset "" for the time being if you need an immediate fix.