SomeT
Member
|
Two questions
What is the best esenthel tutorial on youtube or / and included to start with if I already have some knowledge of c++ and making games, eg a tutorial on how to make a full game in this engine?
When you compile the game to exe and release it to public, does the public user need anything extra on there machine, say for example they run windows 10, do I just send them the exe file of the game and it will run?
|
|
11-10-2017 03:26 PM |
|
Otolone
Member
|
RE: Two questions
I am new here but I think you just have to send the exe file.Please check the documentation.
|
|
11-10-2017 04:39 PM |
|
SomeT
Member
|
RE: Two questions
I can see that is in the documentation, now I just await an answer to my other question. Many thanks. If you are new as well and want to learn together, do you have discord?
|
|
11-10-2017 09:30 PM |
|
Esenthel
Administrator
|
RE: Two questions
Hi,
The basic tutorials are included in the engine/editor download.
The more advanced tutorials you can get from here:
http://www.esenthel.com/?id=store&cat=1
You don't need to have any programs installed in the OS to run EE based apps.
You can just distribute the folder that Esenthel Editor generates, just click "Build\Publish" in the Editor, and that's all you need.
Editor can be also configured to package entire game data in just 1 EXE file, so no other files needed at all.
|
|
11-10-2017 10:51 PM |
|
SomeT
Member
|
RE: Two questions
Does it tell you how to package in one exe file in the documentation anywhere?
|
|
11-11-2017 04:02 AM |
|
RedcrowProd
Member
|
RE: Two questions
just right click on your application ( in the engine, after selecting your project ),hit properties
under "Embed Engine Data" select full.
|
|
11-11-2017 04:08 AM |
|
SomeT
Member
|
RE: Two questions
Sorry still very new to this engine was actually trying to work out how to set up a folder so it’s purple as an app in my project?
|
|
11-11-2017 04:17 AM |
|
RedcrowProd
Member
|
RE: Two questions
(This post was last modified: 11-11-2017 04:30 AM by RedcrowProd.)
|
|
11-11-2017 04:20 AM |
|
Esenthel
Administrator
|
|
11-11-2017 05:22 AM |
|
SomeT
Member
|
RE: Two questions
Thanks, does the code I write auto save in this editor?
|
|
11-11-2017 03:21 PM |
|
RedcrowProd
Member
|
RE: Two questions
It will auto save when you build or you can ctrl + s to save at anytime.
A prompt cmd will pop if you exit to ask if you want to save
(This post was last modified: 11-11-2017 07:30 PM by RedcrowProd.)
|
|
11-11-2017 07:28 PM |
|
SomeT
Member
|
RE: Two questions
ok thanks.
|
|
11-11-2017 08:36 PM |
|