New Nova wrote: ↑November 7th, 2018, 9:31 am
Orion_ I learn some tips (for converting TIM etc) and your tutorial is cool, but this is not what I mean. Your tutorial is not explaining how to make a FULL game, with a step by step example.
It's not that your site is bad, it's just that your site is not actually what I search (but VERY useful, thanks for the hardware tutorial which is great

)
But no, it's not this one.
Or we can actually have also a discord server, for everything faster.
But this is not the case
in fact, you want someone to make your game for you ...
Nobody will take you by the hand and explain everything to you, making a game takes a lot of time, learning by yourself, failing, trying again, years of practice, you won't make an RPG in one month with just a tutorial, that doesn't exist.
there is no magic, fs you want to make a game for retro console, you will have to work really hard, it's not like using game maker or unity on a PC ...
it took me years to figure out how TIM image works, how the ps1 VRAM works, etc... it was very confusing at first, and if you don't have a strong knowledge of how the ps1 works, you will never be able to make a real complex game. you have to start with the basics, try to make a PONG at first, you only need to draw rectangles, it's not very appealing I know, but it is necessary to start with a simple project and grow slowly.
NITROYUASH wrote: ↑November 7th, 2018, 11:12 am
I want only one thing: full working PS1 3D engine with source. It's enough for me
I made more than 10 games, I'm programming since 20 years and yet I still can't figure out how to make a 3D game on the PS1
I searched for this 3D PS1 engine with source since decades, and never found one.
And trying to make a game from a complex existing one (like turok) it's just impossible, because if you have no knowledge of how the engine works, you won't figure out how to do something with it.
the best I could find is
https://github.com/Kannagi/LMP3D
but it's not a full game engine, it's an early 3D engine, so there is lots of work to do.