Devlogs
Alpha 0.1 (Patch)
Posted November 06, 2024 by Aekur
Alpha 0.1 Patch
General Changes
-
Added client-side command
/rawinfo
, which shows raw text including information such as the player's (or camera's) position, velocity, and look direction
-
Added client-side command
/setrf
(settings refresh), which reloads settings from file
-
Added settings "First Person Camera Push Manual" (
gameplay_first_person_camera_push_manual
) and "First Person Camera Push Procedural" (gameplay_first_person_camera_push_procedural
)
-
It is now required to chamber an unchambered gun before reloading unless it's empty.
-
Dropped items now have their own timers before they are destroyed, determined by
itemLife
(seconds)
- the timers are server-side
- does not affect dropped items spawned upon map load
-
Dropped items now emit particles before disappearing, determined by
itemLifeWarn
(seconds)
-
Changed the trajectories of cartridge cases ejected by guns
Technical Changes
-
Added map config
itemLife
(default is 180)
-
Added map config
itemLifeWarn
(default is 15)
-
Settings JSON file is now exported in pretty print
Removals
-
Removed client-side command
/getpos
-
Removed setting "First Person Camera Push" (
gameplay_first_person_camera_push
)
Bugfixes
-
Fixed bug where
.tp
command does not work on non-player entities
-
Fixed bug where ground loot spawners spawn loot at the origin of the map
Bugs and Oversights We're Still Aware Of
-
Animations sometimes fail to play
-
Entropy's model has an ergonomic oversight
-
Frostbite's model has an ergonomic oversight
-
Definite bans (those that expire) do not work as expected