Jump to content

increase party speed when no enemies


DrAzTiK

Recommended Posts

Hello everybody,

 

I would like to to increase the speed of my party when there is no enemies in sight so I can travel faster on maps. (we can do it in the game Pillars of eternity) Maybe increase speed by 50%.

 

Can you help me with the code I need to use and where to use it .

:

Maybe it could be a good feature for tweaks anthology in the futur

 

thank you :)

Edited by DrAzTiK
Link to comment

I'd put the code in BALDUR.BCS and BALDUR25.BCS. The code should be pretty short, so that shouldn't be a big deal.

 

But it can't be just a piece of code, I imagine. As I see it, you first need a custom "spell" that sets party movement rate to 150%, which is to be applied whenever there is no combat. Whenever combat happens, the game needs to remove that spell's effects from your party.

 

And then there's also the problem of when a companion is no longer in party. You probably need to put a piece of code in each companion's personal script to cancel that spell whenever they're kicked out of party.

 

Just my initial thoughts. You should wait for the modding experts to chime in (if they do) : D

 

EDIT: Actually, there's also the situation when you recruit a companion. You want the spell to be applied to that companion upon their joining you. Since you already need to modify companions' personal scripts anyway, you can probably just work with their scripts, leaving BALDUR.BCS and BALDUR25.BCS alone.

Edited by ABlake
Link to comment

Join the conversation

You are posting as a guest. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...