Search results

  1. -SeaboundSaint-

    CGallery & CHeight - Character Gallery & Player Height

    Weird that CGallery doesn't add the CGallery category. But you can use the HS:Evo X CGallery patch to add it in.
  2. -SeaboundSaint-

    Character Customization How do I copy an NPC's appearance better than just eyeballing it?

    For eye shape, there are three hidden sliders which only get used for Race Presets in Vanilla (made accessible through HS:Evo); "African American", "Asian" and "Caucasian". (The "Hispanic" Race Preset sets all three sliders to "0".) Each changes the face morph in ways other sliders can't. So if...
  3. -SeaboundSaint-

    Character Customization How do I copy an NPC's appearance better than just eyeballing it?

    Like most NPCs, Luz is built upon the same body mesh as Playa (cmbod_human.cmesh), which is why she looks more generic compared to her SR1 model. Check out "npc_luz.xtbl". It will have every item she wears listed as a VID (with the internal name, which isn't usually that different from the...
  4. -SeaboundSaint-

    SR2 LUA Chaos

    Ah, my bad. I just misunderstood slightly. I haven't actually looked at that file yet, tbh. I could be wrong (I haven't done a playthrough in ages), but I think there are health boosts available through Activities.
  5. -SeaboundSaint-

    Installing GotR using Juiced v7.1.0 or later (for beginners)

    Use Method 2 from reina's post. This guide is just for GotR itself. Everything else can (and should) be installed in it's own separate folder, and given higher priority than GotR.
  6. -SeaboundSaint-

    SR2 LUA Chaos

    I'll think about removing the character_kill() function from that effect. The explosion on it's own has a chance to kill the player anyway if ragdolled in the right way. Btw; A way around max HP multipliers would be to get the player's max HP, then divide it by what ever fraction of damage...
  7. -SeaboundSaint-

    SR2 LUA Chaos

  8. -SeaboundSaint-

    Character Customization Change Player Voice with Juiced Patch

    Interesting. I hadn't even realised nclok1405 had edited that file. I thought the "error" function was doing the foley and display message on it's own. I've had a play around, and I've figured out what's going on. Functions in the Juiced LUA console are being misinterpreted as Global...
  9. -SeaboundSaint-

    Seabound's Essentials (.lua/.cts loaders)

    Only because there are failsafe "init" functions at the bottom of sr2_city.lua which do nothing (except debug_print that the file isn't installed). If the files are found though, the proper versions of the "init" functions in those files will be used instead. Without the failsafe "init"...
  10. -SeaboundSaint-

    Character Customization Change Player Voice with Juiced Patch

    That's a good idea actually. I'll keep it mind for my current project. (No guarantees though.)
  11. -SeaboundSaint-

    SR2 LUA Chaos

    The latest version of "Seabound's Essentials" is required to run this mod! Welcome to SR2 LUA Chaos! Buckle up for a bumpy ride! Every 30 seconds, a new, randomly chosen effect will attempt to disrupt your gameplay. You may teleport. You may fall over. You may explode. It's all random...
  12. -SeaboundSaint-

    Seabound's Essentials (.lua/.cts loaders)

    Welcome to Seabound's Essentials! Here you will find files which other mods may depend on in order to function properly. Whichever mods rely on the files available here will state as much on their mod pages. LUA LOADER: This sr2_city.lua will load other .lua files containing scripts for...
  13. -SeaboundSaint-

    Sandbox++ v0.9 (Warp to Activity Markers + Ghost Town Mode)

    I have made a few tweaks to nclok1405's Sandbox++ to make it compatible with the LUA Loader from Seabound's Essentials. (Functionally, nothing is changed other than how the script is loaded.)
  14. -SeaboundSaint-

    Gentlemen of the Row

    I have separated GotR's LUA functions from sr2_city.lua into their own .lua file to make it compatible with the LUA Loader from Seabound's Essentials. (Functionally, nothing is changed other than how the script is loaded.)
  15. -SeaboundSaint-

    Vehicle Modding Questions And Tips

    You can do multi-line find and replace in base Notepad++ (no plug-in required). Just highlight what you want to find/replace, then press CTRL+F/CTRL+H. It will look like the text is inline in the search box, but the line-breaks are there. You can even find just the line separator character by...
  16. -SeaboundSaint-

    Character Customization Change Player Voice with Juiced Patch

    My Juiced LUA Console crashes whenever I use it. I think it's to do with it using unlocalized text. Removing some mods which also use unlocalized text might fix it.
  17. -SeaboundSaint-

    Animations Fix

    I tested the GML4 anims a while ago and forgot all about it. Despite their names, they appear to be leftover versions of some of the Saints Row 1 Pimp Cane shotgun animations. gml4_2h_rd_to_sd - Pimp Cane Ready to Pimp Cane Stand gml4_2h_sd - Pimp Cane Stand gml4_2h_sd_idle_a - Idle A...
  18. -SeaboundSaint-

    Saints Row 2 Juiced Patch

    Like I said; If things can't be added, I'd imagine they can be changed/swapped.
  19. -SeaboundSaint-

    Saints Row 2 Juiced Patch

    Ah, okay. I always thought that because of what I assumed to be placeholder DLC meshes in the base game, like for Tera and the Unkut clothing items.
  20. -SeaboundSaint-

    Saints Row 2: Juiced Patch Mod Manager

    This will hopefully streamline the process for those wanting to enjoy our mods! A couple of issues I've noticed on release: 1. I get this error every time on launch (it works fine though): I am using an older Juiced version atm, though (v7.6.0). 2. Would it be possible to either: A...
Back
Top