Is TNT Virtual PAD still available? has it been open sourced or is it for purchase? I have been looking for it but only comments on how great it is but no download links (neither paid nor free).
It's supposed to be open sourced into the gideros github. Not sure if that happened though. I can look into making it a 'lua plugin'.
Coder, video game industry veteran (since the '80s, ❤'s assembler), arrested - never convicted hacker (in the '90s), dad of five, he/him (if that even matters!). https://deluxepixel.com
Coder, video game industry veteran (since the '80s, ❤'s assembler), arrested - never convicted hacker (in the '90s), dad of five, he/him (if that even matters!). https://deluxepixel.com
Coder, video game industry veteran (since the '80s, ❤'s assembler), arrested - never convicted hacker (in the '90s), dad of five, he/him (if that even matters!). https://deluxepixel.com
But I have this error: "(TextureBase expected, got string)" at the line "mypacktextureregion = TextureRegion.new("gfx/tilesheets/tp01.png", 0, 0, 50, 50)"
Can somebody tell me what I have to pass in the tnt init function?
eg tntskinpad.png & tntskinpad.txt generated from the gideros texturepacker.
Coder, video game industry veteran (since the '80s, ❤'s assembler), arrested - never convicted hacker (in the '90s), dad of five, he/him (if that even matters!). https://deluxepixel.com
Coder, video game industry veteran (since the '80s, ❤'s assembler), arrested - never convicted hacker (in the '90s), dad of five, he/him (if that even matters!). https://deluxepixel.com
I don't want to be a burden but I have the same error: LuaPlugins_\tntvirtualpad.lua:532: attempt to call method 'getTextureRegion' (a nil value)
Let me tell you what I did: 1- used texturepacker from gideros to create the texturepack, the TNTVirtualPad256.txt (I tried both power of 2 and non power of 2 pngs):
I don't think I messed up the process but what bothers me is that there is no extension in the example but that doesn't work for me. I tried "gfx/UI/TNTVirtualPad256.png", "gfx/UI/TNTVirtualPad256.txt" and "gfx/UI/TNTVirtualPad256" to no avail.
Coder, video game industry veteran (since the '80s, ❤'s assembler), arrested - never convicted hacker (in the '90s), dad of five, he/him (if that even matters!). https://deluxepixel.com
Coder, video game industry veteran (since the '80s, ❤'s assembler), arrested - never convicted hacker (in the '90s), dad of five, he/him (if that even matters!). https://deluxepixel.com
no worries sinistersoft, I am glad you could help regarding this issue.
@hgy29 has already added the plugin into the next gideros release, people will be amazed.
Now, I need to work a little bit more on gideros and this plugin then God willing I will make some yt tutorials + help with the wiki... I need to be good at it, I don't want to disappoint you guys.
Comments
https://deluxepixel.com
I had a look at the page curl sample too and it still works like a charm in gideros 2019.2.1, that's great!
Likes: SinisterSoft
https://www.dropbox.com/s/a4h0zl449mabnnz/virtualpad.zip?dl=0
Basically put the virtualpad folder within the zip to the place that opens when you click the 'User plugins' button in the gideros plugins section.
then in your code do
require "tntvirtualpad"
Then follow the normal tnt virtual pad docs. It's v1.41 with a more accurate pi than in the original v1.41
I'll add the docs to the wiki as soon as I can.
Likes: MoKaLux
https://deluxepixel.com
https://deluxepixel.com
When I looked at the tntvirtualpad lua file I understand that it needs a texture region?
So what I tried in main.lua:
But I have this error: "(TextureBase expected, got string)" at the line "mypacktextureregion = TextureRegion.new("gfx/tilesheets/tp01.png", 0, 0, 50, 50)"
Can somebody tell me what I have to pass in the tnt init function?
Thank you for your help.
What is this thing: "tntskinpad"?, I don't get it =(
https://www.dropbox.com/s/u4sedv1eplgu1ym/tntpadgfx.zip?dl=0
eg tntskinpad.png & tntskinpad.txt generated from the gideros texturepacker.
https://deluxepixel.com
https://www.dropbox.com/s/t4kuc31hgo23ztp/tntpad.pdf?dl=0
https://deluxepixel.com
Likes: SinisterSoft
Let me tell you what I did:
1- used texturepacker from gideros to create the texturepack, the TNTVirtualPad256.txt (I tried both power of 2 and non power of 2 pngs):
2- so I have those 2 files: TNTVirtualPad256.txt with TNTVirtualPad256.png.
3- then the init code (after require "tntvirtualpad"):
I don't think I messed up the process but what bothers me is that there is no extension in the example but that doesn't work for me. I tried "gfx/UI/TNTVirtualPad256.png", "gfx/UI/TNTVirtualPad256.txt" and "gfx/UI/TNTVirtualPad256" to no avail.
So why isn't there an extension .png or .txt?
do this:
Likes: MoKaLux
https://deluxepixel.com
Your my hero of the day (night?), thank you very much sinistersoft.
Likes: SinisterSoft
Likes: MoKaLux
https://deluxepixel.com
@hgy29 has already added the plugin into the next gideros release, people will be amazed.
Now, I need to work a little bit more on gideros and this plugin then God willing I will make some yt tutorials + help with the wiki... I need to be good at it, I don't want to disappoint you guys.
Have fun!
Likes: antix, keszegh, SinisterSoft, Apollo14