Search found 5 matches
- December 28th, 2018, 5:07 am
- Forum: General Chat & Messaging
- Topic: Hi! New Here, Trying to Make a 3D Game
- Replies: 6
- Views: 10819
Re: Hi! New Here, Trying to Make a 3D Game
Follow up from this, I got a basic movement system working and stuff, one thing I don't know is how to set up hitboxes on objects. I could make a workaround if need be since my game is pretty simple, but it would be nice if there were some example out there with working hitboxes.
- November 28th, 2018, 5:24 am
- Forum: General Chat & Messaging
- Topic: Hi! New Here, Trying to Make a 3D Game
- Replies: 6
- Views: 10819
Re: Hi! New Here, Trying to Make a 3D Game
Ooooh, thanks Nitroyuash, you're a star! I was worried I'd have to give up and just make my game in Unity and make it /look/ like a PS1 game or something lol. I'll have a go at dissecting these and seeing where I can get with it. Thank you so much!
- November 28th, 2018, 2:28 am
- Forum: General Chat & Messaging
- Topic: Hi! New Here, Trying to Make a 3D Game
- Replies: 6
- Views: 10819
Re: Hi! New Here, Trying to Make a 3D Game
I've had a go at picking it apart but I really don't know where to begin tbh.
- November 28th, 2018, 1:41 am
- Forum: General Chat & Messaging
- Topic: Hi! New Here, Trying to Make a 3D Game
- Replies: 6
- Views: 10819
Re: Hi! New Here, Trying to Make a 3D Game
Well, I searched through the forums and I found someone who's made something of a 3D engine here https://github.com/Kannagi/LMP3D It's just a 3D model T-posing in a void, but I'm gonna try picking it apart later and see what I can do. My idea's so simple I'd pretty much just need a model, a movement...
- November 27th, 2018, 10:31 pm
- Forum: General Chat & Messaging
- Topic: Hi! New Here, Trying to Make a 3D Game
- Replies: 6
- Views: 10819
Hi! New Here, Trying to Make a 3D Game
Hey! So, I followed the tutorial, got the standard "Hello World" stuff working in a PS1 emulator but searching through some of the forum entries and the downloadable files it looks like I'd have to go the whole hog and make my own game engine to actually make a homebrew game? I have some c...