[RELz] Sensual Walks for Female NPCs

Post » Wed Mar 30, 2011 9:48 am

Ah ok thanks for the reply, helps to reduce the esp count (even if they don't count towards the hard cap) which is always good. I realise after checking now that I never had a Rolling Hills Vwalk so it's all good. Thanks again :foodndrink:

Artorius.
User avatar
Chloe Yarnall
 
Posts: 3461
Joined: Sun Oct 08, 2006 3:26 am

Post » Wed Mar 30, 2011 10:26 am

Got it change line 2840 to read ..

Note = iModCount " Sensual Walks mods have been selected based on the mods you have installed.\n- You can tailor the selection by clearing the tick box in the Sub-Package list above.\n\n- You must use OBMM to run the Sensual Walks Animations Installer OMOD for Sensual Walks to work."

all in one line... http://www.bild.me/bild.php?file=6879050ScreenShot382.jpg

and it works http://www.bild.me/bild.php?file=5080080ScreenShot381.jpg :)

Will repack as a zip and test (I just extracted it to a project while testing there), but cant see there being any more problems. You have all the comma's correct before parse next lines otherwise, and esp's being searched for enclosed in parenthesis aswell as brackets so the rest of the future proofing is correct. Anyway will test some more but seems okay just now.

Edit: Ooops wait, the imodcount is not being included, more fiddling ...
User avatar
Daniel Brown
 
Posts: 3463
Joined: Fri May 04, 2007 11:21 am

Post » Wed Mar 30, 2011 9:13 am

Edit: Ooops wait, the imodcount is not being included, more fiddling ...

Thanks

Can you try use my text as is, but set a variable to contain it with the line continuations. If that works, see if the Note = sVar works. Something like this....
sNoteVar = iModCount + " Sensual Walks mods have been selected based on the mods you have installed."\ "\n- You can tailor the selection by clearing the tick box in the Sub-Package list above."\ "\n"\ "\n- You must use OBMM ro run the Sensual Walks Animations Installer OMOD for Sensual Walks to work."Note = sNoteVar


Edit: Changed & to +
User avatar
bimsy
 
Posts: 3541
Joined: Wed Oct 11, 2006 3:04 pm

Post » Wed Mar 30, 2011 1:27 am

No joy
TypeError: unsupported operand type(s) for +: 'int' and 'str'

Also previously I had another TypeError - cannot concatenate 'str' and 'int' objects which may help give a clue, if I strip out all the imodcount lines and not trying to combine the result with the strings in Note, no problem, so you need a work-around combining integers and strings I believe.
User avatar
chirsty aggas
 
Posts: 3396
Joined: Wed Oct 04, 2006 9:23 am

Post » Wed Mar 30, 2011 7:27 am

No joy

Also previously I had another TypeError - cannot concatenate 'str' and 'int' objects which may help give a clue, if I strip out all the imodcount lines and not trying to combine the result with the strings in Note, no problem, so you need a work-around combining integers and strings I believe.

Thanks for testing.

Probably need this construct...

sNoteVar = str(iModCount) + "Text..."


Edit: Might be worth trying the above construct on the existing Note function (ie Note = str(iModCount) + "Text..." with the line continuation as is)
User avatar
Mistress trades Melissa
 
Posts: 3464
Joined: Mon Jun 19, 2006 9:28 pm

Post » Wed Mar 30, 2011 5:53 am

sNoteVar = str(iModCount) + " Sensual Walks mods have been selected based on the mods you have installed."\
"\n- You can tailor the selection by clearing the tick box in the Sub-Package list above."\
"\n"\
"\n- You must use OBMM ro run the Sensual Walks Animations Installer OMOD for Sensual Walks to work."

Note = sNoteVar


An error occured in the wizard script:
Line: Note = sNoteVar
Error: (Line 2845, Column 16): Too few arguments to operator '=': got 1, expected 2.

Edit: Noted your edit back in a min ...
User avatar
W E I R D
 
Posts: 3496
Joined: Tue Mar 20, 2007 10:08 am

Post » Wed Mar 30, 2011 12:21 am

Note = str(iModCount) + " Sensual Walks mods have been selected based on the mods you have installed."\
"\n- You can tailor the selection by clearing the tick box in the Sub-Package list above."\
"\n"\
"\n- You must use OBMM ro run the Sensual Walks Animations Installer OMOD for Sensual Walks to work."

Return


An error occured in the wizard script:
Line: Note = str(iModCount) + " Sensual Walks mods have been selected based on the mods you have installed."\
Error: (Line 2840, Column 105): Too few arguments to operator '=': got 1, expected 2.
User avatar
Sarah Bishop
 
Posts: 3387
Joined: Wed Oct 04, 2006 9:59 pm

Post » Wed Mar 30, 2011 2:53 am

An error occured in the wizard script:
Line: Note = str(iModCount) + " Sensual Walks mods have been selected based on the mods you have installed."\
Error: (Line 2840, Column 105): Too few arguments to operator '=': got 1, expected 2.


Try:
Note str(iModCount) + "Sensual Walks mods have been selected based on the mods you have installd." \                    + "\n" \                    + "\n- You must use OBMM to run the Sensual Walks Animations Installer OMOD for Sensual Walks to work."Return

Your last few attempts weren't working because you were trying to use '=' on 'Note'. Note is a keyword, so no assignment allowed to it...although there error message is a bit misleading, because the 'Note' keyword gets executed before the assignment operator.
User avatar
lauren cleaves
 
Posts: 3307
Joined: Tue Aug 15, 2006 8:35 am

Post » Wed Mar 30, 2011 12:25 am

:) Thanks Lojack, success, slight change to above first line needs a leading space " Sensual Walks mods~" to separate iModCount result ..

Note str(iModCount) + " Sensual Walks mods have been selected based on the mods you have installd." \
+ "\n- You can tailor the selection by clearing the tick box in the Sub-Package list above." \
+ "\n" \
+ "\n- You must use OBMM to run the Sensual Walks Animations Installer OMOD for Sensual Walks to work."
Return

http://www.bild.me/bild.php?file=8146850ScreenShot381.jpg
User avatar
e.Double
 
Posts: 3318
Joined: Tue Jul 24, 2007 11:17 pm

Post » Wed Mar 30, 2011 4:57 am

http://www.bild.me/bild.php?file=8146850ScreenShot381.jpg

Looking at the pic....

Gee, did I miss something. Tailor the selections on the final screen...?(how?) or is that something new with the svn I haven't caught yet.
It never seemed to work before. not on the final screen anyway...
Or is this a typo...?
User avatar
Benjamin Holz
 
Posts: 3408
Joined: Fri Oct 19, 2007 9:34 pm

Post » Wed Mar 30, 2011 3:28 am

Try:
Note str(iModCount) + "Sensual Walks mods have been selected based on the mods you have installd." \                    + "\n" \                    + "\n- You must use OBMM to run the Sensual Walks Animations Installer OMOD for Sensual Walks to work."Return

Your last few attempts weren't working because you were trying to use '=' on 'Note'. Note is a keyword, so no assignment allowed to it...although there error message is a bit misleading, because the 'Note' keyword gets executed before the assignment operator.

Thanks Lojack - unfortunately, the above construct does not work on v292. What does work on v292 is this...

sNoteText = str(iModCount) + " Sensual Walks mods have been selected based on the mods you have installed."\+ "\n- After clicking Finish, you can tailor the selection by clearing the relevant tick boxes in your Sub-Packages list."\+ "\n"\+ "\n- You must use OBMM ro run the Sensual Walks Animations Installer OMOD for Sensual Walks to work."Note sNoteText


:) Thanks Lojack, success, slight change to above first line needs a leading space " Sensual Walks mods~" to separate iModCount result ..

Many thanks for all the testing and highlighting on the Wizard topic - your help is much appreciated.

If the latest sequence (see above) works, I will upload the changed version.

Looking at the pic....

Gee, did I miss something. Tailor the selections on the final screen...?(how?) or is that something new with the svn I haven't caught yet.
It never seemed to work before. not on the final screen anyway...
Or is this a typo...?

You are quite right - I did not do the simple test of ensuring that you could actually alter the displayed list of selections. I will change the message (see above).
User avatar
Keeley Stevens
 
Posts: 3398
Joined: Wed Sep 06, 2006 6:04 pm

Post » Wed Mar 30, 2011 7:57 am

OK - have uploaded a revised version of Sensual Walks BAIN that includes the construct above and the revised text for the "Tailoring" message. Hopefully this will also work on the SVN version.
User avatar
herrade
 
Posts: 3469
Joined: Thu Apr 05, 2007 1:09 pm

Post » Wed Mar 30, 2011 5:21 am

Thanks Lojack - unfortunately, the above construct does not work on v292. What does work on v292 is this...

Huh?, I presume you meant 291

sNoteText = str(iModCount) + " Sensual Walks mods have been selected based on the mods you have installed."\+ "\n- After clicking Finish, you can tailor the selection by clearing the relevant tick boxes in your Sub-Packages list."\+ "\n"\+ "\n- You must use OBMM ro run the Sensual Walks Animations Installer OMOD for Sensual Walks to work."Note sNoteText

Yep, working in 292 svn 1081

Many thanks for all the testing and highlighting on the Wizard topic - your help is much appreciated.

If the latest sequence (see above) works, I will upload the changed version.


No problem, and for your confidence, grabbed the re-upload and tested on svn - No problems :)
User avatar
Stephani Silva
 
Posts: 3372
Joined: Wed Jan 17, 2007 10:11 pm

Post » Wed Mar 30, 2011 7:41 am

Huh?, I presume you meant 291

No problem, and for your confidence, grabbed the re-upload and tested on svn - No problems :)

Yes - did mean 291

Thanks for downloading and testing - glad we have managed to resolve this between us
User avatar
Dean Brown
 
Posts: 3472
Joined: Fri Aug 31, 2007 10:17 pm

Previous

Return to IV - Oblivion