Sandbox+ for SRTT

is it necessary to have the sr3.lua file in? becus i didnt find any way to dis mod let me fix thermopylae or daedalus (and S.T.A.G(Secretly They Are Gay) in town obviously)

The lua file you're asking about is core to this mod. Nothing will work without it. Also, you can use the keyboard shortcuts in Sandbox+ to toggle both the Daedalus and the Thermopylae. So, that other mod you're talking about is completely redundant and unnecessary.
 
The lua file you're asking about is core to this mod. Nothing will work without it. Also, you can use the keyboard shortcuts in Sandbox+ to toggle both the Daedalus and the Thermopylae. So, that other mod you're talking about is completely redundant and unnecessary.
Thank u. how do i do it
 
The first post and the Readme file has all of the key commands.

5 + RIGHT = Toggle Daedalus hovering over downtown
5 + LEFT = Cycle Thermopylae states
5 + LBRACKET = Toggle STAG active

I assume these are what you're talking about. I don't have Sandbox+ installed for SRTT yet, nor have I played enough missions (I screw around too much, it's fun) to even know what Daedalus and Thermopylae are, but these are what I see for the key commands.
daedalus is a giant ship of stag that hovers in the city
thermopylae is another ship( but doesnt hover)

And sorry i didnt see the section saying this
 
I had a feeling that's what they were but I wasn't positive.

There's a lot of key commands for Sandbox+ so if you're looking for something specific, I find it's helpful to open the readme and use Ctrl+F to then search a keyword; that's what I did to find what you were looking for. I also like to copy/paste the keys commands into their own file so it (the file itself) is easier to find, plus I can edit it for printing or to arrange the commands I might use most at the top if I want. Just a couple of tips that might help you in the future, is all.
thanks
 
Idea: make the syndicate tower state changeable and in the stag mode remove all stag elites and add stag commandos and give us a npc spawn menu
 
Last edited:
Is it possible to remove the words that pop up when you squish someone when using super powers?It was fun at first but its starting to annoy me.
 
Is it possible to remove the words that pop up when you squish someone when using super powers?It was fun at first but its starting to annoy me.
I don't remember any of the powers from The Trouble with Clones DLC squishing people...
 
Is it possible to remove the words that pop up when you squish someone when using super powers?It was fun at first but its starting to annoy me.

Open sr3_city.lua in notepad, and search for:
dlc3_m03_punch_load()

Comment out that line by adding "--" like so:
--dlc3_m03_punch_load()

No more word balloons!
 
oh also not sure if this was posted before and or if someone is interested but i made a file wich makes the fireball from the super powers insta-explode any car even tanks.also expandended the radius from 10 to 30 not sure if it makes alot of difference.

sidenote:i noticed that sometimes when a fireball hits a npc or a vehicle the vehicle/npc becomes invulnerable to the fireball's damage.not sure if this has to do with changing the radius and or damage but you can always make it explode or kill it by punching it with your super fists :3.

INSTALL:
simply just replace the file in your root folder (saints row the third) called dlc3_explosions.xtbl with this one.if you prefer to you can also go into your root folder,open dlc3_explosions.xtbl with notepad,search dlc3_fireball and change radius to 30 (<Radius>30</Radius>), max damage to 100000 (<Damage_Max>100000</Damage_Max>) and min damage to 100000 (<Damage_Min>100000</Damage_Min>).
this is how the script looks like
<Explosion>
<Name>dlc3_fireball</Name>
<Radius>30</Radius>
<FireRadius>10</FireRadius>
<AI_Sound_Radius>250</AI_Sound_Radius>
<Damage_Max>100000</Damage_Max>
<Damage_Min>100000</Damage_Min>
<Damage_Max_Player>0</Damage_Max_Player>
<Damage_Min_player>0</Damage_Min_player>
<Impulse>100000</Impulse>
<Effect>Vtol_Missiles_Exp</Effect>
<_Editor>

CREDIT:idolninja's sandbox+ mod
 

Attachments

Back
Top