Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit)

hello thanks for making this ! it's wonderfuill !

i found a little UV problem with crossroads not a big problem :)


anyway, i seriously hope you give us the key to change or add somes props :) like the model of the car, some new textures, in fact, i hope wa can mod your game engine :) i'm here for that :)

best regards

when we return to the editor, can you put a button to look at the car ? maybe this button exist but i can' find it :)

It is possible to click in full 2D map and teleport but there is no button to get you directly to the car. Plan is to have several vehicles and player being able to walk and enter them so I will probably rather reset camera back to player's original position after this is implemented.

(+1)

Hi, thanks for reporting the crosswalk bug! I will look at it but it is most likely caused by too sharp angle between road segments and it would be too complicated to fix (but I will definitely put it to my backlog). 

You can already add your own models as part of the distribution is LodCreator tool which imports OBJ models and converts them to engine native OFR format. You can also create "textures" directory alongside the OFR model and you will be able to load textures there in both LodCreator and engine. Unfortunately shader selection is currently very limited but I plan to add PBR materials in future.

thanks :) i will take a look for sure :)

"TADA !" i finnaly get one potato ingame :D

and one planks but stuck on it :D

we need some tools to easy rotate and move objects like gismo and arrow like in blender.

i'm not fan of CTRL+ click to rotate objects :) and we can't rotate on Y and Z ?

(+1)

Nice! :-). Main goal for next release is to make vehicle fully configurable, also it will be possible to have several vehicles at once.

Unfortunately I currently store orientation in map file only as an angle and not full matrix so it would be a lot of work to allow full rotation in all axis.

(1 edit)

oh, so maybe you have put this thing on your todo list ?

another question ; do how to change positions of the wheels ? i only see one wheel on the file with the car :(

(+1)

It is currently hardcoded in the engine but it is the main goal for next release to have vehicle fully configurable in a config file.