Garry's Mod

Garry's Mod

SW Base
Näytetään 21–30 / 39
< 1  2  3  4 >
Päivitys: 8.12.2024 klo 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!

Päivitys: 28.7.2024 klo 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.

Päivitys: 21.7.2024 klo 10.45

Fixed the base addon breaking Wiremod and other permissions!

Päivitys: 21.7.2024 klo 7.19

Added more details in fgd file comments

Päivitys: 21.7.2024 klo 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!

Päivitys: 3.2.2024 klo 13.19

Created GitHub release. Test deployment. No relevant changes.

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

Päivitys: 3.2.2024 klo 12.30

Test deployment, no relevant changes!

Päivitys: 28.7.2023 klo 11.47

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

Päivitys: 1.6.2023 klo 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.

Päivitys: 14.3.2023 klo 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.