forums | blogs | polls | tutorials | downloads | rules | help

Error message

Deprecated function: The each() function is deprecated. This message will be suppressed on further calls in remember_me_form_alter() (line 78 of /var/www/siegetheday.org/sites/all/modules/contrib/remember_me/remember_me.module).

DS2: BW Mod development

Discuss modifications of DS2: BW here.

HardLess's picture

Orb in DS2

Hi, I'm trying to tansform the power "Energy Orb" from the combat magic powers into a spell.
The main issus is that when I transform it as a spell, my character cast it but nothing happen.
I was wondering, if somebody had an idea.

This is the code from the power.

[t:template,n:energyorb_power] { doc = "Energy Orbs";

specializes = base_power;
[attack]
{
skill_class = "Combat Magic";
}
[gui]
{
active_icon = b_gui_ig_m_i_rendingaura-up;
mini_icon = b_gui_ig_m_chiclet-buff-up;
}
[magic]
{
cast_range = 10;
cast_sub_animation = 2;

Animating water

Can anybody here tell me how to get the water animating properly in a custom region? Apologies if there's already info here about this but I haven't been able to find a thing.

Thanks.

Show me string to int script

Here is my last failed attempt to retrieve the string for 'Min Damage' and convert it to a useable integer for simple math stuff.

ShowDPS$()

{

UIText uiText$ = QueryDerivedText( UIShell.FindUIWindow( "text_min_damage_value", "character_main_tab" ) );
sText$ = GetText( uiText$ );
int MinDam$ = GetInt( sText$ );

string tmp1$ = "oops"; //defining the variable type before use
StringTool.Assignf( tmp1$, "%i", MinDam$ );
SetUITextText$( "character_main_tab", "text_DPS_value", tmp1$ );

}

I'll make this short.

Okay, to put it simple. Me, personally, I'd love to have a mod ((It's stupid, I know)) That makes any male character run like Altair from the first Assassin's Creed. I have NO Idea how easy or difficult it is.. So.. if you can alter the very way the character MOVES, that'd be epic for me. Might even need to speed up the running speed to make it work like the actual sprint. Comment, Thanks!

Pets with large inventory check MOD

Pardon me for your time and hopefully generous knowledge.
I am trying to solve an issue I have that involves using 'ZhixalomsDS2BWInventory' mods. Namely, I dont alwas count the objects correctly when storing items in my pets inventory, which causes a corrupt save(pet is stuck at the Inn/trying to access him causes an EXE fault).
I stumbled upon the coding that uses 'GetFullRatio' that I assume is an 'Inventory Check'. It is used only twice(thrice but xLogic replaces Logic...), so seemly is my best oppurtunity for a resolution.

Armor and Weapons for DS2 Cat Mansion Girls and Boys

I thought it might be a good time to open a forum topic on both Armor and Weapons for DS2 Cat Mansion Characters. I will at some point write down what is necessary to convert DS1 Type1 armor to DS2 Type6 armor or create new type6 armor for both the Cat Mansion Boys and Girls. The process is a bit longer for DS2 than DS1 but you do not need all the armor images normally required for DS2 characters and their various skin tones.

Modify existing levels --- it is possible ?

Hello!

(Sorry, english is not my native language) Hi I found dungeon siege 2 lately. I consider it fantastic. However, when I playing with expansion, it was sloppy for me. The levels was "empty". I'm not familiar with modding. So, I wonder if it possible to modify existing levels, removing parts, moving parts or adding trees or objects.

Pages

Subscribe to RSS - DS2: BW Mod development