Sandbox+ for Saints Row IV

It seems to be a VFX added with the dlc. Trying to trigger it outside the zones and in the open world Steelport doesn't work.

EDIT:
The weird thing is that it does snow in the new zones though. I have a feeling that the snow VFX is actually part of the zone's czn/czh files.
You tried adding:
function dlc2_m01_start_player_snow()
for i,player in pairs(DLC2_M01_player_list) do
local looping = true
local attach_orient = false
effect_play_attached_to_camera(DLC2_M01_vfx.player_snow, looping, attach_orient, sync_from_player(player) )
end
end
Editing it like this:
function dlc2_m01_start_player_snow()
local looping = true
local attach_orient = false
effect_play_attached_to_camera(DLC2_M01_vfx.player_snow, looping, attach_orient, sync_from_player(LOCAL_PLAYER) )
end
and calling it, right?
 
Last edited:
I downloaded HSSC dlc and then I downloaded this mod update, i dont know if it was this mod that did something, or something wrong with the dlc, or maybe even the latest update patch with SRIV, but my game crashes as soon as I get to the blue marker that initiates the first HSSC mission. Any suggstions?
 
I downloaded HSSC dlc and then I downloaded this mod update, i dont know if it was this mod that did something, or something wrong with the dlc, or maybe even the latest update patch with SRIV, but my game crashes as soon as I get to the blue marker that initiates the first HSSC mission. Any suggstions?

It shouldn't be this mod. I've played through the entire campaign multiple times with it. It's likely another mod you have installed.
 
Idolninja can you plz tell me how to fix this ??

That's not even a part of Sandbox+ at all yet. That's just some code that someone else posted.
 
Hello , I have two questions about this mod , Which are the keys support and home?

Home key is next to Insert. Support? I have no idea where you came up with that.
 
That's not even a part of Sandbox+ at all yet. That's just some code that someone else posted.
I'm sorry, but I found those codes on the 'read me' file and they are even on the first post on this thread. Maybe is just a mistake.
I didn't meant to spam
 
Back
Top