Garry's Mod
5,132 คะแนน
Draconic Base
3
5
2
2
2
2
2
   
รางวัล
ชื่นชอบ
ชื่นชอบแล้ว
เลิกชื่นชอบ
Content Type: Addon
Addon Type: ServerContent
Addon Tags: Build, Fun
ขนาดไฟล์
โพสต์
อัปเดต
5.696 MB
28 ส.ค. 2019 @ 2: 53am
7 ก.ย. @ 4: 54am
190 หมายเหตุการเปลี่ยนแปลง ( ดู )
คำอธิบาย
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,795 ความเห็น
Vuthakral  [ผู้สร้าง] 21 ชั่วโมงที่ผ่านมา 
The Draconic Base is a development platform for people to create what they want to with it. If an addon developer makes guns a certain way then that is their perogative. That being said "comical levels of spread" sounds like something is breaking, such as perhaps the internal bloom system (how spread is calculated) has a failing timer which causes it to never decay. Are you having any abnormal levels of gameplay at all?
Xenon 17 ก.ย. @ 2: 00pm 
Are there no config settings/multipliers for weapons in general? I find a lot of weapons especially the halo ones, have comical levels of spread that it's basically non-viable at pretty much any range besides fart-sniffing distance and I can't find any settings for them pretty much anywhere. I get trying to replicate game behaviors, but shouldn't there be these settings in general?
Mother Goetia 14 ก.ย. @ 12: 18pm 
[Draconic Base] lua/matproxy/drc_matproxy.lua:1470: attempt to call method 'GetViewModel' (a nil value)
1. bind - lua/matproxy/drc_matproxy.lua:1470
2. unknown - lua/includes/modules/matproxy.lua:56

I get this on map launch.
Vuthakral  [ผู้สร้าง] 14 ก.ย. @ 5: 34am 
To explain this further, it's because the use key is used as a key-combo for various SWEP inputs. Rather than prevent pickup outright I coded a side-system so you can still pick stuff up or safely do gun melees/switch firemodes without accidentally picking up a nearby prop.
Vuthakral  [ผู้สร้าง] 14 ก.ย. @ 5: 33am 
Hold E for 1/4 of a second
a silly sausage 14 ก.ย. @ 5: 32am 
draconic empty hands can't pick up props
Scald 11 ก.ย. @ 9: 13am 
can you spit in my mouth and degrade me
Vuthakral  [ผู้สร้าง] 10 ก.ย. @ 6: 15pm 
@ralsei in gm_flatgrass -- Looks like some other addon ("composite entities"?) is detouring the DrawModel function incorrectly
ralsei in gm_flatgrass 10 ก.ย. @ 7: 39am 
[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