File information

Last updated

Original upload

Created by

Shaklin

Uploaded by

Shaklin

Virus scan

Some manually verified files

Tags for this mod

613 comments

  1. Shaklin
    Shaklin
    • premium
    • 152 kudos
    Locked
    Sticky
    TO MODDERS:

    When you upload your mod(
    s), please do not include other people's mods.
    Please remove all .dll files and other files that you did not create yourself from your zip files.
    This causes problems because when user unpack your zip files, they overwrite the original creator's mods and yours may no longer be up to date.

    Also, please respect other people's work and do not distribute it as if it were your work.

    Thank you very much!
  2. M021394
    M021394
    • member
    • 0 kudos
    how do i add custom posters 
    1. Shaklin
      Shaklin
      • premium
      • 152 kudos
      Hi, with that mod you can't add custom posters. You can only edit/replace them:

      Icon_Poster 1.png
      Poster_1.png

      Icon_Poster 2.png
      Poster_2.png

      etc
      until 72
    2. M021394
      M021394
      • member
      • 0 kudos
      <3
  3. siepeltje
    siepeltje
    • member
    • 0 kudos
    I dont know how but all foil effects are gone after replacing the card texture.. someone knows how to fix this?
  4. cinbunnaps
    cinbunnaps
    • member
    • 1 kudos
    Hi! Just wondering how to make custom deco? I saw it was updated in the last one but I didn't see any example in the main file or the example folder. I wasn't sure what size they needed to be. Thanks!
  5. Sophiia
    Sophiia
    • member
    • 0 kudos
    is it possible to change the name for the cards separately for each rarity? eg piggy common, silver, gold, ex, etc?
    specifically cuz of the artexpander mod!
    (best case here would be to enable modders to use a list instead of seperate txt files)

    also is there a way to edit the posters yet? i cant find em in the example file!
  6. TarrabyteX
    TarrabyteX
    • member
    • 1 kudos
    Ever since the wall and floor update my guess is that a lot of people are having similar issues that I'm having. I told the mod what floor I want but for some reason "Floor1" or "Floor 1" doesn't work anymore. how do you fix this? Same with walls. Is it just another name now?

    Floor 1.png
    Wall 1.png
    1. Shaklin
      Shaklin
      • premium
      • 152 kudos
      Hello,

      yes, you can download the Example file. You can find it in:
      vanilla\objects_textures\Patterns\Ceiling
      vanilla\objects_textures\Patterns\Floor
      vanilla\objects_textures\Patterns\Wall
    2. TarrabyteX
      TarrabyteX
      • member
      • 1 kudos
      ah thanks, I forgot where they were, I haven't been in the files in almost a year. 
  7. Thincreator3483
    Thincreator3483
    • member
    • 1 kudos
    Hey would it be possible to make the classes in the mod Public? Im attempting to patch them so that the dll can work with thunderstore's system, I just can't find a way to patch it without having to carry over the entirety of your pre existing code. I could easily be missing something but from what I can tell patching private classes is near impossible to do. 

    The main thing im trying to do with it is change 3 Variable to account for the pathing issues

    private static string path_tex = Path.Combine(Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location), "objects_textures/");
    private static string path_mes = Path.Combine(Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location), "objects_meshes/");
    private static string path_nam = Path.Combine(Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location), "objects_data/");

    to be essentially the same thing but with
    + "..\\..\\" + Plugin.TextureReplacerMod.Valueafter the directory fetch

    For reference this is what the `TextureReplacerMod.Value` is;

    TextureReplacerMod = Config.Bind<string>("API Settings",
    "Texture Replacer Mod ID",
    DLLName,
    "What mod should be used for Texture Replacer? [Insert the Thunderstore Dependency String, without the version peice, for example; BepInEx-BepInExPack]");
    1. Shaklin
      Shaklin
      • premium
      • 152 kudos
      Hello, I could make the paths public, but I’d rather not make the other classes public. Would that be sufficient?
    2. Thincreator3483
      Thincreator3483
      • member
      • 1 kudos
      I think that should work, ill let you know if it doesn't ^^ [And if it doesn't ill let you know specifically where I need to patch it in]
    3. Shaklin
      Shaklin
      • premium
      • 152 kudos
      for testing:
      https://drive.google.com/file/d/16-FJWTiQ97uSmPj8WWrHM6hSOmjMf2V9/view?usp=sharing
      EDIT: If you still need the test file, write me a pm : )
    4. Thincreator3483
      Thincreator3483
      • member
      • 1 kudos
      Got it, if I come back to it Ill do such, got a burn out.
  8. Sophiia
    Sophiia
    • member
    • 0 kudos
    nvm im just dumb
  9. tabandraw
    tabandraw
    • member
    • 0 kudos
    Me again..

    Is there a mesh file for this mesh?

    As you can see, it does not interact with the statue podium mesh.  I looked through the assets and the only mesh that looks similar to this is the playmat mesh.  The scene hierarchy for a statue that used it (PiggyD) has statue podium with statue podium (2) attached to it seen here.

    From what I see, the following statues have this extra support mesh.

    MonsterStatue_PiggyD_Mesh
    MonsterStatue_BatD_Mesh
    MonsterStatue_BugC_Mesh
    MonsterStatue_BugD_Mesh
    MonsterStatue_DragonFire_Mesh
    MonsterStatue_DragonWater_Mesh

    Please let me know if you have any information.
    1. Shaklin
      Shaklin
      • premium
      • 152 kudos
      Hello,

      seems the same mesh StatuePodium, but scaled.
    2. tabandraw
      tabandraw
      • member
      • 0 kudos
      Do we have a way to adjust that yet? Using MonsterStatue_PiggyD_Podium_Mesh will allow us to control the larger bottom podium while the other one remains static.
  10. tabandraw
    tabandraw
    • member
    • 0 kudos
    Has anyone had issues with the game not rendering transparent textures properly. With the new update, I am trying to use some more complicated 3D models, but am finding that on some, the game will render transparent meshes as just black.

    I am unsure if this is just a limitation on the game, or if I need to get better with my blender skills.

    Example: The image I am expecting Here

    
    The image I am getting in game Here

    If I just need to get better, let me know.
  11. filipemqt
    filipemqt
    • member
    • 0 kudos
    Hello, I noticed that you updated the mod so that the statues have different Meshes and Textures than the figurines, which is great!

    But I have a question. From what I understand, the base/pedestal of each statue is a file called StatuePodium, but its size is changed by the game itself. Is it possible to include an individual file for the base of each statue in this mod just like you did with the statue meshes, so that we can assign different sizes as we prefer?

    Anyway, thanks for the update!
    1. Shaklin
      Shaklin
      • premium
      • 152 kudos
      Hi :) you can now change the podium for each statue (see description)