• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Ep 11 Source Code

Newbie Spellweaver
Joined
Feb 19, 2010
Messages
35
Reaction score
4
What you guys use to compile? Visual Studio of what???

Visual Studio 2003



I try, thank you
 
Newbie Spellweaver
Joined
Jul 10, 2013
Messages
17
Reaction score
7
What compiler are you guys using for this? VS .NET 2003? Thank you!
 
Newbie Spellweaver
Joined
Aug 6, 2015
Messages
54
Reaction score
0
can anyone share the release_a or _bin of this post and also RanCrypt pls.
 
Skilled Illusionist
Joined
Jun 19, 2017
Messages
308
Reaction score
21


how to fix this after i save the .LEV
 

Attachments

You must be registered for see attachments list
Skilled Illusionist
Joined
Jun 19, 2017
Messages
308
Reaction score
21
Because it's new version lev file who grep it from RanGS. You need to convert it using Hex or edit your source file to support latest version.


Sent from iPhone via Tapatalk send

any idea to how to convert? using source?
 
Junior Spellweaver
Joined
Apr 26, 2017
Messages
184
Reaction score
10
Because it's new version lev file who grep it from RanGS. You need to convert it using Hex or edit your source file to support latest version.


Sent from iPhone via Tapatalk send





Sent from iPhone via Tapatalk send
 
Junior Spellweaver
Joined
Apr 26, 2017
Messages
184
Reaction score
10
can you help me create a leveditor?

I am so busy recently....
No time to do it.
But you can try to add the case first, translate the hex code to decimal code. You will find out the logic or answer...

For example in the snapshot
Hex code 0x0112 = decimal code 274

The official .Lev file may be in range 275-276

So you need to define the new case and class

case 0x0113: Load_0113( SFile ); break; it means to Load the
Bool GLMobSchedule::Load_0113( basestream &File) {}

Thus, you need to define the new case and new bool and do some defining in header file

That's all, hopes you can understand it...

After that you can compile a compatible one LevelEditor


Sent from iPhone via Tapatalk send
 
Skilled Illusionist
Joined
Jun 19, 2017
Messages
308
Reaction score
21

ok i will try it sir thanks