.com.unity Forums

.com.unity Forums (http://forum.shrapnelgames.com/index.php)
-   Scenarios, Maps and Mods (http://forum.shrapnelgames.com/forumdisplay.php?f=146)
-   -   Problem with Itemslots. (http://forum.shrapnelgames.com/showthread.php?t=45098)

Luckmann March 11th, 2010 03:52 PM

Problem with Itemslots.
 
This is probably really easy, because I've managed to do it before, way back. I just don't remember how.

I'm trying to create a pretender with a head, a couple of feet, two arms, a head and 4 misc slots.

Following the modding.pdf, that's

6 - 2 hands
128 - 1 head
1024 - 1 body
2048 - 1 feet
61440 - 4 miscs
= 64646.

However, with 64646, I only get 3 misc slots.

What gives? :cold:

Stavis_L March 11th, 2010 04:29 PM

Re: Problem with Itemslots.
 
Quote:

Originally Posted by Luckmann (Post 735178)
This is probably really easy, because I've managed to do it before, way back. I just don't remember how.

I'm trying to create a pretender with a head, a couple of feet, two arms, a head and 4 misc slots.

Following the modding.pdf, that's

6 - 2 hands
128 - 1 head
1024 - 1 body
2048 - 1 feet
61440 - 4 miscs
= 64646.

However, with 64646, I only get 3 misc slots.

What gives? :cold:

I believe there are a maximum of 8 slots, of any variety. AFAIK, this is not a documented limitation, but I seem to remember finding it before when fooling around with an Ettin hero.

Luckmann March 11th, 2010 04:46 PM

Re: Problem with Itemslots.
 
Really? Because I'm very certain I created pretenders with that exact setup, long ago. :|

kennydicke March 11th, 2010 08:05 PM

Re: Problem with Itemslots.
 
Stavis_L
Quote:

I believe there are a maximum of 8 slots, of any variety. AFAIK, this is not a documented limitation, but I seem to remember finding it before when fooling around with an Ettin hero.

Luckmann, he's correct. If there are more than 8 slots, the game cuts down to 8 by removing misc slots.

The following monsters from my personal stat-testing mod all suffer from the same problem, missing misc slots:


------- bad itemslots

#newmonster 3699
#copystats 573 -- amber clan
#copyspr 573
#name "2hn 1hd 1bd 1ft 4mi"
#descr "2-hand 1-head 1-body 1-feet 4-misc"
#amphibian
#itemslots 64646
#end

#newmonster 3698
#copystats 573 -- amber clan
#copyspr 573
#name "3hn 1hd 1bd 1ft 3mi"
#descr "3-hand 1-head 1-body 1-feet 3-misc"
#amphibian
#itemslots 31886
#end

#newmonster 3697
#copystats 573 -- amber clan
#copyspr 573
#name "4hn 2hd 1bd 1ft 1mi"
#descr "4-hand 2-head 1-body 1-feet 1-misc"
#amphibian
#itemslots 7582
#end

Luckmann March 11th, 2010 10:30 PM

Re: Problem with Itemslots.
 
Baaaww. Thanks for clarifying, anyway. Guess I'm having a senior moment. :o


All times are GMT -4. The time now is 09:47 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©1999 - 2025, Shrapnel Games, Inc. - All Rights Reserved.