05-24-2024, 10:06 AM
(05-24-2024, 08:12 AM)johnno56 Wrote: I re-downloaded the ngui.n7, placed in the n7/lib directory (and just to make sure), placed it in the ea_editors directory but still displayed the same error... it's a puzzler to me as well...
I just spotted your request to run the pre-compiled exe file... the ea_editor executed... the sample map loads (textures loaded as well)
Time to 'tinker'... I have read through the tutorial PDF and I am about to try my hand at creating my very first room... Interesting tile set you have going there... No offense intended... Do you have any objections for me to change/alter them? First quick question... Is there a limit to the size of the room?
The ngui thing is extremely weird
I gave Image Creator from Microsoft Designer one shot and used the graphics that it generated.
There's no size limit for a sector. But I imagine things could get slow with multiple large visible sectors with tons of objects (sprites and meshes). I'm struggling a lot with the speed of the logic (more than the rendering), doing collision tests is quite expensive and time consuming :/ Been close to giving up multiple times.
You can call EA_SetDebugOutput(true) before EA_Run to see the number of frames per second (and some other weird numbers).
Back to work