128 arxius t'agraden
296 comentaris
41 vídeos
3 càrregues
68 seguidors
274 descàrregues
Arxiu més popular
Últims fitxers
- Só
57
10
1.0
The extent of this mod might be more than I thought. I can change any hash inside the cameras.ymt. So far I've been able to loop explosions that don't loop, and I can apply that to any camera shake effect. So for example, when shooting a gun I can give the player a drunk effect instead of a shake effect and that can loop as long as your holding the gun or fade away slowly.
There are about 70 camera effects I can swap both effects and length of time. Really any hash value at all can be swapped so this might even extend to the DOF effects upon explosions. There are multiple DOF effects of multiple strengths.
@JoyLucien are you talking about editing the cameras.ymt? As far as I know it crashes the game, so only way to add camera is custom cameras through script. I tried but the games scripted camera overrides any custom camera. I'm not sure
@JoyLucien all you really need is the hash. The name is not needed for code, just to reference something in the Shake list. The name could be anything testshake=0x.....
@JoyLucien I'm learning this as I go. Using Hash Collider I extracted the dictionaries into codewalker nametables so cameras.ymt hashes are named. There I find all the shake references, the names in the ini were the hashes that were named. There is about 15 more shake names that have no hash names matched. You can try yourself if you add them to the ini. Eventually I'll test them all, seeing if I can brute force their names, so far no luck.
@JoyLucien oldshake is currently what's in cameras.ymt. When you press F8 it reads the ini and switches oldshake for newshake. When you press again it just reverts changes. You can add any name under shakes to newshake for the effect to take place in game. Restarting game is not required. If you want to add new names and hashes to test you can. I found more to try. Also working on a loop because the drunk cam is fun. Still looking for which controls first person view or third.
@JoyLucien Ini has now been added as well as in game toggles. Upon toggle on you can switch effects in game by the ini. FAMILY5_DRUG_TRIP_SHAKE gives some interesting camera twists...
@JoyLucien Possibly. Looking to also see if any other values can also be changed such as swapping screen shake effects.
@Scarlet63154 Thank you for testing
I made an ASI fix for the screen shake when flying with this mod. No Flying Shake
I made an asi that removes the shaking when using this mod. No Flying Shake
@thalilmythos "When I was a child, I had a fever"
Thank you. For those that do sky fly it's been a requested feature since 2015.