ninjahedgehog
Member
- Oct 23, 2018
- 438
- 326
- 216
oh yeah. Another game I'm more invested in finally got an update that the creator wanted it's modders to playtest. I got a decent ways in for my original plans of making a TF card battle+ mod but it was definitely time consuming and it was probably gonna take maybe 2-3 more months to finish even if I didn't Hiatus my work
If you wanna work on it yourself, what I was pretty much doing is opening up the main game HTML (I use notepad ++ but just about any text program will work). There's a section of the code that lists the cards, they're cost, effects etc. The "GifType" value dictates how many videos is into the pool for the game to pull from.
img>sidebar is where all the videos are stored and you just have to name your videos "cardnumber+letter" so for example. card #68 is "topless". if you want 10 different videos for the game to pull from when playing the topless card, than in the code, go down to the info for card 68, change the gif type to "giftype = 10" then make sure the mp4s in the side bar folder for topless are named 68a-j (68a, 68b, 68c etc)
for best results, use a video editor to trim down the videos to a small loop and delete the audio track (you can keep them if you actually want to give the game audio just volume warning i guess) also fair warning, adding videos will add to the game's overall size, so at least keep them short.
If you wanna work on it yourself, what I was pretty much doing is opening up the main game HTML (I use notepad ++ but just about any text program will work). There's a section of the code that lists the cards, they're cost, effects etc. The "GifType" value dictates how many videos is into the pool for the game to pull from.
img>sidebar is where all the videos are stored and you just have to name your videos "cardnumber+letter" so for example. card #68 is "topless". if you want 10 different videos for the game to pull from when playing the topless card, than in the code, go down to the info for card 68, change the gif type to "giftype = 10" then make sure the mp4s in the side bar folder for topless are named 68a-j (68a, 68b, 68c etc)
for best results, use a video editor to trim down the videos to a small loop and delete the audio track (you can keep them if you actually want to give the game audio just volume warning i guess) also fair warning, adding videos will add to the game's overall size, so at least keep them short.