Jump to content

bdbssb

Administrators
  • Posts

    503
  • Joined

  • Last visited

  • Days Won

    104

Everything posted by bdbssb

  1. Bdbssb FS25 Modhub Mods
  2. Dogface FS25 Modhub mods
  3. <File fileId="39" filename="$dataS/menu/hud/fillTypes/hud_fill_fertilizer.dds"/> <File fileId="43" filename="$dataS/menu/hud/fillTypes/hud_fill_herbicide.dds"/> <File fileId="41" filename="$dataS/menu/hud/fillTypes/hud_fill_lime.dds"/> <File fileId="42" filename="$dataS/menu/hud/fillTypes/hud_fill_roadSalt.dds"/> <File fileId="40" filename="$dataS/menu/hud/fillTypes/hud_fill_seeds.dds"/>
  4. Sorry it was in my console version. Lime Fertilizer Salt Herbicide Seed Production | ModHub | Farming Simulator Building
  5. Open the i3d in notepad and search dataS, you will see how I pathed the images. This can be done in fs25 as well, for some reason giants editor will not show them.
  6. Honestly the most efficient way to access hud images is to path them directly. They will not show up in giants editor however they will load in game. For an example look at the feeding robot for the big cow barn. They access the dataS images and are above the tipping areas. You can also look at the seed production building I did for fs22. I’ll share a link below. For the file path simply look in the filltype.xml found in the map folder. If you need the actual image let me know, when I get home I will look at the sdk folder and see if I can find them there.
  7. Maybe they are asking about the images on the silo? Are they not showing up or are they wanting to find hud files?
  8. Would anyone be able to translate this to English form me. I tried a translator and it didn’t make sense.
  9. Yes very good point. Log please. I have been using this mod with no issues.
  10. View File Auto Fermenter Auto fermenting silo. This silo is in the silo category, material is converted instantly, it is not a factory. This silo will automatically convert grass, hay, straw, chaff, and wood chips to silage. Cost 50000 Capacity 10000000 Submitter bdbssb Submitted 05/15/2025 Category FS25 Placeables  
  11. Version 15.05.25.01

    34 downloads

    Auto fermenting silo. This silo is in the silo category, material is converted instantly, it is not a factory. This silo will automatically convert grass, hay, straw, chaff, and wood chips to silage. Cost 50,000 Capacity 10,000,000
  12. I’m trying to make a custom slideDoorTrigger lua. I need to register it in the i3d. I understand how to do a callback onCreate, however how do I source the new lua? If I simply try to source it via the modDesc I think it just loads the lua but it’s not calling it when needed at the trigger. I know the original script still works because it’s used at the vehicle shop.
  13. I had a list for this in FS22 this has changed slightly. FS25DefaultColorIndex.txt
  14. I know I shared how to add rim, hub, and bolt color in a previous tutorial, however in this video I show how to track down material slot names and show how to add color to dynamically loaded parts like a 3Point arm. Color choice for these parts can be set without the part being in the parent i3d.
  15. I’m not sure what else to do. I’ve tried a couple of tricks to address this but I think it may be a giants thing.
  16. Version 31.01.25.01

    236 downloads

    Update Version 31.01.25.01 Fixed AI back node per MP7REEPER Update Version 04.01.25.02 Thank you BigDaddy for letting me know about the texture errors. Fixed \Windrowing Balers Windrowers added to: John Deere C441R (round wrapper) & Kuhn 1290 (square) Wrapper version has been adjusted to allow continuous baling. Tractor will be slowed down to allow time for wrapping and bale drop to occur. Wrapping has been drastically sped up. Cost 80000 Option to remove collision of arms. 2 Design color Rim color Hub color Silage additive standard Doubled consumables capacity
  17. View File FS25 Windrowing Balers Update Version 04.01.25.02 Thank you BigDaddy for letting me know about the texture errors. Fixed \Windrowing Balers Windrowers added to: John Deere C441R (round wrapper) & Kuhn 1290 (square) Wrapper version has been adjusted to allow continuous baling. Tractor will be slowed down to allow time for wrapping and bale drop to occur. Wrapping has been drastically sped up. Cost 80000 Option to remove collision of arms. 2 Design color Rim color Hub color Silage additive standard Doubled consumables capacity Submitter bdbssb Submitted 01/04/2025 Category FS25 Implements & Tools CREDITS bdbssb  
  18. I was having to do file pathing and settings every time I opened up blender to use the giants i3d exporter/addon. So, I made a template. In this video I show my preferences and how I saved them.
  19. This video shows how to change material in store and still have the option to change the material's color. This way you are not limited to material and single-color options. Simply choose a material then make it whatever color you want. For now, it does look like you are limited to 2 material options in this manner. I hope to find another solution. I have 2 videos, full explanation, and shortened version. If you are having issues after watching the shorter video, please watch the extended version. I obviously go more in depth. File example mks8MaterialAndColorExample.xml
  20. I made a video showing how to utilize the console commands however below is a link (THEGAMER) to a great page with commands available as well. FS25 Development Console Tools Controls Excellent page credit THEGAMER Link to THEGAMER page with command list and instructions
  21. In the following video I show you that you are not limited to rim color configuration. You can actually set outer rim, inner rim, hub material, and hub bolt material separately using baseColorConfiguration or in one of the 16 designColorConfigurations. Intro/Title Music Cinematic Motivational | Royalty-free https://pixabay.com/music/search/cinematic-motivational-136831/ Click image for video Example file hubMaterial.xml Code example The following lines would need to be in the <wheels> section. <outerRimMaterial useDesignColorIndex="1"/> <innerRimMaterial useDesignColorIndex="2"/> <hubMaterial useDesignColorIndex="3"/> <hubBoltMaterial useDesignColorIndex="4"/> Above lines are referencing designColorConfiguration. Unlike most indexing the index is actually referencing the specific designColorConfiguration. For example if you skip designColorConfiguration(default 1) and start with designColor2Configuration then useDesignColorIndex="1" will not do anything. A little confusing compared to most indexing however the call is directly to the design number. According to the vehicle.html there are 16 possible designColorConfigurations possible. useBaseColor="true" can be used. There is only 1 baseColorConfiguration. useRimColor="true" can be used to match rimColorConfiguration.
  22. Yes has 3 part color options, material option, rim color option.
  23. View File FS25 Jumbo 8450 WR BD Update Version 03.01.25.02 Worked on work areas to try and eliminate the left-over material issues. Update Version 03.01.25.01 Fixed covers Credit to Deaf Gamer for letting me know of the issue. Update Version 30.12.24.02 Fixed more lights again Update Version 30.12.24.01 Fixed more lights, added a couple parts to arms. Update Version 29.12.24.02 Thanks for finding the issue SPUDS. Sorry fixed mass issues, will pull normal when loaded, will not try to break your tractor. Update Version 29.12.24.01 Added visual hoses Update Version 28.12.24.01 Big update: added a Stone Picker version found in the stone picker category in shop Fixed 1 million fill unit capacity. Still having issues with giants linked lights, "hope" this is fixed. Update Version 25.12.24.02 Sorry for all the updates. Realized I missed a giants lighting issue, I was also able to get hired worker to work, not noted in last update the pickup can be lowered/raised regardless of folding state. Update Version 25.12.24.01 Huge thank you to everyone who has helped find some issues. Please feel free to give feedback so I can get issues fixed. Alpaca78Billy informed me that wheels247 was having issues with pickup and color was reverting back to default color from distance. Color is now fixed. I could not replicate the pickup issue however I did adjust max pickup to possibly address this issue. Barry J informed me Bundy found that I forgot to add multiplayer support, this was fixed in update. JUMBO 8450 DB WR Forage wagon with windrowing arms. Cost 125000 Option to remove collision of arms. Capacity 50K - Free 100K – 2000 500K – 10000 1M – 50000 Discharge options free (when matched up correctly the unit will empty in around 10 seconds) 5K LPS 10K LPS 50K LPS 100K LPS Submitter bdbssb Submitted 12/22/2024 Category FS25 Trailers CREDITS bdbssb, Giants  
  24. Version 31.01.25.01

    511 downloads

    Update Version 31.01.25.01 Fixed AI back node per MP7REEPER Update Version 03.01.25.02 Worked on work areas to try and eliminate the left-over material issues. Update Version 03.01.25.01 Fixed covers Credit to Deaf Gamer for letting me know of the issue. Update Version 30.12.24.02 Fixed more lights again Update Version 30.12.24.01 Fixed more lights, added a couple parts to arms. Update Version 29.12.24.02 Thanks for finding the issue SPUDS. Sorry fixed mass issues, will pull normal when loaded, will not try to break your tractor. Update Version 29.12.24.01 Added visual hoses Update Version 28.12.24.01 Big update: added a Stone Picker version found in the stone picker category in shop Fixed 1 million fill unit capacity. Still having issues with giants linked lights, "hope" this is fixed. Update Version 25.12.24.02 Sorry for all the updates. Realized I missed a giants lighting issue, I was also able to get hired worker to work, not noted in last update the pickup can be lowered/raised regardless of folding state. Update Version 25.12.24.01 Huge thank you to everyone who has helped find some issues. Please feel free to give feedback so I can get issues fixed. Alpaca78Billy informed me that wheels247 was having issues with pickup and color was reverting back to default color from distance. Color is now fixed. I could not replicate the pickup issue however I did adjust max pickup to possibly address this issue. Barry J informed me Bundy found that I forgot to add multiplayer support, this was fixed in update. JUMBO 8450 DB WR Forage wagon with windrowing arms. Cost 125000 Option to remove collision of arms. Capacity 50K - Free 100K – 2000 500K – 10000 1M – 50000 Discharge options free (when matched up correctly the unit will empty in around 10 seconds) 5K LPS 10K LPS 50K LPS 100K LPS