Search results

  1. Henry08

    SRIV SDK Release B: Clothing Item Tools

    Also if you really want full character mesh you can grab head by ninja ripper in force mode, the facial animation here based on morphs\blendshapes so it always weighted to head, eyes and neck bones.
  2. Henry08

    SRIV SDK Release B: Clothing Item Tools

    Yes and no. There is 3d max plugin for import but it can only import character's cloth with hair and lods(1-3) for a head. One problem: it gets insane when seeing some additional bones(for hair, tail, etc) and sets weights to wrong bones. You can't import head, because of game use same mesh for...
  3. Henry08

    Game crashes on coop ?

    Some guy posted few days ago that he compare original exe and with workshop patch and new version instantly disconnect, so this is 50\50. I only can say that the updated game is more unstable, got crash every time when running Dominatrix in coop.
  4. Henry08

    Shaundi is drinking in the hub

    Shaundi's position isn't random it depends on which mission is completed so if you don't do anything she will stay on the bridge.
  5. Henry08

    Help, I'm stupid ~

    Пиши на английском, может дажет в личку, кто-то из старожилов, вроде Idolninja или Quantum должен знать, что-то вроде: Please help me. I need to find some contact information for VIPPER VENOM, I need him but he doesn't appear on the forum.
  6. Henry08

    GOG version of SR2 fixed?

    >Mega >Patch >EXE I would say it's too suspicious. Also, I don't understand how hex editing should work only on AMD. Frame limiter should work for all systems if you did it once why you add nvidia inspector?
  7. Henry08

    GOG version of SR2 fixed?

    Lol, I have never thought that this was a big deal. Yeah, they used Nvidia inspector and it lays in the game folder. This is a simple profiler, you can run it and change a setting, also I guess exe renaming is working too.
  8. Henry08

    Shaders(Materials) Explained

    You can add uncontrolled transparency to glow shader only. It will be transparent but only in dark area. <Mat_Alpha_Mode>2</Mat_Alpha_Mode> 0 - no opacity; 1 - clipping opacity with alpha; 2 (and 3?) - transparent material Maybe shaderball has glow setting but I am not so sure.
  9. Henry08

    SRIV SDK Release B: Adding New Customization Items

    Skinning can't cause any problem at least after converting. SDK has some limitation for the quantity of the bones weight per vertex so it will stop conversion if it will find something. As I said you have two UV layers(sets). You should transfer them to one and delete other, in your case simply...
  10. Henry08

    SRIV SDK Release B: Adding New Customization Items

    Why your export model to Maya? Fbx2014 export works fine in max. The most problematic place is shaders, max standard phong material does not support diffuse slot. Also about crushes, the most common is uv layers, which Maya can create randomly during import, mesh should has only one uv, the...
  11. Henry08

    I was banned on Steam Workshop

    Sergey Galyonkin (steamspy creator) said that average quantity of bought copies per game decrease dramatically from 400 000 in 2012, to 30 000 in 2017 and going to 10 000 now. So steam became a very unhealthy store for indie game dev. This situation not so bad for Valve because of its revenue...
  12. Henry08

    I was banned on Steam Workshop

    I am totally ok with the policy "no nude or adult content on our platform" this is normal if you want to avoid some lawsuit in few countries, but Steam is using a sly trick: all controversial content allowed until its algorithm say it's better for us to ban it. No clear rules, no real people...
  13. Henry08

    I Can't Choose Save Shaundi And Viola at Final Mission

    Reshade is injecting directx library so I would not be so sure.
  14. Henry08

    I Can't Choose Save Shaundi And Viola at Final Mission

    Really strange, looks like trigger failure but idk what can cause this, I recommend your reinstall the game, something breaks lua script
  15. Henry08

    I Can't Choose Save Shaundi And Viola at Final Mission

    Ehh, I don't remember but aren't you should fly to the island with steelmaker instead an airport to choose this ending?
  16. Henry08

    Mod Management in Saints Row IV, how to manage mods easily and faster

    mods subfolder is using for workshop compatible mods in vpp_pc packages root folder is using for average mods that replace some values\files There are three main file format in modding .sr2_pc - game archives, if there is a conflict with this files, you can't do anything, that means two mods...
  17. Henry08

    Question regarding Linux preformance for Saints Row 2

    It's not a port, game use some custom Linux wrapper, so this are Windows port problems + emulator problem https://www.gog.com/forum/saints_row_series/saints_row_2_for_linux
  18. Henry08

    action_play() with Compliments/Taunts

    Some names are identical but there are two different tables
  19. Henry08

    action_play() with Compliments/Taunts

    As I remember compliment is using different enumeration list with animation names, also I guess it also using no Lua method to execute animation, so action play should work with actions list not with the compliment names
  20. Henry08

    Daspex's Switchable Info Panel + Sandbox + Help Screens (IdolNinjaVersion) Mod

    Not really you need cycle for each > for k,v in pairs
Back
Top