Modding Help characterImage not displaying properly

Discussion in 'Starbound Modding' started by Sabrebear, May 3, 2017.

  1. Sabrebear

    Sabrebear Space Hobo

    I've been staring at this for hours and I just don't get what's going wrong.

    I'm working on a race mod, and so far everything is going well. However, the character creation window doesn't display characterImage at all. It seems to be unable to find the image, which is strange, as I've double-checked the path, image name, spelling and syntax for everything. I'm at a complete loss as to what might be causing this.

    For reference, here's the .species file:
    Code:
    {
        //"humanoidConfig" : "/species/bulrathibodyconfig.config",
    
        "kind" : "bulrathi",
    
        "charCreationTooltip" : {
            "title" : "Bulrathi",
            "subTitle" : "Bear-like Warriors",
            "description" : "A race of warfaring bearlike humanoids from an unknown system. Originally from a high-gravity planet, they are naturally tough. Their warriors are famed for boarding large ships and defeating the crew in melee."
        },
    
        "nameGen" : [ "/species/bulrathinamegen.config:names", "/species/bulrathinamegen.config:names" ],
    
        "ouchNoises" : [ "/sfx/humanoid/humanhurt_male1.ogg", "/sfx/humanoid/humanhurt_female1.ogg" ],
    
        "gruntNoises" : [ [ "/sfx/humanoid/humangrunt1.ogg", "/sfx/humanoid/humangrunt2.ogg" ], [ "/sfx/humanoid/humangrunt1.ogg", "/sfx/humanoid/humangrunt2.ogg" ] ],
    
        "charGenTextLabels" : [ "Fur Color", "Hair Style", "Shirt", "Pants", "Underwear", "Hair Color", "Shirt Color", "Pants Color", "BULRATHI", "Personality" ],
    
        "skull" : "/humanoid/bulrathi/dead.png",
    
        "defaultBlueprints" : {
             "tier1" : [
    
            // Empty Hands
                //Giving your species a flag if you don't want to make one is an excellent idea
                { "item" : "flagbulrathi" },
    
            // Anvil
                { "item" : "apextier1head" },
                { "item" : "apextier1chest" },
                { "item" : "apextier1pants" },
                { "item" : "apextier2head" },
                { "item" : "apextier2chest" },
                { "item" : "apextier2pants" },
    
                { "item" : "ironshortsword" },
                { "item" : "ironbroadsword" },
                { "item" : "tungstenaxe" },
                { "item" : "tungstenhammer" },
    
            // Anvil2
                { "item" : "apextier3head" },
                { "item" : "apextier3chest" },
                { "item" : "apextier3pants" },
                { "item" : "apextier4head" },
                { "item" : "apextier4chest" },
                { "item" : "apextier4pants" },
    
                { "item" : "titaniumdagger" },
                { "item" : "titaniumspear" },
                { "item" : "durasteelbroadsword" },
                { "item" : "durasteelshortsword" },
    
            // Anvil3
                { "item" : "apextier5ahead" },
                { "item" : "apextier5achest" },
                { "item" : "apextier5apants" },
                { "item" : "apextier6ahead" },
                { "item" : "apextier6achest" },
                { "item" : "apextier6apants" },
    
                { "item" : "apextier5mhead" },
                { "item" : "apextier5mchest" },
                { "item" : "apextier5mpants" },
                { "item" : "apextier6mhead" },
                { "item" : "apextier6mchest" },
                { "item" : "apextier6mpants" },
    
                { "item" : "apextier5shead" },
                { "item" : "apextier5schest" },
                { "item" : "apextier5spants" },
                { "item" : "apextier6shead" },
                { "item" : "apextier6schest" },
                { "item" : "apextier6spants" },
                { "item" : "aegisaltpistol" },
                { "item" : "aegisaltbow" },
                { "item" : "feroziumwand" },
                { "item" : "feroziumstaff" },
                { "item" : "violiumshortsword" },
                { "item" : "violiumbroadsword" },
    
            // Furniture Table 2
                { "item" : "humanstoragelocker" },
                { "item" : "apexshipdoor" },
                { "item" : "apexshiphatch" },
    
            // Spinning Wheel
                { "item" : "conceptchest" },
                { "item" : "conceptlegs" },
                { "item" : "coolchest" },
                { "item" : "coollegs" },
                { "item" : "sweatervestchest" },
                { "item" : "sweatervestlegs" },
                { "item" : "workoutchest" },
                { "item" : "workoutlegs" }
            ]
        },
    
    
        "altOptionAsUndyColor" : true,
        "headOptionAsHairColor" : true,
        "altOptionAsHairColor" : true,
        "genders" : [
            {
                "name" : "male",
                "image" : "/interface/title/bulrathimaleico.png",
                "characterImage" : "/interface/title/bearmale.png",
                "hair" : [ "male1", "male2", "male3", "male4", "male7", "male9", "male10", "male11", "male12", "male14", "male15", "male16", "male17", "male18", "male19", "male21", "male22", "male23", "male24", "male25", "male26", "male28", "male29", "male30", "male32", "male33", "male34", "male35", "male36", "male37", "male38", "male39", "male40", "male41", "male42", "male43", "male44", "male45", "male48", "male49", "male50", "male51", "male55", "male56", "male57", "male58", "male59", "male60", "male61", "male62" ], //  "hair2cut" "hair9cut"
                "shirt" : [ "workoutchest", "coolchest", "conceptchest", "sweatervestchest" ],
                "pants" : [ "workoutlegs", "coollegs", "conceptlegs", "sweatervestlegs" ],
                "facialHairGroup" : "",
                "facialHair" : [ ],
                "facialMaskGroup" : "",
                "facialMask" : [ ]
            },
            {
                "name" : "female",
                "image" : "/interface/title/bulrathifemico.png",
                "characterImage" : "/interface/title/bearfemale.png",
                "hair" : [ "fem1", "fem2", "fem3", "fem4", "fem5", "fem6", "fem7", "fem8", "fem9", "fem10", "fem11", "fem12", "fem13", "fem14", "fem15", "fem16", "fem17", "fem18", "fem19", "fem20", "fem21", "fem22", "fem24", "fem25", "fem26", "fem27", "fem28", "fem29", "fem30", "fem31", "fem32", "fem33", "fem34", "fem35", "fem36", "fem37", "fem38", "fem39", "fem40", "fem41", "fem42", "fem43", "fem44", "fem45", "fem46", "fem47", "fem48", "fem49", "fem50", "fem52", "fem53", "fem54", "fem55", "fem56", "fem58", "fem59", "fem60", "fem61", "fem62" ], //  "hair2cut" "hair9cut"
                "shirt" : [ "workoutchest", "coolchest", "conceptchest", "sweatervestchest" ],
                "pants" : [ "workoutlegs", "coollegs", "conceptlegs", "sweatervestlegs" ],
                "facialHairGroup" : "",
                "facialHair" : [ ],
                "facialMaskGroup" : "",
                "facialMask" : [ ]
            }
        ],
        "bodyColor" : [
            { "ffe2c5" : "ab8c77", "ffc181" : "86644a", "d39c6c" : "684431", "c7815b" : "40271d" },
            { "ffe2c5" : "c5ad98", "ffc181" : "a47a59", "d39c6c" : "865d40", "c7815b" : "66412e" },
            { "ffe2c5" : "e1b98d", "ffc181" : "c88959", "d39c6c" : "9e6a4d", "c7815b" : "784930" },
            { "ffe2c5" : "c9b181", "ffc181" : "ac8348", "d39c6c" : "87633f", "c7815b" : "694c31" },
            { "ffe2c5" : "e8cebc", "ffc181" : "cfa97d", "d39c6c" : "ae774b", "c7815b" : "804e34" },
            { "ffe2c5" : "f4e0ba", "ffc181" : "e9b768", "d39c6c" : "c18f54", "c7815b" : "a2683d" },
            { "ffe2c5" : "ffe9d3", "ffc181" : "ffc181", "d39c6c" : "d39c6c", "c7815b" : "b97551" },
            { "ffe2c5" : "fbe1d4", "ffc181" : "f6baa2", "d39c6c" : "cc9582", "c7815b" : "ac7261" },
            { "ffe2c5" : "fff7ec", "ffc181" : "f9d3a9", "d39c6c" : "d3a57c", "c7815b" : "b37c5d" },
            { "ffe2c5" : "fff6f6", "ffc181" : "f7d5d3", "d39c6c" : "d1aaa1", "c7815b" : "a27f70" }
        ],
        "undyColor" : [
            { "dc1f00" : "4d76ad", "be1b00" : "395187", "951500" : "20325b" },
            { "dc1f00" : "7c41b8", "be1b00" : "6c2f90", "951500" : "471962" },
            { "dc1f00" : "c63442", "be1b00" : "9b2724", "951500" : "6a1210" },
            { "dc1f00" : "eaa245", "be1b00" : "b47020", "951500" : "834a0c" },
            { "dc1f00" : "e3e13a", "be1b00" : "a8a614", "951500" : "848008" },
            { "dc1f00" : "6ab841", "be1b00" : "45902f", "951500" : "296219" },
            { "dc1f00" : "535353", "be1b00" : "363636", "951500" : "111111" },
            { "dc1f00" : "e6e6e6", "be1b00" : "979797", "951500" : "6f6f6f" },
            { "dc1f00" : "9e9e9e", "be1b00" : "6e6e6e", "951500" : "434343" },
            { "dc1f00" : "f794f8", "be1b00" : "d355c1", "951500" : "b72c95" }
        ],
        "hairColor" : [
            { "d9c189" : "CD1C38", "a38d59" : "982441", "735e3a" : "69243F" },
            { "d9c189" : "ad2716", "a38d59" : "8f1f1b", "735e3a" : "731a1a" },
            { "d9c189" : "E86D46", "a38d59" : "D1422E", "735e3a" : "96201B" },
            { "d9c189" : "BE471B", "a38d59" : "9B2F0C", "735e3a" : "702710" },
            { "d9c189" : "a6671d", "a38d59" : "915622", "735e3a" : "743e1d" },
            { "d9c189" : "efa838", "a38d59" : "be6d1d", "735e3a" : "834012" },
            { "d9c189" : "e6e756", "a38d59" : "c7ac3f", "735e3a" : "a9882f" },
            { "d9c189" : "A7D13D", "a38d59" : "83AD22", "735e3a" : "6B880B" },
            { "d9c189" : "4ece61", "a38d59" : "34ae47", "735e3a" : "228a38" },
            { "d9c189" : "3b7f44", "a38d59" : "2e6a38", "735e3a" : "1d4b28" },
            { "d9c189" : "49E193", "a38d59" : "3BA380", "735e3a" : "197C81" },
            { "d9c189" : "5BD5B6", "a38d59" : "4AA9AD", "735e3a" : "237082" },
            { "d9c189" : "61BCDE", "a38d59" : "5381CC", "735e3a" : "2C489E" },
            { "d9c189" : "5d8bc7", "a38d59" : "4d55b0", "735e3a" : "2e2a73" },
            { "d9c189" : "425879", "a38d59" : "343965", "735e3a" : "242247" },
            { "d9c189" : "653b7f", "a38d59" : "562e6a", "735e3a" : "3f1d4b" },
            { "d9c189" : "7f3b6d", "a38d59" : "6a2e53", "735e3a" : "4b1d30" },
            { "d9c189" : "AD68E2", "a38d59" : "9441B0", "735e3a" : "812E93" },
            { "d9c189" : "cd72d9", "a38d59" : "ac4da6", "735e3a" : "913b86" },
            { "d9c189" : "D26BA4", "a38d59" : "A54669", "735e3a" : "89334D" },
            { "d9c189" : "525252", "a38d59" : "363636", "735e3a" : "161616" },
            { "d9c189" : "50422f", "a38d59" : "36261e", "735e3a" : "170f0d" },
            { "d9c189" : "7d3c1c", "a38d59" : "4d240b", "735e3a" : "2d1606" },   
            { "d9c189" : "7f5a39", "a38d59" : "5b3523", "735e3a" : "3b1f15" },
            { "d9c189" : "74726f", "a38d59" : "53504d", "735e3a" : "2a251e" },
            { "d9c189" : "6f6d85", "a38d59" : "525269", "735e3a" : "3e4352" },
            { "d9c189" : "b8b8b8", "a38d59" : "828282", "735e3a" : "555555" },
            { "d9c189" : "f2eba3", "a38d59" : "dcd28c", "735e3a" : "c2b677" },
            { "d9c189" : "eaeaea", "a38d59" : "b8b8b8", "735e3a" : "828282" }
        ]
    }
    
    bearmale.png and bearfemale.png are both the correct file names, and other elements (like image) are working properly. Only characterImage isn't displaying.
    Any help would be appreciated.
     
  2. Nexus Of Chaos

    Nexus Of Chaos Parsec Taste Tester

    if possible, a log would work nice
     
  3. projectmayhem

    projectmayhem Spaceman Spiff

    Is the race not showing up at all?

    Or can you click the box where it is suppose to be, and see it, just no icons?

    If it's not showing up at all, make sure you have a race extender mod.

    If option #2... error log :)
     
  4. Nexus Of Chaos

    Nexus Of Chaos Parsec Taste Tester

    the icons are working
     
  5. projectmayhem

    projectmayhem Spaceman Spiff

    He said the characterImage isnt showing. Isn't that the small icon in the species selection area?

    I notice you are also missing this...

    "effectDirectives" : "?replace=FEFFFFFF=FFFFFFFF?replace=9bd4ffFF=9a95f7FF?replace=31a6ffFF=6158f3FF",

    Not sure what it does, but the tutorial I followed for my species said you need it.

    Other than that, it looks good to me. I'm going to go omit that line of code from one of my species and see if it stops working.
     
  6. projectmayhem

    projectmayhem Spaceman Spiff

    Ok, removing it did nothing to mine, so that's not the issue. Probably just need more info from log files, or if you want to upload your mod files, we can look at them
     
  7. Nexus Of Chaos

    Nexus Of Chaos Parsec Taste Tester

    here
     
  8. projectmayhem

    projectmayhem Spaceman Spiff

    Right, that is the icon where you choose your species.

    "characterImage" : "/interface/title/bearfemale.png",

    So yeah, need some error logs or the actual mod files to look through
     
  9. Nexus Of Chaos

    Nexus Of Chaos Parsec Taste Tester

    look in the code. "image" works properly. so the icon is right
     
  10. projectmayhem

    projectmayhem Spaceman Spiff

    I thought by image he meant

    "image" : "/interface/title/bulrathifemico.png",

    or possibly the actual character that appears where you change the clothing style/color.

    He even said:
    bearmale.png and bearfemale.png are both the correct file names, and other elements (like image) are working properly. Only characterImage isn't displaying.

    The "image" in the code refers to the Male/Female symbol used.
     
  11. Nexus Of Chaos

    Nexus Of Chaos Parsec Taste Tester

    oh. i feel stupid now
     
  12. Sabrebear

    Sabrebear Space Hobo

    Here's the error log (pretty sure, haven't looked at it before)

    Code:
    [13:56:00.757] [Info] Root: Preparing Root...
    [13:56:00.758] [Info] Root: Done preparing Root.
    [13:56:00.758] [Info] Client Version 1.2.3b (windows x86_64) Source ID: 69bc1c906122a1c61453c6cff15aa088b613db78 Protocol: 729
    [13:56:00.758] [Info] Root: Scanning for asset sources in directory '..\assets\'
    [13:56:01.084] [Info] Root: Scanning for asset sources in directory '..\mods\'
    [13:56:01.089] [Warn] Root: Unrecognized file in asset directory 'mods_go_here', skipping
    [13:56:01.089] [Info] Root: Detected asset source named 'base' at '..\assets\packed.pak'
    [13:56:01.090] [Info] Root: Detected asset source named 'Bulrathi Race Mod' at '..\mods\Bulrathi Race Mod'
    [13:56:01.090] [Info] Root: Detected unnamed asset source at '..\assets\user'
    [13:56:01.090] [Info] Loading assets from: '..\assets\packed.pak'
    [13:56:01.492] [Info] Loading assets from: '..\mods\Bulrathi Race Mod'
    [13:56:01.499] [Info] Loading assets from: '..\assets\user'
    [13:56:02.902] [Info] Assets digest is 4ec8aabb172b0e333fd9bd5ed7b92a0286b7f7ea70c23952a2fd33a79de35c07
    [13:56:02.903] [Info] Root: Loaded Assets in 2.14432 seconds
    [13:56:02.906] [Info] Application: Initializing SDL Video
    [13:56:02.910] [Info] Application: Initializing SDL Joystick
    [13:56:03.018] [Info] Application: Initializing SDL Sound
    [13:56:03.111] [Info] Initialized Steam services
    [13:56:03.115] [Info] Application: Creating SDL Window
    [13:56:04.943] [Info] Application: Enabling VSync with late swap tearing
    [13:56:04.995] [Info] Application: Opened default audio device with 44.1khz / 16 bit stereo audio, 2048 sample size buffer
    [13:56:05.009] [Info] OpenGL version: '4.5.0 NVIDIA 381.65' vendor: 'NVIDIA Corporation' renderer: 'GeForce GTX 960M/PCIe/SSE2' shader: '4.50 NVIDIA'
    [13:56:05.017] [Info] Application: initialization...
    [13:56:05.019] [Info] Root: Loaded Configuration in 0.00144316 seconds
    [13:56:05.024] [Info] Application: renderer initialization...
    [13:56:05.028] [Info] detected supported OpenGL texture size 16384, using atlasNumCells 128
    [13:56:05.028] [Info] detected supported OpenGL texture size 16384, using atlasNumCells 64
    [13:56:05.030] [Info] Root: Loaded ImageMetadataDatabase in 6.71606e-06 seconds
    [13:56:05.059] [Info] Application: main update loop...
    [13:56:05.064] [Info] Loading mods from user generated content with id '730378641' from directory 'C:\Program Files (x86)\Steam\steamapps\workshop\content\211820\730378641'
    [13:56:05.064] [Info] Loading mods from user generated content with id '879213535' from directory 'C:\Program Files (x86)\Steam\steamapps\workshop\content\211820\879213535'
    [13:56:05.064] [Info] Loading mods from user generated content with id '774772825' from directory 'C:\Program Files (x86)\Steam\steamapps\workshop\content\211820\774772825'
    [13:56:05.065] [Info] Loading mods from user generated content with id '729426722' from directory 'C:\Program Files (x86)\Steam\steamapps\workshop\content\211820\729426722'
    [13:56:05.065] [Info] Reloading to include all user generated content
    [13:56:05.065] [Info] Root: Reloading from disk
    [13:56:05.065] [Info] Root: Writing runtime configuration to '..\storage\starbound.config'
    [13:56:05.144] [Info] Root: Loaded Configuration in 0.00166123 seconds
    [13:56:05.144] [Info] Root: Scanning for asset sources in directory '..\assets\'
    [13:56:05.428] [Info] Root: Scanning for asset sources in directory '..\mods\'
    [13:56:05.430] [Warn] Root: Unrecognized file in asset directory 'mods_go_here', skipping
    [13:56:05.430] [Info] Root: Scanning for asset sources in directory 'C:\Program Files (x86)\Steam\steamapps\workshop\content\211820\730378641'
    [13:56:05.430] [Info] Root: Scanning for asset sources in directory 'C:\Program Files (x86)\Steam\steamapps\workshop\content\211820\879213535'
    [13:56:05.431] [Info] Root: Scanning for asset sources in directory 'C:\Program Files (x86)\Steam\steamapps\workshop\content\211820\774772825'
    [13:56:05.431] [Info] Root: Scanning for asset sources in directory 'C:\Program Files (x86)\Steam\steamapps\workshop\content\211820\729426722'
    [13:56:05.431] [Info] Root: Detected asset source named 'base' at '..\assets\packed.pak'
    [13:56:05.431] [Info] Root: Detected asset source named 'xbawks' at 'C:\Program Files (x86)\Steam\steamapps\workshop\content\211820\729426722\contents.pak'
    [13:56:05.431] [Info] Root: Detected asset source named 'Bulrathi Race Mod' at '..\mods\Bulrathi Race Mod'
    [13:56:05.431] [Info] Root: Detected asset source named 'PerennialCrops' at 'C:\Program Files (x86)\Steam\steamapps\workshop\content\211820\730378641\contents.pak'
    [13:56:05.431] [Info] Root: Detected asset source named 'learnblueprintsonscan' at 'C:\Program Files (x86)\Steam\steamapps\workshop\content\211820\879213535\contents.pak'
    [13:56:05.431] [Info] Root: Detected asset source named 'Floran HUD' at 'C:\Program Files (x86)\Steam\steamapps\workshop\content\211820\774772825\contents.pak'
    [13:56:05.431] [Info] Root: Detected unnamed asset source at '..\assets\user'
    [13:56:05.431] [Info] Loading assets from: '..\assets\packed.pak'
    [13:56:05.797] [Info] Loading assets from: 'C:\Program Files (x86)\Steam\steamapps\workshop\content\211820\729426722\contents.pak'
    [13:56:05.797] [Info] Loading assets from: '..\mods\Bulrathi Race Mod'
    [13:56:05.804] [Info] Loading assets from: 'C:\Program Files (x86)\Steam\steamapps\workshop\content\211820\730378641\contents.pak'
    [13:56:05.805] [Info] Loading assets from: 'C:\Program Files (x86)\Steam\steamapps\workshop\content\211820\879213535\contents.pak'
    [13:56:05.805] [Info] Loading assets from: 'C:\Program Files (x86)\Steam\steamapps\workshop\content\211820\774772825\contents.pak'
    [13:56:05.806] [Info] Loading assets from: '..\assets\user'
    [13:56:06.505] [Info] Assets digest is 32058cb2ccf5f6d224f14bf9e50d55753d82afbd75f90d2fbb0475d652ef61ff
    [13:56:06.505] [Info] Root: Loaded Assets in 1.36143 seconds
    [13:56:06.518] [Info] Root: Loaded NameGenerator in 0.0120676 seconds
    [13:56:06.521] [Info] Root: Loaded ImageMetadataDatabase in 3.55556e-06 seconds
    [13:56:06.538] [Error] OpenGL errors this frame:  GL_INVALID_VALUE
    [13:56:06.630] [Info] Root: Loaded PlantDatabase in 0.112453 seconds
    [13:56:06.788] [Info] Root: Loaded ObjectDatabase in 0.28165 seconds
    [13:56:06.917] [Info] Root: Loaded MonsterDatabase in 0.129354 seconds
    [13:56:06.954] [Info] Root: Loaded NpcDatabase in 0.0367301 seconds
    [13:56:06.955] [Info] Root: Loaded StagehandDatabase in 0.000738765 seconds
    [13:56:06.958] [Info] Root: Loaded VehicleDatabase in 0.00281323 seconds
    [13:56:06.960] [Info] Root: Loaded PlayerFactory in 0.00260622 seconds
    [13:56:07.023] [Info] Root: Loaded ProjectileDatabase in 0.392301 seconds
    [13:56:07.024] [Info] Root: Loaded VersioningDatabase in 0.00114094 seconds
    [13:56:07.024] [Info] Root: Loaded EntityFactory in 0.0639925 seconds
    [13:56:07.055] [Info] Root: Loaded ParticleDatabase in 0.030673 seconds
    [13:56:07.309] [Info] Root: Loaded MaterialDatabase in 0.284979 seconds
    [13:56:07.314] [Info] Root: Loaded TerrainDatabase in 0.00513225 seconds
    [13:56:07.342] [Info] Root: Loaded BiomeDatabase in 0.0272075 seconds
    [13:56:07.342] [Info] Root: Loaded LiquidsDatabase in 0.000529383 seconds
    [13:56:07.346] [Info] Root: Loaded StatusEffectDatabase in 0.00387319 seconds
    [13:56:07.525] [Info] Root: Loaded DamageDatabase in 0.17863 seconds
    [13:56:07.529] [Info] Root: Loaded EffectSourceDatabase in 0.00379536 seconds
    [13:56:07.531] [Info] Root: Loaded FunctionDatabase in 0.00220207 seconds
    [13:56:07.567] [Info] Root: Loaded TreasureDatabase in 0.0362801 seconds
    [13:56:07.756] [Info] Root: Loaded DungeonDefinitions in 0.18931 seconds
    [13:56:07.757] [Info] Root: Loaded TilesetDatabase in 4.14815e-05 seconds
    [13:56:07.758] [Info] Root: Loaded StatisticsDatabase in 0.00139931 seconds
    [13:56:07.758] [Info] Root: Loaded EmoteProcessor in 6.20247e-05 seconds
    [13:56:07.763] [Info] Root: Loaded SpeciesDatabase in 0.00536612 seconds
    [13:56:07.773] [Info] Root: Loaded QuestTemplateDatabase in 0.00939417 seconds
    [13:56:07.774] [Info] Root: Loaded AiDatabase in 0.00154232 seconds
    [13:56:07.775] [Info] Root: Loaded TechDatabase in 0.000613531 seconds
    [13:56:07.779] [Info] Root: Loaded CodexDatabase in 0.00384909 seconds
    [13:56:08.044] [Info] Root: Loaded BehaviorDatabase in 0.264587 seconds
    [13:56:08.046] [Info] Root: Loaded DanceDatabase in 0.00193936 seconds
    [13:56:08.050] [Info] Root: Loaded SpawnTypeDatabase in 0.00383249 seconds
    [13:56:08.052] [Info] Root: Loaded RadioMessageDatabase in 0.00225422 seconds
    [13:56:09.267] [Info] Root: Loaded ItemDatabase in 2.24378 seconds
    [13:56:09.403] [Info] Root: Loaded CollectionDatabase in 1.35078 seconds
    [13:56:09.979] [Info] detected supported OpenGL texture size 16384, using atlasNumCells 256
    [13:56:22.180] [Info] Application: quit requested
    [13:56:22.180] [Info] Application: quitting...
    [13:56:22.180] [Info] Application: shutdown...
    [13:56:22.299] [Info] Root: Shutting down Root
    [13:56:22.593] [Info] Application: Destroying SDL Window
    [13:56:22.653] [Info] Application: stopped gracefully
    
    The only thing I noticed was this line:
    [13:56:06.538] [Error] OpenGL errors this frame: GL_INVALID_VALUE
    (EDIT: Apparently this is a common error that probably isn't relevant)

    And yeah, to clarify, the only thing not appearing properly is the icon from choosing the species. Everything else is acting as expected.
     
  13. projectmayhem

    projectmayhem Spaceman Spiff

    can you attach your mod to a post. Ill dig through it
     
  14. Sabrebear

    Sabrebear Space Hobo

    Okay, copying everything back into the Skittles base race mod and basically redoing all the labeling fixed it somehow.
    Still not sure where the problem was exactly, but it's resolved as of now.
     
    projectmayhem likes this.

Share This Page