This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require "/scripts/vec2.lua" | |
require "/scripts/poly.lua" | |
require "/scripts/util.lua" | |
-- param entity | |
function evolveFluffalo() | |
local evolveTime = config.getParameter("evolveTime") | |
if storage.spawnTime + evolveTime < world.time() then | |
local evolveType = config.getParameter("evolveType") | |
local spawnPosition = vec2.add(mcontroller.position(), vec2.mul(config.getParameter("spawnOffset"), {mcontroller.facingDirection(), 1})) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[19:51:13.219] [Info] Root: Preparing Root... | |
[19:51:13.221] [Info] Root: Done preparing Root. | |
[19:51:13.221] [Info] Client Version 1.0 (windows x86_64) Source ID: fbfc7341813b83db61ef5a4b68360b0bf9c927b7 Protocol: 723 | |
[19:51:13.221] [Info] Root: Scanning for asset sources in directory '..\assets\' | |
[19:51:15.550] [Info] Root: Scanning for asset sources in directory '..\mods\' | |
[19:51:15.550] [Info] Root: Detected asset source named 'base' at '..\assets\packed.pak' | |
[19:51:15.550] [Info] Root: Detected unnamed asset source at '..\assets\user' | |
[19:51:15.550] [Info] Loading assets from: '..\assets\packed.pak' | |
[19:51:18.327] [Info] Loading assets from: '..\assets\user' | |
[19:51:22.842] [Info] Assets digest is 115bec93a7e9d013a1843b28df8c827e6cbf317e0bfe07ff9fe3200b3725bd48 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[16:21:17.668] [Info] Root: Preparing Root... | |
[16:21:17.669] [Info] Root: Done preparing Root. | |
[16:21:17.669] [Info] Client Version 0.9 (windows x86_64) Source ID: 0da64b86b4f474422063a5cb316090e7bae38e16 Protocol: 723 | |
[16:21:17.669] [Info] Root: Scanning for asset sources in directory '..\assets\' | |
[16:21:18.341] [Info] Root: Scanning for asset sources in directory '..\mods\' | |
[16:21:18.897] [Warn] Root: Unrecognized file in asset directory 'ModPackHelper.log', skipping | |
[16:21:18.898] [Warn] Root: Unrecognized file in asset directory 'ModPackHelper_v0.10.bat', skipping | |
[16:21:18.898] [Warn] Root: Unrecognized file in asset directory 'mods_go_here', skipping | |
[16:21:18.898] [Info] Root: Detected asset source named 'base' at '..\assets\packed.pak' | |
[16:21:18.898] [Info] Root: Detected asset source named 'FrackinUniverse' at '..\mods\FrackinUniverse' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[20:40:38.386] [Info] Root: Preparing Root... | |
[20:40:38.387] [Info] Root: Done preparing Root. | |
[20:40:38.387] [Info] Root: Scanning for asset sources in directory '..\assets\' | |
[20:40:38.946] [Info] Root: Scanning for asset sources in directory '..\mods\' | |
[20:40:39.368] [Warn] Root: Unrecognized file in asset directory 'ModPackHelper.log', skipping | |
[20:40:39.369] [Warn] Root: Unrecognized file in asset directory 'ModPackHelper_v0.10.bat', skipping | |
[20:40:39.369] [Warn] Root: Unrecognized file in asset directory 'mods_go_here', skipping | |
[20:40:39.369] [Info] Root: Detected asset source named 'base' at '..\assets\packed.pak' | |
[20:40:39.369] [Info] Root: Detected asset source named 'FrackinUniverse' at '..\mods\FrackinUniverse' | |
[20:40:39.369] [Info] Root: Detected unnamed asset source at '..\assets\user' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[16:18:32.167] [Info] Root: Preparing Root... | |
[16:18:32.168] [Info] Root: Done preparing Root. | |
[16:18:32.168] [Info] Root: Scanning for asset sources in directory '..\assets\' | |
[16:18:32.730] [Info] Root: Scanning for asset sources in directory '..\mods\' | |
[16:18:33.198] [Warn] Root: Unrecognized file in asset directory 'ModPackHelper.log', skipping | |
[16:18:33.198] [Warn] Root: Unrecognized file in asset directory 'ModPackHelper_v0.10.bat', skipping | |
[16:18:33.198] [Warn] Root: Unrecognized file in asset directory 'mods_go_here', skipping | |
[16:18:33.198] [Info] Root: Detected asset source named 'base' at '..\assets\packed.pak' | |
[16:18:33.198] [Info] Root: Detected asset source named 'FrackinUniverse' at '..\mods\FrackinUniverse' | |
[16:18:33.198] [Info] Root: Detected unnamed asset source at '..\assets\user' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[19:03:47.195] [Info] Root: Preparing Root... | |
[19:03:47.246] [Info] Root: Detected mod 'FrackinUniverse' at '../mods\FrackinUniverse\.' | |
[19:03:47.246] [Info] Root: Initializing Root with 3 assets sources | |
[19:03:47.246] [Info] Root: Done preparing Root. | |
[19:03:47.246] [Info] Root: Loading Assets | |
[19:03:47.246] [Info] Loading assets from: '../assets/packed.pak' | |
[19:03:47.284] [Info] Root: Loading Configuration | |
[19:03:47.284] [Info] Root: Loading NameGenerator | |
[19:03:47.285] [Info] Root: Loading ObjectDatabase | |
[19:03:49.227] [Info] Loading assets from: '../assets/user/' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[20:49:32.601] [Info] Quest generator broke: [string "/scripts/questgen/predicands.lua"]:419: (MapException) Key 'miniknogscout' not found in Map::get() | |
[0] 7ff6243d1ed3 Star::captureStack | |
[1] 7ff6243d0c5e Star::StarException::StarException | |
[2] 7ff6244c1524 Star::MapMixin<std::unordered_map<Star::String,Star::Json,Star::hash<Star::String,void>,std::equal_to<Star::String>,std::allocator<std::pair<Star::String const ,Star::Json> > > >::get | |
[3] 7ff6246035d0 Star::NpcDatabase::buildConfig | |
[4] 7ff6246039d4 Star::NpcDatabase::generateNpcVariant | |
[5] 7ff6249bf465 Star::LuaBindings::RootCallbacks::npcPortrait | |
[6] 7ff6249b1934 std::_Invoker_functor::_Call<Star::List<Star::Json,std::allocator<Star::Json> > (__cdecl*const & __ptr64)(Star::Root * __ptr64,Star::String const & __ptr64,Star::String const & __ptr64,Star::String const & __ptr64,float,Star::Maybe<unsigned __int64>,Star::Maybe<Star::MapMixin<std::unordered_map<Star::String,Star::Json,Star::hash<Star::String,void>,std::equal_to<Star::String>,std::allocator<std::p |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[00:56:25.468] [Info] UniverseServer: Creating celestial world 107895250:-554695233:73944085:6:3 | |
[00:56:26.984] [Info] Placing dungeon greenruins | |
[00:56:27.317] [Info] Forcing generation of dungeon greenruins | |
[00:56:27.319] [Info] Placing dungeon at (1889, 1000) | |
[00:56:28.688] [Warn] Failed to place dungeon object: flowerlamp direction: 0 position: (2359, 919) | |
[00:56:28.979] [Warn] Failed to place dungeon object: goldvase5 direction: 0 position: (2139, 942) | |
[00:56:32.016] [Error] UniverseServer: error during world create: (WorldServerException) Exception countered initializing world | |
[0] 7ff641591ed3 Star::captureStack | |
[1] 7ff641590c5e Star::StarException::StarException | |
[2] 7ff641590d48 Star::StarException::StarException |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name" : "energyorbfoliage", | |
"shape" : "forest", | |
"dropConfig" : { | |
"drops" : [ | |
[ { "item" : "sapling" } ] | |
], | |
"sounds" : { | |
"breakTree" : [ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
//this shit DOES work, but the issue is, I think , something in one or all of the biomes. so , thats next.... | |
//{ "op" : "replace", | |
// "path" : "/systemTypeBins", | |
// "value" : [ | |
// [-1.00, "White"], | |
// [-0.80, "bluesun1"], | |
// [-0.70, "bluesun2"], | |
// [-0.60, "redsun1"], | |
// [-0.30, "Orange"], |