File information

Last updated

Original upload

Created by

Shaklin

Uploaded by

Shaklin

Virus scan

Safe to use

Tags for this mod

About this mod

A simple mod with which you can easily replace textures, meshes and data

Requirements
Permissions and credits
Changelogs
TextureReplacer



You need BepInEx


Download the mod, open it and drag&drop the folder 'TextureReplacer' to:
TCG Card Shop Simulator\BepInEx\plugins\

https://i.imgur.com/OpSaGv5.png
https://i.imgur.com/PlPaCVI.png


Optional you can download Examples for it (Under Files/Optional Files).


THE FOLDERS:
TCG Card Shop Simulator\BepInEx\plugins\TextureReplacer\TextureReplacer.dll

Names and/or descriptions (.txt files):
TCG Card Shop Simulator\BepInEx\plugins\TextureReplacer\objects_data\cards\
TCG Card Shop Simulator\BepInEx\plugins\TextureReplacer\objects_data\figurines\

Meshes (.obj files): (you can create subfolders for more organization)
TCG Card Shop Simulator\BepInEx\plugins\TextureReplacer\objects_meshes\*anyfolders*

Textures (.png files): (you can create subfolders for more organization)
TCG Card Shop Simulator\BepInEx\plugins\TextureReplacer\objects_textures\*anyfolders*



Short Tutorial for Modders:

1. Start AssetStudioGUI
2. Click on File=>Load folder and select the gamedata folder:
   TCG Card Shop Simulator\Card Shop Simulator_Data\
3. Click on Filter Type=> and select Texture2D and Mesh
4. Go to the Tab 'Asset List' and select everything
   (click on the first entry, scroll down and click with holding Shift-Key the last entry)
5. Rightclick on the selected list and choose 'Export selected assets'
6. Choose a folder to extract (not the game folders!). For example, create a new folder on the Desktop
7. This takes a while.. after you have then a Texture2D and Mesh Folder


How to change a Texture?
Copy any texture file (png) in to the folder:
TCG Card Shop Simulator\BepInEx\plugins\TextureReplacer\objects_textures\
(you can create subfolders for more organization)
and edit it as you want!

How to change a Mesh?
Copy any mesh file (obj) in to the folder:
TCG Card Shop Simulator\BepInEx\plugins\TextureReplacer\objects_meshes\
(you can create subfolders for more organization)
and edit it as you want!


In-game, you can reload the Textures with F5 (the Default).
But be careful and try not to click with your mouse while loading!



SOME HELP:
'Play Table' Template (Thanks to CXANEL)
table template link
https://gofile.io/d/lp2yMY

card box template
https://gofile.io/d/q106pb

https://i.ibb.co/FYn455S/2024-10-25-021148.png
https://i.ibb.co/gyx0M9R/2024-10-25-023549.png
https://i.ibb.co/KKxYn4c/147-1729103044-1208625468.png












The mod uses Runtime OBJ Importer:
https://assetstore.unity.com/packages/tools/modeling/runtime-obj-importer-49547