Handmade Hero»Forums»Code
Alessio
3 posts
No assets found
Edited by Alessio on Reason: Initial post
Hi,

I was unable to start win32_handmade.exe 'till a guy on IRC channel point me to the right direction:
The data folder was empty and I've filled it with stuff from v2_hhas folder inside legacy art package.
It is the right thing to do ?
I believe that game on first run should pack all the art assets.
I'm missing something ?

Thank you,

Alessio
Alessio
3 posts
No assets found
Edited by Alessio on Reason: help
Solved.
The solution was to enable HANDMADE_INTERNAL inside built.bat
What are minimum requirements for game to run ?
I get a mostly black window with very low framerate.
I admit that I've an old gfx card: GeForce 9500 GT
I need a new card or this can be fixed ?

Simon Anciaux
1341 posts
No assets found
If you're using the latest code, I think the bottleneck is the CPU. Even on Casey's machine it doesn't run at 60fps. If you don't care about the lighting, I think there is a way to disable it by setting a macro to 1 but I don't remember which one or if it's still there.
Alessio
3 posts
No assets found
Hi,

I've disable lighting by modifying code on win32_renderer_test.cpp file at row 376:

Frame->Settings.LightingDisabled = true;

but no succes.

I'll wait 'till code will be more optimized.