Search found 8 matches

by Still_Harbor
Sat Jun 23, 2018 17:13
Forum: Modding Discussion
Topic: Is there a difinitive Guide to texturing a Mesh with tiles?
Replies: 0
Views: 247

Is there a difinitive Guide to texturing a Mesh with tiles?

I can make very nice obj's or at least I have been told so however I can only apply a singular texture... I am using tiles like this tiles = {"tex1.png^tex2.png", "tex3.png",}, but that fails or only accepts one. I am not using Blender per-say more like a mixture of Adobe and Mic...
by Still_Harbor
Sat Jun 23, 2018 17:07
Forum: Modding Discussion
Topic: Post your mod texture requests here
Replies: 190
Views: 113195

Moved to another forum Sorry

Posted in the wrong area
by Still_Harbor
Wed Jun 20, 2018 18:47
Forum: Modding Discussion
Topic: Simple code issue maybe a misplaced , or a missing end IDK
Replies: 8
Views: 844

Re: Simple code issue maybe a misplaced , or a missing end I

Code: Select all

     -- other table entries in register_node()
        on_punch = function(pos, node, puncher, pointed_thing)
          -- your code here
        end,
    -- other table entries
That was the winner
Beautiful :}}}}
by Still_Harbor
Wed Jun 20, 2018 18:46
Forum: Modding Discussion
Topic: Simple code issue maybe a misplaced , or a missing end IDK
Replies: 8
Views: 844

Re: Simple code issue maybe a misplaced , or a missing end I

:DDDDDDDDDD I am Sooooooooo HAPPY Thank You Thank You Thank YOU! Thank You very much entuland :DD
All is well now Plays the songs Perfectly! GENIUS! EPIC! GENIUS!
by Still_Harbor
Wed Jun 20, 2018 18:12
Forum: Modding Discussion
Topic: Simple code issue maybe a misplaced , or a missing end IDK
Replies: 8
Views: 844

Re: Simple code issue maybe a misplaced , or a missing end I

I was also thinking of using "on_punch" But IDK if I can assign Nodes to that or if it can only play one tune
Hence the get_node
by Still_Harbor
Wed Jun 20, 2018 18:09
Forum: Modding Discussion
Topic: Simple code issue maybe a misplaced , or a missing end IDK
Replies: 8
Views: 844

Re: Simple code issue maybe a misplaced , or a missing end I

Also.. plays varied piano tunes when punched with various junk in your hand ... Forgot to mention.. I know the saw is a weird item to play a Grand Piano with but I use it so much in building it seemed right at the time :}}}}
by Still_Harbor
Wed Jun 20, 2018 18:07
Forum: Modding Discussion
Topic: Simple code issue maybe a misplaced , or a missing end IDK
Replies: 8
Views: 844

Re: Simple code issue maybe a misplaced , or a missing end I

Thank You for the Reply Entuland! My Goal is to Play a sound file when the grand piano mesh I made is punched and it seems like I am on the verge of completion BUT every change I make throws an error.. One after another Maybe I should just toss this idea in the trash and go back to basic nodes x) I ...
by Still_Harbor
Wed Jun 20, 2018 02:03
Forum: Modding Discussion
Topic: Simple code issue maybe a misplaced , or a missing end IDK
Replies: 8
Views: 844

Simple code issue maybe a misplaced , or a missing end IDK

I have tried resolving on my own from prior mods I've done with sound BUT! this one is tripping me up hard. May just be the long dive into HTML and Bootstrap for the last few months.. throwing errors on line 14 15 16 25,000 etc soon as I fix one "I thought" another crys PLZ Help me :'( x))...