-
Posts
17 -
Joined
-
Last visited
Everything posted by Stubbornx
-
There is a cheat table in fearless revolution site that auto-blocks/parry incoming attacks, but it was made for Jedi Fallen Order. I was just wondering if it's possible to have a similar one in form of a mod. I've looked at the Debug menu but there doesn't seem one (at least from the options i've tried).
-
Hello, As the topic title said, does anyone know or can point me to the right direction? I've tried modifying these lines by commenting it out under playerWitcher.ws file, but it didn't seem to have any effect. if( !action.WasDodged() && action.DealtDamage() && inv.ItemHasTag( inv.GetCurrentlyHeldSword(), 'Aerondight' ) && !action.IsDoTDamage() && !( (W3Effect_Toxicity) action.causer ) ){aerondight = (W3Effect_Aerondight)GetBuff( EET_Aerondight );if( aerondight && aerondight.GetCurrentCount() != 0 ){aerondight.ReduceAerondightStacks();}} Would really appreciate any assistance. Thanks!
-
Does anyone know what Chunk file contains the Ammo table for LBG? Man, i just wish there is a mod that would make all Shot type to Recoil+1.
-
Does anyone have like a list of the Row ID's for all the buffs in game under SpEffectParam? The readme file that came with Yapped only had the EquiGoodsParam and EquipParamWeapon. Would really appreciate it if someone can provide me a list. What i would like to try is to increase the duration of all buffs in game Thanks.
-
[mod request] A fix for the camera
Stubbornx replied to who101's topic in Sekiro: Shadows Die Twice's Discussion
Yeah. The camera Auto-center is really annoying especially when you sprint away and you wanted to check what's behind you :sad: :sad: :sad: -
Definitely one of the greatest games released this year. Just wondering if it's possible to mod this game? Unfortunately, the game only supports XBOX controller layout. Would really love to see a DS4 Controller layout mod for this game.
-
Hi, As the title says, does anyone know how to make the Morale at maximum and make it permanent? or at least it will not decrease? In MbmCommonSetting.lua file, i stumbled on this parameter: RegisterMoraleParam{moraleTimeMinute=36,defectionRates={morale0=4,morale1=2,morale2=1},defectionCountLimit=2,defectionLineStaffCount=16,powerUpPoints={morale8=2,morale9=4,morale10=6,morale11=8,morale12=10,morale13=15,morale14=20,morale15=31},baseMoveRate=50,redMoveRate=100,redMoveValue=-1,heroicPointsForInitMorale={add1=1e4,add2=2e4,add3=3e4}}TppMotherBaseManagement.RegisterMedalParam{meritMedalLinePoint=9,powerUpPoint=30} Just not sure though if this is the correct morale parameter. If it does, what values needs to be changed here? Thanks in Advanced!!