Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

i have a messy test project where walls work but still not the other things.

(+1)

Just downloaded, fantastic resource, thank you!

I was able to correct the walls. Long story short, the pointer values for things like My_texture_front were actually negative, so the "if My_texture_front > 0" would be false whether or not the texture was there.

Change:
- OBJ_3D_Box_Only_Sides: Draw lines from "if My_Texture_xxx >0" to "if My_Texture_xxx != 0"
- OBJ_3D_Box_Only_Sides: Create lines 42, 105, 167, and 229 the same way
- OBJ_3D_Box_Only_Sides: Room End lines the same way

(1 edit)

Heya, awesome to hear and appreciate the effort.

I might try get this going over the weekend and see how I go. Really cool and if seems to work all good, might be able to use as a template for a game I've been doing in GM1.4. fingers crossed!

Cheers.

(+1)

Thanks for the help here when iam lazy ;)

I hope to be able sometime soon to do some coding again .......

I do really apretiate that you help others ;)

Cheers p8b.