Jump to content
Sign in to follow this  
krzychuzokecia

[Tool] Ruprt's MDE problem

Recommended Posts

Sorry if this is wrong place for this, but I had no idea where to post it...

So, I have a really weird issue with Ruprt's Mission Development Enviroment - tool "bundled" with CSLA II. It served me greatly for a long time, but after I've updated my PC*, I'm having following problem: every time I save a file in MDE (be it .cpp, .sqs, .sqf - whatever), the last sign (letter/digit) is "eaten" - it's not there after saving. Anybody ever had such an issue? I'd really like to sort it out, because going back to Notepad doesn't sound well... :(

*New rig is 64bit, but OS is still 32. Can the problem lie here?

Share this post


Link to post
Share on other sites

Nope, problem is not about file name, but it's content.

For example, when I try to save the following (this is WW2EC demo settings file):

ECA_DEVMODE=False;
ECA_DEBUG_OUTPUT_LEVEL = 1;
SetViewDistance 1400;
ECA_METHODS_INHERITBYREF = True;
ECA_METHODS_PRELOAD = True;
ECA_FUNCTIONS_PRELOAD = True

I'm getting this:

ECA_DEVMODE=False;
ECA_DEBUG_OUTPUT_LEVEL = 1;
SetViewDistance 1400;
ECA_METHODS_INHERITBYREF = True;
ECA_METHODS_PRELOAD = True;
ECA_FUNCTIONS_PRELOAD = Tru

And because MDE changes last "True" to "Tru", no scripts are loaded. The same happens with scripts, config files, etc. - last sign dissapears after save (in most cases it renders file unusable in game - code isn't "closed").

Edited by krzychuzokecia

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×