Fulqrum Publishing Home   |   Register   |   Today Posts   |   Members   |   UserCP   |   Calendar   |   Search   |   FAQ

Go Back   Official Fulqrum Publishing forum > Fulqrum Publishing > King's Bounty > King's Bounty: The Legend > Mods

Mods Everything about mods

Reply
 
Thread Tools Display Modes
  #1  
Old 12-06-2008, 04:02 PM
ztorm ztorm is offline
Approved Member
 
Join Date: Nov 2008
Posts: 60
Question Request: no camera shake

I play a lot of different games and always turn "camera shake" effects off whenever it's possible... Quickly "bouncing" camera moves that supposedly mimic the impact of tremors and shockwaves only hurt my eyes and never improve immersion into any game (imho).

So, is it possible to somehow deactivate this effect in KB through modding/hacking the game ? I find camera shake during Zerock's rockfall to be particularly annoying, so it'd be good for starters.
Reply With Quote
  #2  
Old 12-06-2008, 10:05 PM
Keneth Keneth is offline
Approved Member
 
Join Date: Nov 2008
Location: here and there
Posts: 378
Default

If it can't be done in the game preferences, first check the INI files in the data folder and if you can't find anything there then try looking inside Zerock's files, probably inside ses.kfs or data.kfs, files with "therock" in their names. I'll take a look when I get home and see if I can find anything.
Reply With Quote
  #3  
Old 12-07-2008, 05:04 PM
bman654 bman654 is offline
Approved Member
 
Join Date: Jan 2008
Posts: 226
Default

most of the rage attacks are scripted in special_attacks.lua or spell_attacks.lua or similar I don't remember exactly which lua file it is. Most likely you'll need to edit the script to remove the shake call (or maybe even find the shake function (if it is a lua script function) and no-op it).
Reply With Quote
  #4  
Old 12-08-2008, 06:18 AM
Lestas Lestas is offline
Approved Member
 
Join Date: Dec 2008
Posts: 88
Default

Camera shake effect is scripted within:
* all magic .atom files (lightning, armageddon etc.)
* spirits of rage .atom files
* some special attacks files
* creatures files (cyclops for example)

So to remove camera shake effect...you need to edit all of these files manually (not recommended). When you install a new patch you'll need to edit 'em again to avoid errors.

Last edited by Lestas; 12-08-2008 at 12:14 PM.
Reply With Quote
  #5  
Old 12-08-2008, 12:03 PM
ztorm ztorm is offline
Approved Member
 
Join Date: Nov 2008
Posts: 60
Thumbs up

Many thanks, you guys saved me a lot of research time Too bad it sounds so complicated... I'll see what I can do...
Reply With Quote
  #6  
Old 12-08-2008, 02:01 PM
Keneth Keneth is offline
Approved Member
 
Join Date: Nov 2008
Location: here and there
Posts: 378
Default

It's not all that complicated, there's just blocks of code that you need to remove or alter, shouldn't be hard even if you know nothing about scripts.

Here's an example of the code you're looking for:
Code:
    camshaker {
      frame=30
      envelope=quake_appear.envlp
      attenuation=0.1
    }
I'm guessing that removing these blocks should do the trick. You could also try changing the attenuation value, I'm not sure which but it probably defines either the peak or the length of the shaking.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 07:28 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright © 2007 Fulqrum Publishing. All rights reserved.