An outpost.
Here you can:
-Spawn
-Store
-Change class
---
Installation:
-Unzip the download in your mods folder.
-Go to your mods.cfg, inside the main KAG folder, add 2 lines at the bottom: BuilderShop and Outposts.
-Run your server (or start the game and use it in single player)
---
IMPORTANT:
If you already use a modded version of the buildershop, you need to do this:
-Remove the 4 lines, looking like under here, and past the whole code under here (in the vanilla file line 20):
-Note that if your modded buildershop has a bigger shop menu size, increase the old value atCode:this.set_Vec2f("shop offset", Vec2f(0, 0)); this.set_Vec2f("shop menu size", Vec2f(4,4)); this.set_string("shop description", "Buy"); this.set_u8("shop icon", 25); { ShopItem@ s = addShopItem( this, "Outpost", "$outpost$", "outpost", "An outpost, used for cheap spawning/storing/changing class anywhere.", false ); AddRequirement( s.requirements, "blob", "mat_wood", "Wood", 120); AddRequirement( s.requirements, "blob", "mat_stone", "Stone", 20 ); }
(in the vanilla file line 21), it's 4 wide and 4 high right now: x,y.Code:]this.set_Vec2f("shop menu size", Vec2f(4,4));
-
Hey Guest, is it this your first time on the forums?Dismiss Notice
Visit the Beginner's Box
Introduce yourself, read some of the ins and outs of the community, access to useful links and information.
Outpost v1.2
An outpost with a storage, where you can spawn and change class.