Jump to content

SuperSamYT
 Share

Recommended Posts

Name your thread something specific, give details, post EA's error messages.

To fix your issue, add the lines

#define BACKWARDS_COMPATIBILITY
#define OLD_AI

below your

#define DISABLE_TUTORIALS

After that, go into your EA folder, find EAstdlib.event and check to see if

#ifdef _FE7_
#ifndef _NO_FE7_DEFINITIONS_
#ifdef BACKWARDS_COMPATIBILITY
#include "EA Standard Library/FE7 Definitions_Old.txt"
#else
#include "EA Standard Library/FE7 Definitions.txt"
#endif
#endif
#endif


has the underscore between Definitions and Old. If not, add it. If so, you should be fine.

Link to comment
Share on other sites

Name your thread something specific, give details, post EA's error messages.

To fix your issue, add the lines

#define BACKWARDS_COMPATIBILITY

#define OLD_AI

below your

#define DISABLE_TUTORIALS

After that, go into your EA folder, find EAstdlib.event and check to see if

#ifdef _FE7_

#ifndef _NO_FE7_DEFINITIONS_

#ifdef BACKWARDS_COMPATIBILITY

#include "EA Standard Library/FE7 Definitions_Old.txt"

#else

#include "EA Standard Library/FE7 Definitions.txt"

#endif

#endif

#endif

has the underscore between Definitions and Old. If not, add it. If so, you should be fine.

My EAstdlib.event doesn't have the #include "EA Standard Library/FE7 Definitions_Old.txt or even without the _

Edited by SuperSamYT
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...