Garry's Mod
SW Base
39件中 21-30 を表示
< 1  2  3  4 >
更新: 2024年12月8日 @ 4時03分

- Improved lua code!
Overall reworked and improved lua code.

- Improved trailer logic!
Much less resources are needed for the trailer logic.

- Improved light logic!
Also the light logic will now use less resources as before do to the use of an intern vehicle table logic.

- Improved vehicle thirdperson view!
The new third person functions allows a third person in the middle of vehicles instead of the drivers position. Also are the vehicles cameras more enjoyable.

- Improved addon versioning to semantic!
Since we discovered in recent updates that semantic versioning is necessary, we have now added it. That will make addon updates easier.

- Improved door physics code!
Doors work now almost like normal source engine doors. In specific cases the doors will have a physic in open and closed state and are useable.

- Improved support for garrys dupe and duplicator logic!
- Fixed switches being broken with garry dupe/save
- Fixed debug glitch with couplers!

- Added render distance for all sw displays!
SW displays now turn of if you are more then 2048 units away.

- Moved train sliders in seperate folder!

Be sure to restart the game after the update is fully done!

更新: 2024年7月28日 @ 11時54分

Release update for SW Wuppertal Suspension Train:
https://cs2bus.com/sharedfiles/filedetails/?id=3297918081

- Better validation for SW Base being installed/up-to-date.
- Fixed entities being in "Others" category.
- Correction of wrong spelling.

更新: 2024年7月21日 @ 10時45分

Fixed the base addon breaking Wiremod and other permissions!

更新: 2024年7月21日 @ 7時19分

Added more details in fgd file comments

更新: 2024年7月21日 @ 1時40分

Renamed console commands:

  • "sv_sw_reload_addon base" to
    "sv_sligwolf_reload_addon base"
  • "sv_sw_addons_allow_workshop_download" to
    "sv_sligwolf_addons_allow_workshop_download 0/1"

Added console command to dump a hammer fgd textfile for adding SW Vehicles for mapping!
  • "sv_sligwolf_debug_generate_fgd"
    Description: Debug.GenerateFGD: Written to 'data/sligwolf_addons/common/debug/sligwolf_base.fgd.txt'. Ready for copy and paste.

Many improvements in the lua code!
  • More unified code.
  • Improved performance in several cases.
  • Increased robustness and reduced likelihood of addon conflicts.

Improved usability for rerailing all SW trains!
  • Bogies align automatically straight while the train is grabbed with the physgun!
  • Hidden sliders are shown when they or their train is grabbed by the physgun.
  • New console commands for slider visibility:
    "cl_sligwolf_addons_slider_render_mode 0/1/2"
    0 is off, 1 is auto, 2 is always on.
    Developer 1 show sliders all time.

New file naming scheme to avoid future conflicts!
  • This means a lot of file renamings.
  • All scripts, models, materials and sounds are now arranged in correct directory!
  • Removed old and unused files from models! (.dx80.vtx and .sw.vtx)

Added anti-spam functions for SW vehicles!
Improved the design of "SligWolf Keys" in Utilities menu!
Added new category system for props, weapons, entites, npcs and vehicles!
Improving entering/leaving vehicles!
  • Seat entities are only created when a player takes a passenger seat.
  • Driver seats have proper exit points.

We worked a whole year on this update. We hope you like it!

更新: 2024年2月3日 @ 13時19分

Created GitHub release. Test deployment. No relevant changes.

https://github.com/SligWolf/sw_base/tree/main

更新: 2024年2月3日 @ 12時30分

Test deployment, no relevant changes!

更新: 2023年7月28日 @ 11時47分

Added compatibility for the upcoming addon. (SW VR Friendly HL2 Weapons)

更新: 2023年6月1日 @ 7時38分

Massive Improvements in the base lua scripts.

Added new entity: "gmod_sw_animatable"
It is an entity for every vehicle part that need to be smoothly animated.

Added new entity: "gmod_sw_speedometer"
It is an entity that measure automatically the speed with given values.

更新: 2023年3月14日 @ 8時01分

- Added ConVar "sv_sw_addons_allow_workshop_download 0/1" (Default: 1)
It allows or disallows workshop downloads (resource.AddWorkshop()) of SW Addons for joining clients.
Requires server restart.