Search results

  1. hexef

    Intensive Hardcore Mod (now with "pastgangs")

    I didn't mean today's patch because I just heard about it recently,but it shouldn't make any conflict with the mod.
  2. hexef

    Random Encounters Mod [with STAG,SWAT,old gangs and more]

    Sounds like you didn't get the last version.V2 is attached in the OP.
  3. hexef

    Intensive Hardcore Mod (now with "pastgangs")

    Do you mean that you bought the game from steam and have the latest patch,then yes.
  4. hexef

    Mix Tape Shuffle?

    This^^,one of the greatest mod request ever.I'm highly annoyed that I have to change the playlist everytime in order to make a certain song to play earlier.
  5. hexef

    Health Regeneration

    It's all inside difficulty_levels.xtbl: For regeneration duration Health_Regen_Wait_Mult table For regen speed Health_Regen_Speed_Mult table Note:the first table means casual difficulty,the second normal and the third hardcore.There are also the same tables for coop.
  6. hexef

    SRIV Some questions about SRIV Lua threads

    Thanks for the prompt answer,but what if I do the following: something_random_handle = thread_new("something_random") And after some time when a certain condition is met this following code executes: something_random_handle = INVALID_THREAD_HANDLE Is the same thing happening as if I was...
  7. hexef

    Random Encounters Mod [with STAG,SWAT,old gangs and more]

    Ok guys a new update has just been released ! If you still play with this mod then this is a must download.No new features,but it fixes a lot of bugs such as the attacks never ending,making this a nearly bug free version.See the OP for more details.
  8. hexef

    SRIV Some questions about SRIV Lua threads

    That sounds like a great idea and I think I'm gonna stick with it but I still wonder what's the purpose of those functions. EDIT:Wait but if I set that some_variable to false does the while statement take a break in the middle of the code block or just ends the function?
  9. hexef

    SRIV Some questions about SRIV Lua threads

    So let's consider the following function which loops through a complex code every 5 seconds. function something_random () while ( true ) do code block delay(5) end end We want this function to monitor something so let's make a thread out of it. something_random_handle =...
  10. hexef

    Intensive Hardcore Mod (now with "pastgangs")

    That depends on preference,I did that for a balancing purpose,because the cars were useless with infinite sprint and glide.If you you upgrade to maximum then the stamina bar will barely drop down.
  11. hexef

    Random Encounters Mod [with STAG,SWAT,old gangs and more]

    Open up sr3_city.lua and comment out enc_player_superpowers_disable() under the encouters_main_thread() function. I don't think that it is possible to make the game check when you are hacking,but here is a solution:You can make it so as to be longer intervals between attacks. Open up...
  12. hexef

    Intensive Hardcore Mod (now with "pastgangs")

    Okay people,I'm about to start a new playthrough but not without a new update to V1.7 : -Tripled the time of your superpowers being disabled by a suppression grenade -Health upgrades are three times more effective but player's total health is three times less -No more unlimited stamina...
  13. hexef

    Intensive Hardcore Mod (now with "pastgangs")

    Open up character.xtbl (inside your SRIV root folder) and search for <Name>npc_alien_sp_special</Name> table.After that scroll to the right until you find <Spawn_Info_Rank>Homie - Donnie</Spawn_Info_Rank> table.Edit that table so it will look like this...
  14. hexef

    Intensive Hardcore Mod (now with "pastgangs")

    Tell me which enemies would you like to buff down their health from.
  15. hexef

    Intensive Hardcore Mod (now with "pastgangs")

    Well some of the aliens from virus injections are pretty challenging even for me.I made them like that to match up with my skills but still,it wasn't impossible for me,at least...I suggest unistalling the mod if you think you can't handle it,there are no more tips from me other than unistalling...
  16. hexef

    Random Encounters Mod [with STAG,SWAT,old gangs and more]

    In the code I've wrote so that encounters don't trigger during missions.I thought that those virus injections counted as missions but they don't...I don't know if I will ever find a fix for that but I will do my best.
  17. hexef

    Random Encounters Mod [with STAG,SWAT,old gangs and more]

    The random assault.No modifications done to the survivals unless there is a file sr3_city_survival.xtbl inside the mod archive.Edited the post to avoid further confusion. Wait the encouters trigger during the virus injections?Didn't expect that.
  18. hexef

    SPOILERS Least favorite thing in the game?

    One of the things I hate is that they didn't add much replayability to the game.After getting 100% of the simulation,there is virtually nothing left to do.No mission replay,no flashpoint,assassinations,vehicle thefts respawns and virus injections not replayable.They could've at least add some...
  19. hexef

    Random Encounters Mod [with STAG,SWAT,old gangs and more]

    I took a look at miku's mod files and they can be easily merged together.The only files you have to merge together are notoriety_spawn.xtbl and character.xtbl.I made very little modifications to these files.
  20. hexef

    Random Encounters Mod [with STAG,SWAT,old gangs and more]

    Ok folks Version 1.2 has been released with a new feature and some optimization to the script code. Read the OP for more details. So from now on if you enter a tank,heli,vtol or plane during the random assault then a 5 second countdown display will appear in the lower center of your HUD...
Back
Top