Garry's Mod
SW Base
Mostrando 21-30 de 39 aportaciones
< 1  2  3  4 >
Actualización: 8 DIC 2024 a las 4:03 a. m.

- 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!

Actualización: 28 JUL 2024 a las 11:54 a. m.

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.

Actualización: 21 JUL 2024 a las 10:45 a. m.

Fixed the base addon breaking Wiremod and other permissions!

Actualización: 21 JUL 2024 a las 7:19 a. m.

Added more details in fgd file comments

Actualización: 21 JUL 2024 a las 1:40 a. m.

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!

Actualización: 3 FEB 2024 a las 1:19 p. m.

Created GitHub release. Test deployment. No relevant changes.

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

Actualización: 3 FEB 2024 a las 12:30 p. m.

Test deployment, no relevant changes!

Actualización: 28 JUL 2023 a las 11:47 a. m.

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

Actualización: 1 JUN 2023 a las 7:38 a. m.

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.

Actualización: 14 MAR 2023 a las 8:01 a. m.

- 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.