Jump to content

Connall

Member
  • Posts

    2955
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Connall got a reaction from Legoland99 in Supporting 1x and 2x Textures in Mods   
    Today a change will hopefully have been rolled out into the new vehicles build that will include the ability for modders to support 1x and 2x tiles in their mods. Before, modders would have to choose whether to support 1x or 2x but not both.
     
    First off, I would like to point out that this change was made with backwards compatibility in mind. Mods should not be broken and should continue to function as they always have. If this change has done anything that you believe may have broken mods, then feel free to leave a comment below. So you can leave your mod as it currently is and be free to ignore this change if you like, and your mod will continue to work as always.
     
    If you wish to support 1x and 2x textures then you will need to go read the Custom Texture Packs and Tile Definitions guide by EasyPickens so you know how to build .pack files and add them in to your mods configuration files.
     
    When creating your pack files you will need two packs with two different names. The first one, which would support 1x textures should be called lets say:
     
    example.pack  
    and you should then create a second pack file for 2x textures and calling it:
     
    example2x.pack  
    As per the tutorial, you would place the pack file in your mods config file as:
     
    pack=example That's it. Don't add another line with example2x or something, just have one line for both packs.
     
    Now when the game starts and your mod is activated or loaded, the mod loader will check to see whether you have double-sized textures enabled in the options. If it is, the mod loader will try to find a file called, in this case, example2x.pack. If the mod loader can not find a file with that name, then it will fallback and look for the original 1x pack instead and load that in. As mentioned before this is just to make sure, that any mods that have not been updated to have two different texture packs, will still continue to function.
     
    And that's it, pretty simple really!
  2. Pie
    Connall got a reaction from traindoc in The Modders Wishlist   
    So I recently been poking around and speaking to modders on a fairly regular basis (shoutout to the workshop_modding channel on Discord) and recently it feels like I been finding out about certain issues, or wishes more through happenstance than actually seeing it brought up elsewhere. So this thread is being created for modders to make requests for changes that could greatly help them in the creation of mods.
     
    With that in mind there are a couple of caveats and preemptive questions I feel I should perhaps address:
     
    Q: When will my suggestion be implemented?
     
    A: It may never go in. This is something I am going to be balancing with my other duties, such as the small suggestions thread and my bug hunting duties, so not everything will be implemented. Obviously, we'll try our best but no promises!
     
    Q: WorldZed, TileZed etc could use feature X
     
    A: I personally don't work on those tools, so I can't actually make changes to them. Some of the team members who work on those tools, are also rather busy folks so feel free to make a suggestion and I'll try and pass them along to the relevant people, but don't expect those sorts of changes to happen or if they do, to be quick.
     
    Q: I want to load models, skin characters, or other questions about loading this stuff in.
     
    A: I also don't really work on those systems. A change has been made that will be going out in the next build, which should help people in that regard. However, it's only supposed to tide people over until animations come out where these sorts of things will become a bit better supported.
     
    Q: That seems like quite a few caveats.
     
    A: I suppose it is. This really is to get a pulse on what modders are looking for and to perhaps help matters out slightly, but it's also important to note this won't be a main focus, but this gives a collective avenue for modders to make suggestions and potentially make things, just a little bit easier.
     
     
    So! Suggest away!
  3. Like
    Connall got a reaction from Sazerac in Reference List of Lua Events   
    As it turns out, a lot of the places that have Lua event listings, are either woefully out of date or have since disappeared from the internet. With that in mind, I have added a section to the pzwiki that lists all the Lua Events currently found in game, though fair warning some are now obsolete.
     
    https://pzwiki.net/wiki/Modding:Lua_Event
     
    I have created some pages for some of the events but more still needs to be done. Some pages haven't been created as of writing and the template used for the pages leaves much to be desired, but will hopefully still be helpful to those looking for a quick reference. It also has the added benefit of other people being able to update the listings or change descriptions based on what they find.
     
    Any questions you can post here, or say something in the workshop_modding channel of Discord. I'm usually around there willing to answer questions.
  4. Spiffo
    Connall got a reaction from HOWZ1T in Reference List of Lua Events   
    As it turns out, a lot of the places that have Lua event listings, are either woefully out of date or have since disappeared from the internet. With that in mind, I have added a section to the pzwiki that lists all the Lua Events currently found in game, though fair warning some are now obsolete.
     
    https://pzwiki.net/wiki/Modding:Lua_Event
     
    I have created some pages for some of the events but more still needs to be done. Some pages haven't been created as of writing and the template used for the pages leaves much to be desired, but will hopefully still be helpful to those looking for a quick reference. It also has the added benefit of other people being able to update the listings or change descriptions based on what they find.
     
    Any questions you can post here, or say something in the workshop_modding channel of Discord. I'm usually around there willing to answer questions.
  5. Pie
    Connall got a reaction from bobthejob in The Modders Wishlist   
    So I recently been poking around and speaking to modders on a fairly regular basis (shoutout to the workshop_modding channel on Discord) and recently it feels like I been finding out about certain issues, or wishes more through happenstance than actually seeing it brought up elsewhere. So this thread is being created for modders to make requests for changes that could greatly help them in the creation of mods.
     
    With that in mind there are a couple of caveats and preemptive questions I feel I should perhaps address:
     
    Q: When will my suggestion be implemented?
     
    A: It may never go in. This is something I am going to be balancing with my other duties, such as the small suggestions thread and my bug hunting duties, so not everything will be implemented. Obviously, we'll try our best but no promises!
     
    Q: WorldZed, TileZed etc could use feature X
     
    A: I personally don't work on those tools, so I can't actually make changes to them. Some of the team members who work on those tools, are also rather busy folks so feel free to make a suggestion and I'll try and pass them along to the relevant people, but don't expect those sorts of changes to happen or if they do, to be quick.
     
    Q: I want to load models, skin characters, or other questions about loading this stuff in.
     
    A: I also don't really work on those systems. A change has been made that will be going out in the next build, which should help people in that regard. However, it's only supposed to tide people over until animations come out where these sorts of things will become a bit better supported.
     
    Q: That seems like quite a few caveats.
     
    A: I suppose it is. This really is to get a pulse on what modders are looking for and to perhaps help matters out slightly, but it's also important to note this won't be a main focus, but this gives a collective avenue for modders to make suggestions and potentially make things, just a little bit easier.
     
     
    So! Suggest away!
  6. Pie
    Connall got a reaction from Jason132 in The Modders Wishlist   
    So I recently been poking around and speaking to modders on a fairly regular basis (shoutout to the workshop_modding channel on Discord) and recently it feels like I been finding out about certain issues, or wishes more through happenstance than actually seeing it brought up elsewhere. So this thread is being created for modders to make requests for changes that could greatly help them in the creation of mods.
     
    With that in mind there are a couple of caveats and preemptive questions I feel I should perhaps address:
     
    Q: When will my suggestion be implemented?
     
    A: It may never go in. This is something I am going to be balancing with my other duties, such as the small suggestions thread and my bug hunting duties, so not everything will be implemented. Obviously, we'll try our best but no promises!
     
    Q: WorldZed, TileZed etc could use feature X
     
    A: I personally don't work on those tools, so I can't actually make changes to them. Some of the team members who work on those tools, are also rather busy folks so feel free to make a suggestion and I'll try and pass them along to the relevant people, but don't expect those sorts of changes to happen or if they do, to be quick.
     
    Q: I want to load models, skin characters, or other questions about loading this stuff in.
     
    A: I also don't really work on those systems. A change has been made that will be going out in the next build, which should help people in that regard. However, it's only supposed to tide people over until animations come out where these sorts of things will become a bit better supported.
     
    Q: That seems like quite a few caveats.
     
    A: I suppose it is. This really is to get a pulse on what modders are looking for and to perhaps help matters out slightly, but it's also important to note this won't be a main focus, but this gives a collective avenue for modders to make suggestions and potentially make things, just a little bit easier.
     
     
    So! Suggest away!
  7. Like
    Connall got a reaction from Soul Filcher in Reference List of Lua Events   
    As it turns out, a lot of the places that have Lua event listings, are either woefully out of date or have since disappeared from the internet. With that in mind, I have added a section to the pzwiki that lists all the Lua Events currently found in game, though fair warning some are now obsolete.
     
    https://pzwiki.net/wiki/Modding:Lua_Event
     
    I have created some pages for some of the events but more still needs to be done. Some pages haven't been created as of writing and the template used for the pages leaves much to be desired, but will hopefully still be helpful to those looking for a quick reference. It also has the added benefit of other people being able to update the listings or change descriptions based on what they find.
     
    Any questions you can post here, or say something in the workshop_modding channel of Discord. I'm usually around there willing to answer questions.
  8. Like
    Connall got a reaction from trombonaught in Reference List of Lua Events   
    As it turns out, a lot of the places that have Lua event listings, are either woefully out of date or have since disappeared from the internet. With that in mind, I have added a section to the pzwiki that lists all the Lua Events currently found in game, though fair warning some are now obsolete.
     
    https://pzwiki.net/wiki/Modding:Lua_Event
     
    I have created some pages for some of the events but more still needs to be done. Some pages haven't been created as of writing and the template used for the pages leaves much to be desired, but will hopefully still be helpful to those looking for a quick reference. It also has the added benefit of other people being able to update the listings or change descriptions based on what they find.
     
    Any questions you can post here, or say something in the workshop_modding channel of Discord. I'm usually around there willing to answer questions.
  9. Like
    Connall got a reaction from rez in Reference List of Lua Events   
    As it turns out, a lot of the places that have Lua event listings, are either woefully out of date or have since disappeared from the internet. With that in mind, I have added a section to the pzwiki that lists all the Lua Events currently found in game, though fair warning some are now obsolete.
     
    https://pzwiki.net/wiki/Modding:Lua_Event
     
    I have created some pages for some of the events but more still needs to be done. Some pages haven't been created as of writing and the template used for the pages leaves much to be desired, but will hopefully still be helpful to those looking for a quick reference. It also has the added benefit of other people being able to update the listings or change descriptions based on what they find.
     
    Any questions you can post here, or say something in the workshop_modding channel of Discord. I'm usually around there willing to answer questions.
  10. Like
    Connall got a reaction from Jason132 in Reference List of Lua Events   
    As it turns out, a lot of the places that have Lua event listings, are either woefully out of date or have since disappeared from the internet. With that in mind, I have added a section to the pzwiki that lists all the Lua Events currently found in game, though fair warning some are now obsolete.
     
    https://pzwiki.net/wiki/Modding:Lua_Event
     
    I have created some pages for some of the events but more still needs to be done. Some pages haven't been created as of writing and the template used for the pages leaves much to be desired, but will hopefully still be helpful to those looking for a quick reference. It also has the added benefit of other people being able to update the listings or change descriptions based on what they find.
     
    Any questions you can post here, or say something in the workshop_modding channel of Discord. I'm usually around there willing to answer questions.
  11. Like
    Connall got a reaction from Snakeman in Muffled Scream   
    No problem, more details will follow on how this has been implemented.
  12. Like
    Connall got a reaction from Sparrow in Reference List of Lua Events   
    As it turns out, a lot of the places that have Lua event listings, are either woefully out of date or have since disappeared from the internet. With that in mind, I have added a section to the pzwiki that lists all the Lua Events currently found in game, though fair warning some are now obsolete.
     
    https://pzwiki.net/wiki/Modding:Lua_Event
     
    I have created some pages for some of the events but more still needs to be done. Some pages haven't been created as of writing and the template used for the pages leaves much to be desired, but will hopefully still be helpful to those looking for a quick reference. It also has the added benefit of other people being able to update the listings or change descriptions based on what they find.
     
    Any questions you can post here, or say something in the workshop_modding channel of Discord. I'm usually around there willing to answer questions.
  13. Like
    Connall got a reaction from tommysticks in Reference List of Lua Events   
    As it turns out, a lot of the places that have Lua event listings, are either woefully out of date or have since disappeared from the internet. With that in mind, I have added a section to the pzwiki that lists all the Lua Events currently found in game, though fair warning some are now obsolete.
     
    https://pzwiki.net/wiki/Modding:Lua_Event
     
    I have created some pages for some of the events but more still needs to be done. Some pages haven't been created as of writing and the template used for the pages leaves much to be desired, but will hopefully still be helpful to those looking for a quick reference. It also has the added benefit of other people being able to update the listings or change descriptions based on what they find.
     
    Any questions you can post here, or say something in the workshop_modding channel of Discord. I'm usually around there willing to answer questions.
  14. Like
    Connall got a reaction from Capt_Paradox in Muffled Scream   
    No problem, more details will follow on how this has been implemented.
  15. Like
    Connall got a reaction from Kuren in Muffled Scream   
    No problem, more details will follow on how this has been implemented.
  16. Like
    Connall got a reaction from Jason132 in Muffled Scream   
    No problem, more details will follow on how this has been implemented.
  17. Like
    Connall got a reaction from Sparrow in Lua Method "loadSkinnedZomboidModel"   
    EnigmaGrey pointed me to this thread, I'm not familiar with the model loader and it's systems so I can't say the change will work. However, for the sake of argument lets say it does for the time being. I'm mainly going off the belief of EG and this thread as to what the function does.
     
    That being said, I see no harm in tweaking the functions. So I have added a loadZomboidModel and loadSkinnedZomboid model function, they don't do anything terribly different I just didn't want repeat code. loadZomboidModel has a boolean parameter added on so you can dictate the boolean value of bStatic, while loadSkinnedZomboid function defaults the boolean to false. loadStaticZomboidModel continues to do what it always did (it calls loadZomboidModel but sets the bStatic boolean to true).
     
    If all is fine, I imagine it will be in the next vehicle build. Whenever that is.
  18. Like
    Connall got a reaction from myhappines in Lua Method "loadSkinnedZomboidModel"   
    EnigmaGrey pointed me to this thread, I'm not familiar with the model loader and it's systems so I can't say the change will work. However, for the sake of argument lets say it does for the time being. I'm mainly going off the belief of EG and this thread as to what the function does.
     
    That being said, I see no harm in tweaking the functions. So I have added a loadZomboidModel and loadSkinnedZomboid model function, they don't do anything terribly different I just didn't want repeat code. loadZomboidModel has a boolean parameter added on so you can dictate the boolean value of bStatic, while loadSkinnedZomboid function defaults the boolean to false. loadStaticZomboidModel continues to do what it always did (it calls loadZomboidModel but sets the bStatic boolean to true).
     
    If all is fine, I imagine it will be in the next vehicle build. Whenever that is.
  19. Pie
    Connall got a reaction from Roger in Lua Method "loadSkinnedZomboidModel"   
    EnigmaGrey pointed me to this thread, I'm not familiar with the model loader and it's systems so I can't say the change will work. However, for the sake of argument lets say it does for the time being. I'm mainly going off the belief of EG and this thread as to what the function does.
     
    That being said, I see no harm in tweaking the functions. So I have added a loadZomboidModel and loadSkinnedZomboid model function, they don't do anything terribly different I just didn't want repeat code. loadZomboidModel has a boolean parameter added on so you can dictate the boolean value of bStatic, while loadSkinnedZomboid function defaults the boolean to false. loadStaticZomboidModel continues to do what it always did (it calls loadZomboidModel but sets the bStatic boolean to true).
     
    If all is fine, I imagine it will be in the next vehicle build. Whenever that is.
  20. Like
    Connall got a reaction from Di-Crash in Lua Method "loadSkinnedZomboidModel"   
    EnigmaGrey pointed me to this thread, I'm not familiar with the model loader and it's systems so I can't say the change will work. However, for the sake of argument lets say it does for the time being. I'm mainly going off the belief of EG and this thread as to what the function does.
     
    That being said, I see no harm in tweaking the functions. So I have added a loadZomboidModel and loadSkinnedZomboid model function, they don't do anything terribly different I just didn't want repeat code. loadZomboidModel has a boolean parameter added on so you can dictate the boolean value of bStatic, while loadSkinnedZomboid function defaults the boolean to false. loadStaticZomboidModel continues to do what it always did (it calls loadZomboidModel but sets the bStatic boolean to true).
     
    If all is fine, I imagine it will be in the next vehicle build. Whenever that is.
  21. Like
    Connall got a reaction from Geras in Possible vehicle interiors solution   
    That's a pretty cool idea.
  22. Like
    Connall got a reaction from EchelontheEyeless in More Defenses   
    Nice ideas, but wouldn't planks be stronger than plywood? I feel like it's a bit thicker and stronger than regular plywood.
  23. Like
    Connall got a reaction from Necromatic_Corgi in Possible vehicle interiors solution   
    That's a pretty cool idea.
  24. Pie
    Connall reacted to TheRealXeonyx in Possible vehicle interiors solution   
    I've been mulling this idea since the vehicles branch was released and I think I might have found a solution to having visible, interactive interiors in larger vehicles such as campers, rv's,  cube trucks,semi's, etc.  It's easier shown than described so I made up some screenshots:
       For gits and shigs; lets say this is a camper

    And I want to setup or lock down the vehicle  

    I would have to park inside a highlighted area that I would select either left to right or up to down so the interior could be properly generated

    Now that I am parked inside the highlighted area, I would turn the vehicle off

    And as such, the interior is now generated, perfect for camping in the woods or for those that like a life on the road

    So, is this a feasible solution, or is this just wishful thinking?
     
     
     
     
     
  25. Like
    Connall got a reaction from Octopus in More Defenses   
    Nice ideas, but wouldn't planks be stronger than plywood? I feel like it's a bit thicker and stronger than regular plywood.
×
×
  • Create New...