Jump to content

rallenb3

Members
  • Posts

    28
  • Joined

  • Last visited

About rallenb3

  • Birthday 08/15/1964

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

rallenb3's Achievements

Refugee

Refugee (1/15)

6

Reputation

  1. The recipe is there it just needs the tags. The recipe is drinkSleepyHoneyTea in recipes.xml.
  2. In your long spears mod you have a schematic for the pitchfork but, no recipe to make it.
  3. I am also getting it with maps that I had before this started I haven't tried navezgane though I will try that next. I started a new save on navezgane and I am getting the same thing there.
  4. I didn't start seeing them until I was modding the rwgmixer.xml on my modded copy of the game so I went to my unmodded copy made a new map and started a new save and got the warning there to. I thought at first it was my mod but, when I got the same warnings on the unmodded version of the game that told me it wasn't my mod. I don't like getting errors or warnings when I make a mod. thank you, Wishbringer
  5. I got these warning in log and console: 2022-12-07T11:38:30 929.238 WRN No chunk for position -1755, 37, 96, can not add childs to pos -1755, 36, 95! Block cntDumpsterFlies 2022-12-07T11:38:30 929.299 WRN No chunk for position -1744, 37, 280, can not add childs to pos -1745, 37, 281! Block decoPicnicTable 2022-12-07T11:38:31 930.109 WRN No chunk for position -1744, 36, 343, can not add childs to pos -1745, 36, 343! Block hayBaleRound 2022-12-07T11:38:42 941.483 WRN No chunk for position -1717, 32, 96, can not add childs to pos -1717, 32, 95! Block cntMetalDesk02Open 2022-12-07T11:38:42 941.494 WRN No chunk for position -1728, 43, 112, can not add childs to pos -1728, 43, 111! Block decoClawFootBathTub 2022-12-07T11:38:42 941.494 WRN No chunk for position -1721, 43, 112, can not add childs to pos -1721, 43, 111! Block hospitalBed 2022-12-07T11:38:44 942.595 WRN No chunk for position -1872, 37, 360, can not add childs to pos -1874, 36, 360! Block cntCar03SedanDamage1v02 2022-12-07T11:38:45 944.033 WRN No chunk for position -1681, 37, 272, can not add childs to pos -1681, 36, 271! Block garageDoorMetal_v2 2022-12-07T11:38:46 945.091 WRN No chunk for position -1672, 40, 128, can not add childs to pos -1672, 40, 127! Block hayBaleSquare 2022-12-07T11:38:46 945.140 WRN No chunk for position -1664, 36, 285, can not add childs to pos -1665, 36, 284! Block hayBaleRound 2022-12-07T11:38:46 945.150 WRN No chunk for position -1668, 37, 320, can not add childs to pos -1668, 36, 319! Block hayBaleRound 2022-12-07T11:38:47 946.258 WRN No chunk for position -1654, 37, 208, can not add childs to pos -1655, 36, 206! Block cntCar03SedanDamage2v08 2022-12-07T11:38:47 946.285 WRN No chunk for position -1652, 36, 288, can not add childs to pos -1653, 36, 287! Block hayBaleRound I have no mods installed and I verified the files. I even deleted the blocks file and verified again to make sure. Here is my log: https://pastebin.com/nc92hkC0 Also it was a new map and new save
  6. If you want to you can look me up on the nexus rallenb3 and check out my mods and see how my code is and how it looks. now it is not always formatted perfectly but, it doesn't need to be just as long as everything is in the right order and right place it will work. I have seen a modder put his code in straight lines one line after another like in a book and it worked perfectly fine. I couldn't do it that way I wouldn't be able to read it like that but, every modder has there on way of doing there code. It just doesn't need to be neat and perfect to work. You actually can learn a lot from other modders code.
  7. The sleepytime tea bags are not in the loot.xml I already fixed my version for both issues the icon and the the bags. I am looking forward to the new stuff. I no what you are going through I have PTSD with bipolar disorder and I have to deal with depression all the time.
  8. When are you planning on adding the wet wipes and how are they going to be used I seen the icon in atlas's.
  9. I thought I should let you know your box of nails icon doesn't show it just has the bundle icon in the top left corner but, the rest is clear. on your custom icon the value is resourceBoxoffNails but the actual icon in atlas's is toolBoxoffNails.
  10. Plus in the items.xml the chassis and body say they are unlocked by greasemonkey and schematic but, there is no progression.xml to unlock them with greasemonkey. unless you are want them to get the chassis and body through lot and that is the only way you can make it.
  11. On your AC ATV there is no way to get the schematics in your loot.xml so your can make it. An since the recipes have the learnable tag you can't make it without the schematics. Correction you can't make the chassis and body without the schematics.
  12. Happy to help out. I love this mod. I already added a flour recipe and your recipes to your mod I am using in my game. xml I am good at. adding assets of any kind I no nothing about. lol
  13. I got this in the console and the log an I wasn't getting it before I installed this mod. Couldn't create a Convex Mesh from source mesh "wheel 3" within the maximum polygons limit (256). The partial hull will be used. Consider simplifying your mesh. So far as I can tell it is not a big deal I well still use your mod. also it looks like your vehicles replace the vanilla vehicles is that right. You just need to change the velocitymax in the vehicle.xml in the mod for reference the first number after velocitymax is top speed without turbo, second number is top speed with turbo.
  14. I read in your comment in your recipes.xml that you still don't know how recipes work now it would take to long to explain how they work but, for now you just need to know how to code them. now I am not a traditional coder I will take short cut every chance I get to make things easier and a very good and easy short cut is to use the code that is already in the xml files you can't do this with all the xml's but, you can with recipes.xml you do your append line then you find a recipe that matches the recipe you want to make and example is you want a campfire recipe with 3 ingredients and unlocks with perkmasterchef well you find a campfire recipe that has three ingredients and has perkmasterchef tag copy and paste it into your recipes.xml change the ingredients to the ingredients you want change the count of ingredient to what you want, and so on until you have your recipe. so your are just modifying the game recipe to do what you want. you can use this tip or not that is up to you. oh also my last playthru I got a total of 3 or 4 bags of flour that is not enough. now since they make flour from corn in real life you could just add a flour recipe that uses corn the recipe would be just like the cornmeal recipe except you get foodwhiteflour instead of foodcornmeal.
  15. I like my cornmeal and cornbread I would like to see a choice to either use cornmeal or flour.
×
×
  • Create New...