Ultra lite herbalism mod question

Post » Wed Sep 28, 2016 6:11 pm

Im using the following mod -



http://www.nexusmods.com/morrowind/mods/6107/?



Which opens plants like containers but removes them once picked.... most ingredients work but horn lily does not dissapear when picked. Theres only one script in the mod and I cant see why horn lily does not dissapear like most other ingredients.

User avatar
Jessica White
 
Posts: 3419
Joined: Sun Aug 20, 2006 5:03 am

Post » Wed Sep 28, 2016 9:53 am

script is calling getdistance each frame for each plant... not good

User avatar
Lavender Brown
 
Posts: 3448
Joined: Tue Jul 25, 2006 9:37 am

Post » Wed Sep 28, 2016 6:53 pm

What does that mean?

User avatar
Milagros Osorio
 
Posts: 3426
Joined: Fri Aug 25, 2006 4:33 pm

Post » Wed Sep 28, 2016 12:12 pm

That it's not really lite.



Also I took a look at the mod and it only need Morrowind and Tribunal, so obviously Bloodmoon flora is not affected.

User avatar
saharen beauty
 
Posts: 3456
Joined: Wed Nov 22, 2006 12:54 am

Post » Thu Sep 29, 2016 1:54 am

I'm not using/testing the mod, but I'd try changing the script like this
begin _herb

short pickmonth

if ( MenuMode )
return
endif

if ( GetDisabled )
if ( Month != pickmonth )
enable
endif
return
endif

if ( Month == pickmonth )
disable
endif

if ( OnActivate )
set pickmonth to Month
activate
endif

end
User avatar
Kelly Tomlinson
 
Posts: 3503
Joined: Sat Jul 08, 2006 11:57 pm

Post » Wed Sep 28, 2016 8:19 pm

@ Abot, can you explain what you've done there and what exactly you've changed?



How would I go about making the mod work for Bloodmoon ingredients too?

User avatar
Chris BEvan
 
Posts: 3359
Joined: Mon Jul 02, 2007 4:40 pm

Post » Thu Sep 29, 2016 1:30 am

Removed a call to a slow GetDistance function each frame, reorganized code so disable is done after exiting menu mode (at least in theory as script is not tested)
You must add the script as local script to the plant container(s) e.g. Flora_BM_holly_01 and all the others (easier to find if you sort by organic column)
User avatar
SexyPimpAss
 
Posts: 3416
Joined: Wed Nov 15, 2006 9:24 am

Post » Thu Sep 29, 2016 12:40 am

Thanks Abot your edit works fine...



Still doesn't work with horn lily though... despite applying the script to the container in the CS. Should work anyway as its a tribunal ingredient.

User avatar
Vicky Keeler
 
Posts: 3427
Joined: Wed Aug 23, 2006 3:03 am

Post » Wed Sep 28, 2016 1:11 pm

it https://drive.google.com/open?id=0Bywrx4WHfGJJMmdDQ1dDOFJsUzQ for me from a fresh new game with Beth masters and the mod only loaded. You may have a mod and/or a save conflict

User avatar
Marguerite Dabrin
 
Posts: 3546
Joined: Tue Mar 20, 2007 11:33 am


Return to III - Morrowind