1
0
zrcadlo https://github.com/sys4-fr/server-nalc.git synchronizováno 2025-10-29 11:45:18 +01:00

add new mod player_physics and update sprint and 3d_armor to use player_physics

Tento commit je obsažen v:
2017-04-07 23:18:55 +02:00
rodič cfd80c090c
revize 84e858fccf
9 změnil soubory, kde provedl 840 přidání a 30 odebrání

Zobrazit soubor

@@ -244,7 +244,8 @@ armor.set_player_armor = function(self, player)
armor_groups.radiation = 100 - armor_radiation
end
player:set_armor_groups(armor_groups)
player:set_physics_override(physics_o)
--player:set_physics_override(physics_o)
player_physics.set_stats(player, "3d_armor", {speed=physics_o.speed-1, jump=physics_o.jump-1, gravity=physics_o.gravity-1})
self.textures[name].armor = armor_texture
self.textures[name].preview = preview
self.def[name].state = state

Zobrazit soubor

@@ -1,4 +1,5 @@
default
player_physics
inventory_plus?
unified_inventory?
fire?