Garry's Mod
Draconic Base
กำลังแสดง 81-90 จาก 190 รายการ
< 1 ... 7  8  9  10  11 ... 19 >
อัปเดต: 14 ส.ค. 2022 @ 9: 51am

Hotfix:

  • Thirdperson: Fixed shoulder swap
  • Global: Fixed internal convar creation issue.
  • Attachment Base: Added missing material enum: MAT_ANTLION_EGGSHELL

อัปเดต: 13 ส.ค. 2022 @ 8: 28am

https://github.com/Vuthakral/Draconic_Base/wiki/Changelog-August-13th-2022

อัปเดต: 27 ก.ค. 2022 @ 10: 25am

https://github.com/Vuthakral/Draconic_Base/wiki/Changelog-July-27th-2022

อัปเดต: 3 ก.ค. 2022 @ 10: 59am

Critical hotfix -- woops. Sorry about that.

อัปเดต: 3 ก.ค. 2022 @ 9: 40am

Some more hotfixes to things causing redundant errors

อัปเดต: 29 มิ.ย. 2022 @ 9: 28am

Hotfix:
- Added an IsValid check to a function which was being called when the player initially spawns, resulting in a redundant lua error when the game isn't fully initialized in multiplayer.
- Added material proxy drc_CurMag (User request.)

อัปเดต: 27 มิ.ย. 2022 @ 8: 00am

hotfix: Voiceset errors no longer occur for first-time users with no voiceset applied.

อัปเดต: 26 มิ.ย. 2022 @ 9: 12pm

  • Global: Added new function DRC:FloorDist(ent, sqr) -- Return the distance between a given entity and the space below it. Second arg is if the distance should be squared or not (faster).
  • Global: Added new function DRC:RegisterVoiceSet(table) -- registers a voiceset for use.
  • Global: Added new function DRC:VoiceSpot(ply) -- Makes a player "spot" whatever they are looking at.
  • Global: Added new function DRC:GetVoiceSet(ent) -- Returns the current VoiceSet for the entity, or nil if it has none.
  • Global: Added new function DRC:SpeakSentence(ent, call, subcall, important) -- Will be fully detailed on the wiki.
  • VoiceSets: Implemented first version of Draconic "VoiceSets", allowing players to pick a voice on servers which allow customization of their playermodel. (Or just Sandbox in general.) The option can be found in the "Extra" tab of Player Representation.
  • Draconic Menu: Added icons to all main tabs.
  • Draconic Menu: "Playermodel" tab is now "Player", in additionally this tab now is home to two sub-tabs, "Playermodels", and "Hands" -- see next note.
  • Draconic Menu: Added a c_arm/c_hand selector tab for addons which add extra c_arms. The first entry of a big red "X" is used to disable this and go back to using the intended c_arm models provided with playermodels.
  • Draconic Menu: Playermodel menu now filters out dummy playermodel entries for c_arm addition addons.
  • Draconic Menu: "Spray" tab is now titled as "Extra".
  • Experimental First Person: Made the EFP body no longer draw RT shadows, preventing jank looking shadows from drawing all around the place for the player.
  • Experimental First Person: Added a secondary & tertiary clientside entity with no modified bones for drawing a shadow for the player and their weapon in EFP. See: https://cdn.discordapp.com/attachments/705555870112546836/989667547215450172/unknown.png
  • Projectile Base: Added ENT.OverrideBProfile = "ent_class" -- Forces the projectile to use the defined bullet profile. (User request)

อัปเดต: 27 พ.ค. 2022 @ 5: 23pm

Fixed a critical issue where I, stupidly, called a client function on the server end.

อัปเดต: 22 พ.ค. 2022 @ 5: 54am

  • Added support for non-valvebiped playermodels to add a "pelvis" attachment for Draconic Thirdperson support.