Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hi! I'm a huge fan of this amazing mod, and i'm just starting to mod, based in this skinpack, but how do you customize the starter weapon?

there isnt a simple variable like "swep" with .race mods but you can set any weapon by setting "wep = (wep_name)" in #define game_start . you should also set the starting ammo with "

ammo[weapon_get_type(wep)] = typ_ammo[weapon_get_type(wep)]*3

" which sets the ammo for whatever weapon you have to 3x the amount that a ammo pickup gives (what the base game does)

Lots of thanks!