1. Please be advised of a few specific rules and guidelines for this section.

RELEASED FrackinUniverse 6.4.22

Enhance your starbound experience in every area. Massive mod.

  1. Sock_Bunny

    Sock_Bunny Existential Complex

    The Portal Juice buff gives a TON of Madness for 600 seconds, even though Portal Juice applies the normal Madness Gain buff

    /stats/effects/fu_effects/warp/warp.lua
    Code:
      self.randVal = math.random(1,12)
      world.spawnItem("fumadnessresource",entity.position(),self.randVal)
     
  2. sayter

    sayter The Waste of Time


    thank you. definitely not intended to cycle that fast. we were trying to localize that.
     
  3. cookm3

    cookm3 Void-Bound Voyager

    I have been trying to install FrackinUniverse for a while, but every time I try to launch Starbound, the game crashes upon reaching the first loading screen. I have other mods, but the game runs fine with them (whenever the FU files are not present, of course). None of the mods are on the "Not compatible with FU" list, so I am not quite sure what the issue is. The error log is attached, so hopefully someone might be able to help. (Just tell me if that is the wrong file!) Thank you!
     

    Attached Files:

  4. Protopopov

    Protopopov Big Damn Hero

    In mod Alchemical Reactions [version 1.2.5 Feb 20, 2017], there is darkmatter.item too. So, it's not working now with FU 5.6.3
    It's very sad.
     
  5. sayter

    sayter The Waste of Time

    not if you download one of the newer releases, plainly visible on the linked download page, which has long since fixed the issue.
     
  6. Protopopov

    Protopopov Big Damn Hero

  7. sayter

    sayter The Waste of Time

    I literally just told you what to do, man.

    You need 5.6.305 or higher, which can be found on steam, or via the link here.
     
  8. sayter

    sayter The Waste of Time

  9. Legogod

    Legogod Cosmic Narwhal

    Unpacked the other mod. Protopopov's issue is due to the recent addition of Dark Matter, as both mods use the item ID 'darkmatter' for it.
     
  10. sayter

    sayter The Waste of Time

    i KNOW. and for the THIRD TIME, its already fixed. I'd like to stop repeating this now.

    FU meta now forces it to load before FU, and then overrides their darkmatter with ours.
     
  11. Mooncalf99

    Mooncalf99 Spaceman Spiff

    Typo in one of the treasure pools.

    [22:47:10.639] [Error] Could not instantiate item '[wrappeedbodyalien, 1, {}]'. (ItemException) No such item 'wrappeedbodyalien'
     
  12. sayter

    sayter The Waste of Time

    thank you sir.
     
  13. vladvo

    vladvo Void-Bound Voyager

    First of all - thank yor for this great mod. So far everything was working absolutely fine, but now research window stopped working. It just says "I am error". A few updates earlier everything was fine, unlocked some stuff. Reinstalled FU - error. Tried older save (prior to my researching) - same error.

    [01:10:49.510] [Info] Loading assets from: '../assets/packed.pak'
    [01:10:49.922] [Info] Loading assets from: '../mods/xbawks'
    [01:10:49.922] [Info] Loading assets from: '../mods/FrackinUniverse'
    [01:10:53.307] [Info] Loading assets from: '../mods/Erisss's_More_Planet_Info'
    [01:10:53.312] [Info] Loading assets from: '../mods/FUSAILModdedRaceSupport.pak'
    [01:10:53.318] [Info] Loading assets from: '../mods/FUBYOSModdedRaceSupportFROnly'
    [01:10:53.318] [Info] Loading assets from: '../mods/FUBYOSModdedRaceSupportNonFR'
    [01:10:53.318] [Info] Loading assets from: '../assets/user'
    ======skip====
    [01:17:28.785] [Info]
    [01:17:33.549] [Error] Exception while calling script init: (LuaException) Error code 2, [string "/zb/researchTree/researchTree.lua"]:101: attempt to index a nil value (field '?')
    stack traceback:
    [C]: in metamethod '__index'
    [string "/zb/researchTree/researchTree.lua"]:101: in function <[string "/zb/researchTree/researchTree.lua"]:31>
    ./starbound(_ZN4Star13StarExceptionC2EPKcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE+0x66) [0xaab356]
    ./starbound(_ZN4Star12LuaExceptionC2ENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE+0x52) [0xa65472]
    ./starbound(_ZN4Star9LuaEngine11handleErrorEP9lua_Statei+0x392) [0xa5b742]
    ./starbound(_ZN4Star9LuaEngine12callFunctionIJEEENS_7VariantINS2_INS_5EmptyEJbxdNS_6StringENS_8LuaTableENS_11LuaFunctionENS_9LuaThreadENS_11LuaUserDataEEEEJNS_11LuaVariadicIS9_EEEEEiDpRKT_+0x7e) [0xd1577e]
    ./starbound(_ZNK4Star10LuaContext10invokePathINS_7VariantINS_5EmptyEJbxdNS_6StringENS_8LuaTableENS_11LuaFunctionENS_9LuaThreadENS_11LuaUserDataEEEEJEEET_RKS4_DpRKT0_+0x1b9) [0x12d7a29]
    ./starbound(_ZN4Star16LuaBaseComponent4initEv+0x171) [0x12d5cd1]
    ./starbound(_ZN4Star17LuaWorldComponentINS_21LuaUpdatableComponentINS_16LuaBaseComponentEEEE4initEPNS_5WorldE+0x96) [0x14de3d6]
    ./starbound(_ZN4Star10ScriptPane9displayedEv+0xb0) [0x1585350]
    ./starbound(_ZN4Star11PaneManager11displayPaneENS_9PaneLayerERKSt10shared_ptrINS_4PaneEESt8functionIFvS6_EE+0x214) [0x1452024]
    ./starbound(_ZN4Star13MainInterface20handleInteractActionENS_14InteractActionE+0x10c9) [0x1526d29]
    ./starbound(_ZN4Star17ClientApplication13updateRunningEv+0x403) [0x992653]
    ./starbound(_ZN4Star17ClientApplication6updateEv+0x70) [0x993780]
    ./starbound(_ZN4Star18runMainApplicationESt10unique_ptrINS_11ApplicationESt14default_deleteIS1_EENS_10StringListE+0x356) [0x13ba906]
    ./starbound(main+0x453) [0x97c4c3]
    /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xe7) [0x7f19c8a20b97]
    ./starbound(_start+0x2a) [0x98a2aa]
     
  14. Mooncalf99

    Mooncalf99 Spaceman Spiff

    Ran into a bug with an excavation. After I successfully uncovered the find, the excavation screen wouldn't go away until I pressed escape, and my character just kept brushing until I swapped items. When I broke the fossil with the manipulator, it turned into an Unknown Technology.

    Note that I had just earlier excavated another fossil (which became one of the new FU finds) without any trouble, so it's not a general excavation bug.

    Log here: https://pastebin.com/L99JHSGK The error is rather visible near the end.
     
  15. MagnumPlays

    MagnumPlays Space Hobo

  16. sayter

    sayter The Waste of Time

  17. vladvo

    vladvo Void-Bound Voyager

    Thanks for the update. "I am error" problem gone.

    BTW, how can I view "learned to craft" messages that go below the screen ? I mean the ones that are hidden under ex. "9 more" text box ?
     
  18. Legogod

    Legogod Cosmic Narwhal

    Hardcoded vanilla. Can't do anything about it.
     
  19. Mooncalf99

    Mooncalf99 Spaceman Spiff

    Found a bit of an error during the Sivereign Temple main mission. The bookcase that used to hold an ancient grimoire which unlocked an alternative to the Delta Freya mission? It contained a PGI, indicative of an item that couldn't be created.

    Checking the log turned up this line when I arrived at the temple:

    [22:20:52.867] [Error] Could not instantiate item '[fuprecursorLoot, 1, {}]'. (ItemException) No such item 'fuprecursorLoot'
     
  20. amirmiked12

    amirmiked12 Parsec Taste Tester

    most npcs mostly bad ones are dead in eden planet
     

    Attached Files:

Share This Page