The Forest Mod Menu

Posted on  by 

Thank you for such a great mod it means alot for you to do these for people and i hope you have a wonderful day and thats all - mero. EthanNahte44 7 Feb this is an awesome mod set and i personally enjoy it since i don't have to remember to type in developermodeon on the menu, but i wish that there was an option on this mod set to give you all. Forest, The +22 trainer for PC game version 1.12 build 4175072.

Builder Menu

Hazard
This mod requires BuilderCore
how to use:
Open the menu (default key is O)
Select a item you want to place from the list. If you dont have any, do nothing.
Press the image to place the blueprint
You can press E to place items from your inventory onto the blueprint.
You can also press G while looking at the blueprint to enter edit mode.
Inside edit mode you will have gizmos that you can click to select.

The Forest Mod Menu Tutorial

The forest mod menu download
Use E and R keys to move them or T to change edit modes between position rotation and scale
While inside positon edit mode you can drag gizmos to move them around or click on the ground with left mouse button to make them move towards that position.
While the object is moving you can press right mouse button to cancel the movement.
Press right mouse button again to exit edit mode.
To delete a blueprint hold C
The progress saves when you open the save slot option. Save twice if changing the save slot or making a new game.
To add a item to the menu, you have to do the following.

The Forest Mod Menu 2019

- Add a building to BuilderCore.
- Create a new ListItem object and fill all the variables
  • PrefabID - a integer, must be the same as BuilderCore's building ID
  • Category - a string, what should be the blueprint under. There can be multipe blueprints under one category
  • Name - a string, Blueprint name, displayed on the list and other UI elements
  • Author name - a string, to know who made the mod if there are multipe mods adding items to the game
  • Description - a string, some additional information about the blueprint
  • ModName - a string, to know what mod added the blueprint
  • Image - a texture, Displays the schematic. Would be nice to look like a blueprint schematic with transparent background
  • Ingredients- Dictionary. - first integer is the item id, the second is amount
    eg. a object with recipe for 1 log and 5 rocks would look like this - new Dictionary(){ {78,1}, {53,5} };

Example mod: Stair mod
If you enjoy my work and you are willing to donate - My paypal
File BuilderMenu-1.1.1-a0dca207e630b2ffa2651a6da4e70b72.mod
Compatible1.09
Version1.1.1

The Forest Mod Menu Mod Api


The Forest Mod Menu Ps4

Buttons
NameDescriptionButton
MenuA key to open and close the menuO
ToggleToggle between editmodes - scale, position, rotationT
IncreaseIncrease the value of selected transformR
DecreaseDecrease the value of selected transformE
Place item Places item from your inventory onto a blueprintE
EditSelect a blueprint to edit it, holding shift while selecting a building will duplicate itG
Delete Hold to delete blueprint while outside edit modeC

Coments are closed