Little Fighter Empire - Forums
Newbie question about Hex.... - Printable Version

+- Little Fighter Empire - Forums (https://lf-empire.de/forum)
+-- Forum: Little Fighter 2 Zone (https://lf-empire.de/forum/forumdisplay.php?fid=7)
+--- Forum: [2.0] Exe Editing (https://lf-empire.de/forum/forumdisplay.php?fid=43)
+--- Thread: Newbie question about Hex.... (/showthread.php?tid=9227)



Newbie question about Hex.... - xShui - 05-27-2014

Is it hard to get into Hex and make something like a platform system or make dialogues for stages etc for LF2?

How much days would it take to make a platform system in Hex as full beginer?


RE: Newbie question about Hex.... - Som1Lse - 05-28-2014

(05-27-2014, 10:47 PM)xShui Wrote:  Is it hard to get into Hex and make something like a platform system or make dialogues for stages etc for LF2?

How much days would it take to make a platform system in Hex as full beginer?
Unsatisfying answer, but it depends.

If you've had little to no programming experience then getting into hex is going to be incredibly hard. I tried once but I only really got a decent grasp of the concepts, once I had a good idea of how computer programming works. Also understanding how a computer handles memory is a big help too.

So if you don't know much about programming that would be a good place to start; I'd recommend these tutorials to start out with:
https://www.youtube.com/watch?v=tvC1WCdV1XU&list=PLAE85DE8440AA6B83&index=2 (this is where I started)
http://www.cplusplus.com/doc/tutorial/ (text tutorials)


RE: Newbie question about Hex.... - xShui - 05-28-2014

I can html, css, some c++, and lf2 datachange lol.
I made practical courses as webdesigner for a half year.

idk if that will be any kind of help. I know nothing about Hex.


RE: Newbie question about Hex.... - Som1Lse - 05-28-2014

(05-28-2014, 04:04 PM)xShui Wrote:  I can html, css, some c++, and lf2 datachange lol.
I made practical courses as webdesigner for a half year.

idk if that will be any kind of help. I know nothing about Hex.
You can try downloading the source for the AI DLL, and see if you can understand it. If you have any questions you can ask my in the thread and I'll try to answer them.

The time where I began being able to understand the basics was when I implemented AngelScript into the source code, so I reckon it is a good place to start.
Also learning at least the basics of assembly is going to be necessary. I don't have any good tutorials to recommend though, but maybe Google can help there.