Myth Experts Problem

Talk about anything here.
User avatar
BIG KROK V8 SS
Posts: 393
Joined: Fri Jan 07, 2011 1:40 am

Re: Myth Experts Problem

Post by BIG KROK V8 SS »

This?

Loading saved game "Myth Experts (Impossible)" ...
Running OpenGL at 1280 x 800 (VSync ON)
Starting mesh "The Ibis Crown" with 1 plugin...
Myth 2 _ Experts
Using 1.7.2 gameplay...
OpenGL: initialized with ErasePreviousFrame=0, Use32BitTextures=1, UseAppleClientStorage=1, UseDepthTest=1, UseShaders=0, UpdateCMapChunked=1
2011-03-25 00:11:21 OUT OF SYNC
OOS occurred at line 1148 in .\Myth2Code\monster_commands.c - game time: 15511
Quitting replay...
Closing Myth.
dac
Posts: 125
Joined: Thu Apr 16, 2009 12:39 am

Re: Myth Experts Problem

Post by dac »

ewwwww myth is written in C
User avatar
Melekor
Site Admin
Posts: 2449
Joined: Sat May 01, 2004 12:10 am
Contact:

Re: Myth Experts Problem

Post by Melekor »

KROK do you have things in your local folder besides formations? That can cause OOS.

If it's not that, please send in your savegame for analysis. Zip the file and upload it as an attachment to your post.
vinylrake
Posts: 3591
Joined: Wed Apr 07, 2004 12:52 pm
Location: here
Contact:

Re: Myth Experts Problem

Post by vinylrake »

what did you expect a circa 1998 cross-platform computer game to be written in dac?
GodzFire
Posts: 1774
Joined: Wed Nov 02, 2005 8:37 pm

Re: Myth Experts Problem

Post by GodzFire »

dac wrote:ewwwww myth is written in C
C++ to be specific
User avatar
BIG KROK V8 SS
Posts: 393
Joined: Fri Jan 07, 2011 1:40 am

Re: Myth Experts Problem

Post by BIG KROK V8 SS »

I have observer constants folder (camera speeds), and some folder named "preloaded data" that has a bunch of files in it that i have no idea what they are.
User avatar
BIG KROK V8 SS
Posts: 393
Joined: Fri Jan 07, 2011 1:40 am

Re: Myth Experts Problem

Post by BIG KROK V8 SS »

uploaded
Attachments
Myth Experts (Impossible).zip
Heres the saved game
(13.14 KiB) Downloaded 108 times
User avatar
Melekor
Site Admin
Posts: 2449
Joined: Sat May 01, 2004 12:10 am
Contact:

Re: Myth Experts Problem

Post by Melekor »

GodzFire wrote:
dac wrote:ewwwww myth is written in C
C++ to be specific
No, it really is written in plain C. (Which is a great language, by the way.)
Myrd
Site Admin
Posts: 4029
Joined: Fri Mar 19, 2004 10:17 pm

Re: Myth Experts Problem

Post by Myrd »

How did you manage to beat those 40 archers with 3 jmen? The saved game seems to think you didn't - hence when loading it, it replays it to that point and ends prematurely...
dac
Posts: 125
Joined: Thu Apr 16, 2009 12:39 am

Re: Myth Experts Problem

Post by dac »

Melekor wrote:
GodzFire wrote:
dac wrote:ewwwww myth is written in C
C++ to be specific
No, it really is written in plain C. (Which is a great language, by the way.)

@vr: c++

@mel: i use it all day, its not that its terrible, it's just messy compared to more modern stuff. what compiler are you guys using? gcc? for work I actually have to install xp mode to use visual c++ 6.0 since it is no longer supported under windows.

lame.
Myrd
Site Admin
Posts: 4029
Joined: Fri Mar 19, 2004 10:17 pm

Re: Myth Experts Problem

Post by Myrd »

We use different compilers. On the Mac, the Universal build is done using GCC 4.0 - need to use such an old version to support Mac OS X 10.4. For the Mac PPC build (which also runs on Mac OS 9), we use CodeWarrior 9. On the Windows side, we currently use Visual Studio 2003 for the release builds.
dac
Posts: 125
Joined: Thu Apr 16, 2009 12:39 am

Re: Myth Experts Problem

Post by dac »

well at least its a .net build.

i fight with intellisense breaking if there's a line above it in the code that wont compile. stupid little things break and you lose your entire toolbox, drives me nuts, but i know thats a problem with the SDK. either way its a dated language.
GodzFire
Posts: 1774
Joined: Wed Nov 02, 2005 8:37 pm

Re: Myth Experts Problem

Post by GodzFire »

We are using Visual Studio 2010 at college. Can't imagine going back to 2003......ugg
User avatar
BIG KROK V8 SS
Posts: 393
Joined: Fri Jan 07, 2011 1:40 am

Re: Myth Experts Problem

Post by BIG KROK V8 SS »

mad skills btw. once you beat the 40 archers, you go to the giant room, and its just impossible to get anywhere near the crown. also, in the redo that i'm working on now, a wave of myrks comes from behind the arcs, and they swarm the jmen. so its literally not beatable or something, unless there is something more to it... but you can only use the 3 jmen when you teleport, because everything else turns into a ghost and tries to kill you.
User avatar
Melekor
Site Admin
Posts: 2449
Joined: Sat May 01, 2004 12:10 am
Contact:

Re: Myth Experts Problem

Post by Melekor »

Windows dev is mostly done with VS2010, 2003 is only used to produce the shipping builds. That's because the 2003 compiler produces win9x compatible binaries, and the newer ones don't.
Post Reply