Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 583 Bytes

File metadata and controls

7 lines (5 loc) · 583 Bytes

G1 Weapon stacking / splitting

  • Emulates G2 NoTR inventory behavior for weapons in G1: Stackable weapons ITEM_MULTI will be split into their own inventory slot when equipped.

  • You should add to all your weapons ITEM_MULTI flag. Vanilla G1 has inventory limitation, if you have too many items in the inventory in separate slots they will cause Gothic to crash on load/save of the game.

    G1 Weapon stacking / splitting

Init function: G1_WeaponStacking_Init();