Page 1 of 1

Bermuda Lost Survival

Posted: Mon Aug 27, 2018 12:58 pm
by fantomas
[Link]

Current Game Version: Update September 10, 2018 New! [ When Subnautica meets Raft :lol: ]

Just a few basic options:
Image

Enjoy! ;)

Re: Bermuda Lost Survival

Posted: Mon Aug 27, 2018 1:03 pm
by fantomas
If you want to unlock crafting, use this script (need to active Mono feature from Mono tab)

Code: Select all

[ENABLE]
//Unlock Recipe Amount (but it does not allow to craft item)
Bermuda.Inventory:Recipe:Amount:
  ret

//Unlock Crafting (it does allow to unlock all tools and equipments as well)
Bermuda.Inventory:Recipe:CanCreate:
  ret
  
//Unlock Unique Recipe With In-Game Objects [ like Raft and others ]
Bermuda.Inventory:UniqueRecipeWithIngameObject:CanCreate:
  ret

[DISABLE]
Bermuda.Inventory:Recipe:Amount:
  push ebp

Bermuda.Inventory:Recipe:CanCreate:
  push ebp
  
 Bermuda.Inventory:UniqueRecipeWithIngameObject:CanCreate:
  push ebp