Archive 17/01/2023.

Can an Urho3D game written in AngelScript can be complied?

Thysta

Can an Urho3D game written in AngelScript can be complied into an EXE or only if I use C++? I mean, do I have to use a .BAT and Urho3DPlayer.Exe and have my source code open or there is a way to do it?

Or, can a whole game be written in an AngelScript and just have the CPP load it?

Thank you!

Pencheff

You can modify the Urho3DPlayer.exe source code to load an AngelScript file of your choice, without having to call a .bat file.

evolgames

I dont believe you understood what he was asking. I’m also curious on this but I’m not sure.

Eugene

You can do it in the same way as for any other resource.
There are 3rdparty tools to compile binary resources as part of exe. Urho is not integrated with such tools, but nothing stops you from doing so.

So, you can alter Urho in a way that let you “compile” AS. You cannot do it with Urho as is.

Modanung

Yes.

Also, welcome! :confetti_ball:

Also also, the developer category is for engine development. Please ask your questions in support.

Thysta

Thank you for everyone for the answers it helped at least in that I don’t miss something completely. Sorry for using the wrong forum I just saw “Developers” and thought it is the place sorry guys.

Modanung

No worries, you’re not the first to be confused. You can still move a thread after posting, btw.