Some Game Modding
- housika717
- Feb 10, 2023
- 1 min read
Updated: Apr 18, 2023
Spent some time using what I have learned with coding to try my hands at some game modding on the Stalker Anomaly standalone mod. Wanted to make some personal changes to player starting loadouts, to vendor inventories and logic, and how the routing system generates level transition points. First two were very simple and only needed references to know what item names are in the script, last one was more complicated and required me to create a new table and functions in the existing script to get the results I wanted.
Comments