Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Food Stack (also moified) and the dots are covered by the numbers.
I think I will delete these old files.
https://steamhost.cn/steamcommunity_com/app/211820/discussions/0/355043117518390994/
But a item emptystomach.consumable does not exist in Starbound Koala, Giraffe or Release version.
I went and installed the all mods manually this time and only used the Frackin Universe ones and Food Rot Dots so that only those 2 would come out in the log this time - https://cdn.discordapp.com/attachments/326194398687789059/500872856180359168/starbound.log
Starbound kind of dropped the ball by not allowing the user to select the mod load order, and instead it's controlled on a per-mod basis by the _metadata file of the mod. You'll have to either choose between my mod or the one causing the color conflict, or you could make a "mod" of just the rotting.config file with a _metadata file using a priority value with a large number. The colorblind addon I include with the download from Chucklefish's site (Color-blind_Food_Spoil.pak) is basically just that, but it's missing a _metadata file.
I don't see my mod's ID anywhere in the log, and I don't see any of my files mentioned in any other lines. But near the end of the log you can see where the food icons aren't being set properly:
[21:45:13.158] [Error] Could not load image asset '/items/generic/meat/alienmeat_cyan.png', using placeholder default.
(AssetException) No such asset '/items/generic/meat/alienmeat_cyan.png'
[21:45:13.165] [Error] Could not load image asset '/items/generic/meat/rawpoultry_cyan.png', using placeholder default.
(AssetException) No such asset '/items/generic/meat/rawpoultry_cyan.png'
continued in next comment due to character limits...
This time my skill from the other mod kept working but some of the food images still disappeared and some did not have the green dot. I looked at the log file but I don't understand most of what its doing and saying since I am still new to editing and reading mods.
When I start the game it takes a few seconds before it makes changes to my food items and then I see some the images for the food items add the green dots and then the meat item images disappear.
I also installed the Chuckle Fish version and that one didn't even change anything for me. I backed up my character this time so the images wouldn't stay messed up this time after un-installing.
I have a lot of new planet and item mods and Frackin Universe, idk if any of them are effecting your mod but something is for sure. I don't need to use this mod its just aesthetic to me but it would be nice to look at it in game for sure.
For the problems with RPG Growth, I'm honestly not sure what the conflict could be. I patch the food items to add my rotting_frd.lua script after the default rotting.lua script, so I don't touch any of the character files at all. I downloaded RPG Growth and unpacked it, and that mod doesn't seem to be modifying the food items or the default rotting script. If you use a lot of mods then maybe the conflict is somewhere else? If you look at your starbound.log file (under the 'storage' folder in your Starbound install directory) then you should be able to see where the errors are occurring.
It caused my Explorer's Discovery skill to stop working, a skill that makes the player character glow in a small area as long as his health is above 50%
I have to install this one first an then RPG growth over it for them to work properly together.
Generated guns with multiple parts and I think 2 uniques.
Icon = {
{ image = icon },
{ image = rotdot, position = { x, y }
}
Hey. If you're still active, you can stack images in inventoryIcon. It might be worth taking a look so you don't have to create images for every food item and instead just overlay the rot dot ontop of the food icon.
am now starving slowly.
Worst case when you join a server without this mod is to just keep your affected food in your inventory and use it first. Any new food you create on the server should be normal as far as I know, but I don't play multiplayer.
Its too bad they can't be converted back to the original item when placed into a chest for fridge, it would make this mod amazing since it would not be required on the server end.
What would have made this mod much easier is if the modding capabilities of the game would allow you to just add the dot as an overlay, I bet that would have saved you a lot of time on this.