Just like the ZIP files, RAR packages have to be unpacked first.
awesome thank you.
Just like the ZIP files, RAR packages have to be unpacked first.
Could you add a autosave hotkey to sandbox+
that would really make my game better
Oh, okI took a quick look, but there doesn't seem to be any functions that would actually trigger a save. It's probably something hardcoded in the exe itself. Sorry.
If you own SR2 you could try out sandbox+ for itjust simply amazing![]()
Uhm, no. Well not yet anyway, if you want commands to work for both of you:Hello there your mod is really really awesome.
But it not working in multiplayer for me, the host can use the commands but i can't.
Is there a way to enable so anyone can use the commands on the server?
Thank you Eye ZiS
Also "can you add super jump? or fly or something else like noclip"
and forced crosshairs? to use with superpowers too!
and Super Speed for use superspeed in superpowers without enabling superpowers so you can keep your weapons. Also super speed should do fast swimming.
Also zoom for crosshair
--inv_weapon_disable_all_but_this_slot( WEAPON_SLOT_MELEE, true, SYNC_LOCAL )
auto_pickup_disable(LOCAL_PLAYER)
if COOP_COMMANDS and coop_is_active() then
inv_weapon_add_temporary(REMOTE_PLAYER, "DLC_super_fists", 1, true, true, false, true)
inv_item_remove("DLC_fireball", REMOTE_PLAYER)
inv_weapon_add_temporary(REMOTE_PLAYER, "DLC_fireball", 1, true, true, false, true)
--inv_weapon_disable_all_but_this_slot( WEAPON_SLOT_MELEE, true, SYNC_REMOTE )