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

RELEASED Centaur Race Mod (Animations are out!) .05 again

Too many Centaurs

  1. PeppehGreens

    PeppehGreens Subatomic Cosmonaut

  2. The | Suit

    The | Suit Agent S. Forum Moderator

    The mod update feature is a little wonky because of the amount of traffic it is facing.
    So you may need to wait a little while again and try it later.
     
  3. PeppehGreens

    PeppehGreens Subatomic Cosmonaut

    Alright thanks!
     
  4. PeppehGreens

    PeppehGreens Subatomic Cosmonaut

  5. Antyrus

    Antyrus Pangalactic Porcupine

    It would seem your mod causes starbound to crash on startup. Like, it doesn't even make it past detecting asset folders:

    Code:
    [18:28:26.830] [Info] Root: Preparing Root...
    [18:28:26.832] [Info] Root: Done preparing Root.
    [18:28:26.832] [Info] Client Version 1.0.5 (windows x86_64) Source ID: 7d4a2bbba04d43bd7f43f0ca940db23b2187edc1 Protocol: 724
    [18:28:26.833] [Info] Root: Scanning for asset sources in directory '..\assets\'
    [18:28:27.309] [Info] Root: Scanning for asset sources in directory '..\mods\'
    [18:28:27.313] [Info] Root: Shutting down Root
    [18:28:27.442] [Error] Fatal Exception caught: (ApplicationException) Application threw exception during startup
    [0] 7ff6f0c81ee3 Star::captureStack
    [1] 7ff6f0c80c6e Star::StarException::StarException
    [2] 7ff6f0c80d58 Star::StarException::StarException
    [3] 7ff6f12fe8a0 Star::ApplicationException::ApplicationException
    [4] 7ff6f159d552 `Star::SdlPlatform::SdlPlatform'::`1'::catch$275
    [5] 7ffdf928c220 _C_specific_handler
    [6] 7ffdf92829b2 _FrameUnwindFilter
    [7] 7ffe06288f13 RtlCaptureContext
    [8] 7ff6f12feb20 Star::SdlPlatform::SdlPlatform
    [9] 7ff6f1301692 Star::runMainApplication
    [10] 7ff6f0bceff6 WinMain
    [11] 7ff6f14e1313 __scrt_common_main_seh
    [12] 7ffe048c8364 BaseThreadInitThunk
    [13] 7ffe06245e91 RtlUserThreadStart
    Caused by: (JsonParsingException) Error parsing json: unexpected end of stream parsing object. at 7:20
    [0] 7ff6f0c81ee3 Star::captureStack
    [1] 7ff6f0c80c6e Star::StarException::StarException
    [2] 7ff6f0c1ca2d Star::inputUtf32Json<Star::U8ToU32Iterator<std::_String_const_iterator<std::_String_val<std::_Simple_types<char> > >,char32_t>,Star::JsonBuilderStream,Star::Json>
    [3] 7ff6f0c27277 Star::Json::parseJson
    [4] 7ff6f0ca7ae8 Star::DirectoryAssetSource::DirectoryAssetSource
    [5] 7ff6f0fcfe10 std::_Ref_count_obj<Star::DirectoryAssetSource>::_Ref_count_obj<Star::DirectoryAssetSource><Star::String & __ptr64>
    [6] 7ff6f0fd97e5 std::make_shared<Star::DirectoryAssetSource,Star::String & __ptr64>
    [7] 7ff6f0fe7b64 Star::Root::scanForAssetSources
    [8] 7ff6f0fde7b5 <lambda_629bd0625747976ff7eb77559f7c4f59>::operator()
    [9] 7ff6f0fd072f std::_Invoker_functor::_Call<<lambda_629bd0625747976ff7eb77559f7c4f59> & __ptr64>
    [10] 7ff6f0fd47b6 std::invoke<<lambda_629bd0625747976ff7eb77559f7c4f59> & __ptr64>
    [11] 7ff6f0fd2069 std::_Invoke_ret<std::shared_ptr<Star::Assets>,<lambda_629bd0625747976ff7eb77559f7c4f59> & __ptr64>
    [12] 7ff6f0fe0f76 std::_Func_impl<<lambda_629bd0625747976ff7eb77559f7c4f59>,std::allocator<int>,std::shared_ptr<Star::Assets> >::_Do_call
    [13] 7ff6f0fdf6f7 std::_Func_class<std::shared_ptr<Star::TechDatabase> >::operator()
    [14] 7ff6f0fd5913 Star::Root::loadMemberFunction<Star::Assets>
    [15] 7ff6f0fe3275 Star::Root::assets
    [16] 7ff6f0bcaed7 Star::ClientApplication::startup
    [17] 7ff6f12feb20 Star::SdlPlatform::SdlPlatform
    [18] 7ff6f1301692 Star::runMainApplication
    [19] 7ff6f0bceff6 WinMain
    [20] 7ff6f14e1313 __scrt_common_main_seh
    [21] 7ffe048c8364 BaseThreadInitThunk
    [22] 7ffe06245e91 RtlUserThreadStart
    Caught at:
    [0] 7ff6f0c81ee3 Star::captureStack
    [1] 7ff6f0c824a4 Star::fatalException
    [2] 7ff6f159d93c `Star::runMainApplication'::`1'::catch$76
    [3] 7ffdf928c220 _C_specific_handler
    [4] 7ffdf92829b2 _FrameUnwindFilter
    [5] 7ffe06288f13 RtlCaptureContext
    [6] 7ff6f1301692 Star::runMainApplication
    [7] 7ff6f0bceff6 WinMain
    [8] 7ff6f14e1313 __scrt_common_main_seh
    [9] 7ffe048c8364 BaseThreadInitThunk
    [10] 7ffe06245e91 RtlUserThreadStart
    

    I'm looking through the files in the download, and I honesty have no idea what's triggering this, because I used the exact same race template you did to make my own race and I've never gotten this error.
    EDIT:
    Apparently your _metadata is missing a closing bracket! after adding that, your mod runs fine.
     
    Last edited: Aug 30, 2016
  6. PeppehGreens

    PeppehGreens Subatomic Cosmonaut

    I will look into this and get it fixed, I have no idea why this would happen as I just copied and pasted what somebody sent me but I will have a new update out today fixing it! I just got my computer fixed.

    It is weird though because I run the mod all the time and it's fine lol.
     
  7. PeppehGreens

    PeppehGreens Subatomic Cosmonaut

  8. l4ng4m

    l4ng4m Orbital Explorer

    me lookin forward to ths horsey u da bes!
     
  9. PeppehGreens

    PeppehGreens Subatomic Cosmonaut

    thnks fam horse are bes
     
    l4ng4m likes this.
  10. l4ng4m

    l4ng4m Orbital Explorer

    yas da hors are da bes u 2
     
  11. PeppehGreens

    PeppehGreens Subatomic Cosmonaut

    u 2 wif out u dis wol not be possibel
     
    l4ng4m likes this.
  12. demonix

    demonix Subatomic Cosmonaut

    i'm lost now
     
  13. l4ng4m

    l4ng4m Orbital Explorer

    lab u bes man evr! jus mak sur u mek mor armor and cloths for centaur plsplspls thxnk!
     
  14. ParabolicSamuel

    ParabolicSamuel Void-Bound Voyager

    I have no idea if this mod is still being worked on, but there appears to be a game breaking glitch that involves being unable to enter the player's ship after repairing the player's ship, (FTL Drive Mission, and outpost scan mission completed). After having to use either the 2 stop teleporter or the beam up to ship button. I get stuck in the teleporting screen and it wont proceed. As well as closing the game, and loading the character again, causes me to get stuck in the loading screen. This has been confirmed with both skip intro and going through the intro. Still occurs with a reinstalled game and no mods besides the centaur race and Xbawks Character Extender. [Current Version of game that I am using is, 1.3.3].
     
    Last edited: Jan 7, 2018
  15. PeppehGreens

    PeppehGreens Subatomic Cosmonaut

    PeppehGreens updated Centaur Race Mod (Animations are out!) with a new update entry:

    Thinking about bringing this mod back.

    Read the rest of this update entry...
     
  16. PeppehGreens

    PeppehGreens Subatomic Cosmonaut

    I've been inactive for some time (you can read the newest update to see why). This mod was developed for a probably very old version of the game. It wasn't nearly as worked on as it might seem. I'm feeling randomly inspired to work on it but I don't know if it's worth it at the moment.
     
  17. DrPvtSkittles

    DrPvtSkittles Master Astronaut

  18. Saint Apollyon

    Saint Apollyon Phantasmal Quasar

    Welcome back! Though a bit different, I can assure you that there are still plenty of people that play Starbound, and plenty of people that would be interested in a centaur mod. I'm sorry about the unfortunate circumstances that took up your time. but I'm certainly glad that things have gotten better on your part!
     
  19. Scival

    Scival Oxygen Tank

    And you might want to consider uploading on the Steam workshop once you're done updating this.
     
  20. Hubble19

    Hubble19 Void-Bound Voyager

    Hey, someone happened to post this mod to steam.
     

Share This Page