Search found 14 matches

by Kirben
Wed Mar 23, 2011 10:41 pm
Forum: Exult Discussion
Topic: ANNOUNCEMENT: new tool for map making for Exult Studio
Replies: 72
Views: 24953

Re: ANNOUNCEMENT: new tool for map making for Exult Studio

The tools package for Windows has been updated, to resolve that error.

mockup and smooth use the command line for output now, which should make their use easier too.
by Kirben
Tue May 05, 2009 12:12 am
Forum: Exult Discussion
Topic: Exult Studio Crashes
Replies: 13
Views: 725

Re: Exult Studio Crashes

No, installing the required GTK+ libraries as part of Exult Studio target would not be a good idea. Since the GTK+ libraries could be at a different location, or a different version of the GTK+ libraries could be used. The only reasons to compile Exult Studio for Windows, would be to alter source co...
by Kirben
Sat Jun 26, 2004 4:38 pm
Forum: Exult Discussion
Topic: 1.2 and snapshots
Replies: 5
Views: 405

Re: 1.2 and snapshots

I always stop the Exult snapshots shortly before a release, to prevent multiple versions with a final version number. The Exult snapshots resume as soon as version number is increased and first CVS change is made after a final release.
by Kirben
Fri Jun 18, 2004 8:03 pm
Forum: Exult Discussion
Topic: Mockup?
Replies: 2
Views: 239

Re: Mockup?

Mockup is included in Exult Win32 Tools snapshot at http://exult.info/download.php
by Kirben
Wed May 07, 2003 5:15 pm
Forum: Exult Discussion
Topic: exe files NOT infected with trojans !!!
Replies: 20
Views: 1090

Re: exe files infected with trojans

Some poor anti-virus software still continue to falsly detect any self extracting files created with SFX Maker as been a trojan. Just ignore the warning, the warning is only given for self extracting file itself and not the files inside. I use Vet anti-virus myself, which is updated almost daily and...
by Kirben
Fri Feb 21, 2003 2:56 pm
Forum: Exult Discussion
Topic: bug in 1.1.0cvs
Replies: 12
Views: 833

Re: bug in 1.1.0cvs

There is no OpenGL support in the Windows 1.1.0cvs snapshots, so the OpenGL option has no function. The OpenGL option showing up in non-OpenGL builds is just a bug.
by Kirben
Fri Jan 31, 2003 3:39 pm
Forum: Exult Discussion
Topic: Odd Video Problem
Replies: 9
Views: 536

Re: Odd Video Problem

Make sure you aren't using the Nvidia 40.x reference drivers, as they have issues with all SDL based programs. Use either a later or earlier version of the Nvidia reference drivers.
by Kirben
Mon Jun 24, 2002 4:56 pm
Forum: Exult Discussion
Topic: Daily snapshots
Replies: 3
Views: 364

Re: Daily snapshots

The exact problem was the speed between my ISP (Optus@Home Cable) and SourceForge was so slow (Took over an hour for last small file under 1MB I managed to upload) it was just about impossible (Due to constant timeouts) to upload anything at the time. I had a similar problem once before but I doubt ...
by Kirben
Mon Jun 17, 2002 2:36 pm
Forum: Exult Discussion
Topic: Can't get digital sound to work
Replies: 10
Views: 776

Re: Can't get digital sound to work

OK, this is confirmed as a problem with the current Exult 1.1.0cvs snapshot due to using a static SDL_Mixer library. The next snapshot will resolve the issue but won't be released until later today.
by Kirben
Wed Feb 20, 2002 3:49 am
Forum: Exult Discussion
Topic: Pentagram for Ultima 8?
Replies: 16
Views: 1116

Re: Pentagram for Ultima 8?

mingw is needed for windows, cygwin is only used as a shell. Or you could try http://exult.info/snapshots/Pentagram.exe
by Kirben
Sat Feb 09, 2002 7:00 am
Forum: Exult Discussion
Topic: Compiling probs:
Replies: 5
Views: 627

Re: Compiling probs:

It is best to use the current mingw version (1.1) at http://sourceforge.net/project/showfile ... e_id=53765
by Kirben
Fri Feb 08, 2002 7:20 pm
Forum: Exult Discussion
Topic: Compiling probs:
Replies: 5
Views: 627

Re: Compiling probs:

Sounds like you are using a very old copy of Exult CVS, open Makefile.win32 with a text editor:
Change -DVERSION=\\\\"0.97cvs\\\\"
to -DVERSION=\"0.97cvs\"
Change -DEXULT_DATADIR=\\\\"data\\\\"
to -DEXULT_DATADIR=\"data\"
Save file and compile again.
by Kirben
Wed Feb 06, 2002 7:48 pm
Forum: Exult Discussion
Topic: runtime debug option
Replies: 10
Views: 790

Re: runtime debug option

Yes, all the Exult snapshots for Windows are compiled with the DEBUG option enabled.
by Kirben
Wed Feb 06, 2002 7:47 pm
Forum: Exult Discussion
Topic: Dumb compilation questions here (maybe)
Replies: 26
Views: 2052

Re: So very close!

The linker is unable to find the SDL library (libSDL.a), sounds like you have not set the SDL_LIBS path correctly in makefile.
BTW in case you didn't know there is a walk through to compile Exult on Windows in the README.win32 file.