View previous topic :: View next topic |
Author |
Message |
MaxRock
Joined: 24 Jan 2008 Posts: 196
|
Posted: Fri Aug 14, 2009 20:16 Post subject: Caps |
|
|
I'm not sure if this has been discussed and dismissed but has anybody tried to get around the different caps of the game? Like the +12 for abilities, +20 on attack bonus, etc. |
|
Back to top |
|
|
FunkySwerve
Joined: 02 Jun 2005 Posts: 377
|
Posted: Fri Aug 14, 2009 23:44 Post subject: |
|
|
Yes, acaos haxxored the +12 ability cap for us just recently. We can go up to +16, though I think he allowed for a greater range than that (I would guess +20).
Funky |
|
Back to top |
|
|
MaxRock
Joined: 24 Jan 2008 Posts: 196
|
Posted: Sat Aug 15, 2009 9:55 Post subject: |
|
|
Any chance of this being released to the (windows) public? |
|
Back to top |
|
|
Asparius
Joined: 18 Sep 2007 Posts: 52
|
Posted: Sat Aug 22, 2009 18:20 Post subject: |
|
|
I would be interested also - especially in attack/skill bonus. |
|
Back to top |
|
|
Zebranky
Joined: 04 Jun 2006 Posts: 415
|
Posted: Sun Aug 23, 2009 2:43 Post subject: |
|
|
I don't see hooks for this anywhere in SVN, but no matter. Found the relevant code in Win32. Will hook it after I grab food. _________________ Win32 SVN builds: http://www.mercuric.net/nwn/nwnx/
<Fluffy-Kooshy> NWNx plugin is to this as nuclear warheads are to getting rid of fire ants.
<ThriWork> whenever I hear nwn extender, I think what does NWN need a penis extender for? |
|
Back to top |
|
|
Zebranky
Joined: 04 Jun 2006 Posts: 415
|
Posted: Sun Aug 23, 2009 5:38 Post subject: |
|
|
Committed as part of nwnx_fixes. Ability and skill hooks work great, but I can't figure out how to test the AB hook. Weapon bonuses and EffectAbilityIncrease both seem to bypass the +20 cap. Any ideas?
Edit: Nevermind, apparently the character sheet displays it improperly. This is probably a client bug, so not readily fixed.
Binary at http://mercuric.net/nwn/nwnx/nwnx_fixes-svn40.dll. NWNX.ini options are cap_ability_inc, cap_atkbonus_inc, cap_skill_inc, and their _dec counterparts (increases and decreases have separate caps). Don't set them to 0 (the plugin will ignore it), and don't set them absurdly high (things could break). _________________ Win32 SVN builds: http://www.mercuric.net/nwn/nwnx/
<Fluffy-Kooshy> NWNx plugin is to this as nuclear warheads are to getting rid of fire ants.
<ThriWork> whenever I hear nwn extender, I think what does NWN need a penis extender for? |
|
Back to top |
|
|
max196
Joined: 26 Jun 2008 Posts: 30
|
Posted: Sun Aug 23, 2009 10:18 Post subject: |
|
|
someone has released it for linux? |
|
Back to top |
|
|
MaxRock
Joined: 24 Jan 2008 Posts: 196
|
Posted: Sun Aug 23, 2009 11:24 Post subject: |
|
|
Zebranky wrote: | Committed as part of nwnx_fixes. Ability and skill hooks work great, but I can't figure out how to test the AB hook. Weapon bonuses and EffectAbilityIncrease both seem to bypass the +20 cap. Any ideas?
Edit: Nevermind, apparently the character sheet displays it improperly. This is probably a client bug, so not readily fixed.
Binary at http://mercuric.net/nwn/nwnx/nwnx_fixes-svn40.dll. NWNX.ini options are cap_ability_inc, cap_atkbonus_inc, cap_skill_inc, and their _dec counterparts (increases and decreases have separate caps). Don't set them to 0 (the plugin will ignore it), and don't set them absurdly high (things could break). |
You're awsome! |
|
Back to top |
|
|
Asparius
Joined: 18 Sep 2007 Posts: 52
|
Posted: Sun Aug 23, 2009 15:19 Post subject: |
|
|
MaxRock wrote: | Zebranky wrote: | Committed as part of nwnx_fixes.(...) |
You're awsome! |
I have to agree |
|
Back to top |
|
|
Lokey
Joined: 02 Jan 2005 Posts: 158
|
Posted: Mon Aug 24, 2009 11:42 Post subject: |
|
|
Trying ability and ab, both seem to be working but haven't hit limits of 30/40 respectively yet to tell that absolutely everything is kosher.
Not doing skills since the standard 50 bonus butts up against the 127 rollover problem already. Will think about lowering, and keep apprised of bugs encountered. _________________ Neversummer PW NWNx powered mayhem |
|
Back to top |
|
|
Disco
Joined: 06 Dec 2006 Posts: 152
|
Posted: Mon Aug 24, 2009 22:16 Post subject: |
|
|
Is there a list of all the ini settings for nwnx_fixes? |
|
Back to top |
|
|
Lokey
Joined: 02 Jan 2005 Posts: 158
|
Posted: Tue Aug 25, 2009 1:41 Post subject: |
|
|
I have the following list:
Code: | [FIXES]
copy_vars = 0 # Copy local variables on stack split and on store transaction,
# fire OnDisturbed when you merge a stack from a placeable
compare_vars = 0 # If set to 1, items with different local vars don't stack
;keep_hidden_in_conversation = 0 # If set to 1, creatures don't
# unhide when they start a conversation
hp_limit = -10 # Negative HP limit - values up to -127 are allowed
;hide_charlist_all = 1 # If used, comment the three below
hide_charlist_dms = 1 # Should be self-explanatory
hide_charlist_levels = 1
;hide_charlist_portraits = 1
cap_ability_inc = 30
cap_atkbonus_inc = 40
cap_skill_inc = 50
cap_ability_dec = 30
cap_atkbonus_dec = 40
cap_skill_dec = 50
debuglevel = 3 # For troubleshooting 7/2009
LogLevel = 2 |
debuglevel was a specific hack for checking Zeb's dm hiding stuff. I'm not sure if this plugin has much in the way of logging.
Keeping track of what ini settings are available and what they do has always been a challenge _________________ Neversummer PW NWNx powered mayhem |
|
Back to top |
|
|
Zebranky
Joined: 04 Jun 2006 Posts: 415
|
Posted: Tue Aug 25, 2009 4:43 Post subject: |
|
|
Nicely done. That's a complete list (for Win32, anyway), though the LogLevel option doesn't do anything for fixes (there's a lot of inconsistency in which plugins use debuglevel and which use LogLevel). debuglevel does modify some logging (particularly levels 2, 3, and 4), but they're mostly only useful if you're... well, debugging. _________________ Win32 SVN builds: http://www.mercuric.net/nwn/nwnx/
<Fluffy-Kooshy> NWNx plugin is to this as nuclear warheads are to getting rid of fire ants.
<ThriWork> whenever I hear nwn extender, I think what does NWN need a penis extender for? |
|
Back to top |
|
|
Disco
Joined: 06 Dec 2006 Posts: 152
|
Posted: Tue Aug 25, 2009 8:30 Post subject: |
|
|
I hope I don't sound too demanding, but perhaps it's handy to enclose this with the fixes dll? It's quite easy to download it now without noticing all it's options.
Question: if I disable the negative HP limit, does it do anything at all? Now it explicitely keeps the status quo (-10 is the max in standard NWN, right?). Same goes for the other caps. I don't want to use them, so should I disable/remove the lines or not? |
|
Back to top |
|
|
Baaleos
Joined: 02 Sep 2007 Posts: 830
|
Posted: Tue Aug 25, 2009 10:13 Post subject: Overpowering? |
|
|
Hi guys,
While I totally love this plugin, I was wondering if any of your players have commented on it making their player characters over powered?
I myself have no concerns, because It actually opens up avenues for a new system I started a year or so ago, but could not complete, because of the +12 limit.
I've changed all limits to +30 on my server now,
and the hope is that I can create a function, on the onSpawn function of all monsters, that causes them to spawn with ability bonuses, ac and ab bonuses scaled with the player who spawned them, or the strongest member of their party, in the area.
The effect should be monsters becoming moderately harder if the player is really strong.
Was just wondering if anyone else ever considered this, since this plugin pretty much opens up this line of development. |
|
Back to top |
|
|
|