Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
The 2 fireball scrolls will re-stack with those methods but the arrow shafts won't (when previously i had them stacked when initially picked up). I've also got a 3rd fireball scroll now that won't stack with the other 2 with either of those methods.
I'm only on the initial beach scene and the inventory is already doing my head in!
One item might have a script attached to make it hidden and appear when a character with enough perception approaches.
To the engine, those two items would be different things and the engine does not know that a script attached to an item will never be needed nor executed anymore after the item has been discovered, so it keeps the item separate and does not allow stacking other items with it.
If it allowed stacking, the script would be lost.
So basically if the engine sees internal differences between objects, the objects cannot stack because those differences would get lost.
There are fireball scrolls in the tutorial dungeon and as far as I remember one of them or even both are flagged as 'public objects' (this has to do with the story scripting system) when normal fireball scrolls are not public. This is enough difference for the engine to not let the tutorial scrolls stack with regular scrolls. (Actually, the engine MUST preserve all properties of the public scrolls because it does not know if any story script will use the scrolls in the future.)
It's purely internal, you won't see any difference between them in the game, only that they don't stack.