Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Topic started by: dkharrat on January 10, 2003, 10:41:15 pm

Title: fs2_open v3.4 DEMO released (beta debug)
Post by: dkharrat on January 10, 2003, 10:41:15 pm
I would like to inform everyone that the demo right now is up and running perfectly well. The demo compiles using a recent fs2_open v3.4 and works using the demo data. This is excellent news for people who don't have the FULL game. Now it is possible to work on the demo instead. Currently, I released a debug version for testing. After everything is finalized, I will commit the code changes to CVS and make a Release build. I'm trying to fix some minor bugs, but until then, lets see how this build works (just a note, the demo was built using VC++.NET)

You can grab the exe from the following link:

http://fs2source.warpcore.org/exes/fs2_open3.4_demo_dbg.zip

Just a reminder that the warp.pof file should be copied to the 'models' folder. The path is:

........\FreeSpace2Demo\Data\models\warp.pof

if the directory 'Data' and/or 'models' don't exist, then make them, and copy the warp.pof (included in the zip) to that directoy.

Here is a screenshot of the game at Training:

(http://fs2source.warpcore.org/exes/pics/screen00demo.jpg)
Title: fs2_open v3.4 DEMO released (beta debug)
Post by: Inquisitor on January 10, 2003, 10:47:04 pm
Couple things:

Does OpenGL work?

Does it still use the demo build flag, or does it use the same exe that runs the full game?

and

I need to get you website news access :)

Great work!
Title: fs2_open v3.4 DEMO released (beta debug)
Post by: dkharrat on January 10, 2003, 10:50:12 pm
I believe the build is using opengl since USE_OPENGL was used in the preprocessor definitions. And of course, FS2_DEMO was also used to make the demo build.
Title: fs2_open v3.4 DEMO released (beta debug)
Post by: Goober5000 on January 11, 2003, 12:42:43 am
I think after we merge everything together and nail that elusive bitmap Assert bug/non-bug, we should release an official 3.41 or something. :)
Title: fs2_open v3.4 DEMO released (beta debug)
Post by: Bobboau on January 11, 2003, 01:07:06 am
that is a glowmap problem I have, sort of, resolved
Title: fs2_open v3.4 DEMO released (beta debug)
Post by: Inquisitor on January 11, 2003, 09:22:20 am
Yeah, 3.41 very soon.
Title: fs2_open v3.4 DEMO released (beta debug)
Post by: Solatar on January 12, 2003, 12:31:55 pm
We're making so many new changes, why not release 3.5 instead of 3.41?
Title: fs2_open v3.4 DEMO released (beta debug)
Post by: Inquisitor on January 12, 2003, 02:15:46 pm
Becuse I don;t want to run out of numbers :)
Title: fs2_open v3.4 DEMO released (beta debug)
Post by: Solatar on January 12, 2003, 02:47:33 pm
Good idea:lol:
Title: fs2_open v3.4 DEMO released (beta debug)
Post by: Inquisitor on January 12, 2003, 04:15:35 pm
d, catch me on MSN, we'll try merging with the fixes goober did (basically, make a copy of the source directory, and try to update and compile, see if bug be gone).

If it works, committing is really easy in winCVS :)
Title: fs2_open v3.4 DEMO released (beta debug)
Post by: HotSnoJ on January 12, 2003, 05:54:04 pm
Oh can I play FS_DEMO on my machine?

p2 266MHz, 64MB SDRAM, and a 4MB grafics card (don't know the brand 'cuz it came with the comp).
Title: fs2_open v3.4 DEMO released (beta debug)
Post by: Inquisitor on January 12, 2003, 06:04:20 pm
probably, try it and let us know :)
Title: fs2_open v3.4 DEMO released (beta debug)
Post by: Goober5000 on January 12, 2003, 07:55:23 pm
I've still got to look at fixing the AAAf mass problem and redoing all my SIF flag sexps (big oops there :o)... are we shooting for any specific date?
Title: fs2_open v3.4 DEMO released (beta debug)
Post by: Inquisitor on January 12, 2003, 09:45:54 pm
Soonish.
Title: fs2_open v3.4 DEMO released (beta debug)
Post by: Darkmage on January 12, 2003, 10:30:18 pm
can it be compilled for linux?
Title: fs2_open v3.4 DEMO released (beta debug)
Post by: RandomTiger on January 13, 2003, 02:59:07 am
What did you do to sort out those asserts on debug compile?
Title: fs2_open v3.4 DEMO released (beta debug)
Post by: dkharrat on January 15, 2003, 01:55:03 pm
Here are the files that changed:

freespace.cpp
hudconfig.cpp
hudgauges.cpp
mainhallmenu.cpp
medals.cpp
missionweaponchoice.cpp
sexp.cpp
weapons.cpp

I will commit the changes today probably, so you will be able to take a look at them.
Title: fs2_open v3.4 DEMO released (beta debug)
Post by: Goober5000 on January 15, 2003, 02:48:06 pm
Make sure to update first. :)

Quote
Originally posted by RandomTiger
What did you do to sort out those asserts on debug compile?


What asserts?
Title: fs2_open v3.4 DEMO released (beta debug)
Post by: Inquisitor on January 15, 2003, 03:38:13 pm
After some CVS wierdness, and some cheating on my part, the demo changes are committed!!!

Everyone bow to dkharrat! Great job!

And yes, the asserts went away, Goober killed that bug not long after we found it.
Title: fs2_open v3.4 DEMO released (beta debug)
Post by: Goober5000 on January 15, 2003, 03:55:30 pm
If you mean the thing with the bitmap assert - AFAIK I did nothing; it just went away by itself! :nervous:

Nice work dkharrat! :)
Title: fs2_open v3.4 DEMO released (beta debug)
Post by: Inquisitor on January 16, 2003, 01:03:06 pm
We rolled back a file, you cleaned up some other code ;)
Title: fs2_open v3.4 DEMO released (beta debug)
Post by: Rampage on February 11, 2003, 05:39:40 pm
Wait...  With the full version of FS2 available for download, why do we need modifications to the demo?
Title: fs2_open v3.4 DEMO released (beta debug)
Post by: Inquisitor on February 12, 2003, 10:35:02 am
Because when we did this, the full version was not freely available.

And, the way Underdogs works, it might get yanked at any time.
Title: fs2_open v3.4 DEMO released (beta debug)
Post by: Stealth on February 12, 2003, 10:52:51 am
just a reminder to anyone that would like this on the "Files" section of the FSSCP website, please PM me and direct me to the thread and/or file you want me to link
Title: fs2_open v3.4 DEMO released (beta debug)
Post by: Inquisitor on February 12, 2003, 11:03:32 am
for now, a link to the underdogs site is probably all we can do, they frequently have special arrangements with the publsher to distribute abandonware (provided they get a response from them).
Title: fs2_open v3.4 DEMO released (beta debug)
Post by: Stealth on February 12, 2003, 11:49:32 am
!?  The file's hosted on warpcore, isn't it?

so all i have to do is add the link to the Files section!
Title: fs2_open v3.4 DEMO released (beta debug)
Post by: Inquisitor on February 12, 2003, 01:17:59 pm
Oh, you mean the demo.

Just link to the warpcore version.
Title: fs2_open v3.4 DEMO released (beta debug)
Post by: dkharrat on February 13, 2003, 09:59:10 pm
Which website are you talking about in which you said that you can download the full game or are you talking about warez?
Title: fs2_open v3.4 DEMO released (beta debug)
Post by: Inquisitor on February 14, 2003, 09:19:26 am
Underdogs seems to have released the full version. They do abandonware, and often seek (and obtain) permission to redistribute.  Sometimes they don;t get permission, but that is usually because the company that they need it from does not exist anymore.

Underdogs can be found at:
http://www.the-underdogs.org/game.php?id=4150

My thoughts can be found here:
http://forums.shatteredstar.com/user-cgi/ubb/ultimatebb.cgi?ubb=get_topic;f=1;t=003079
Title: fs2_open v3.4 DEMO released (beta debug)
Post by: Inquisitor on March 31, 2003, 01:04:37 pm
Gonna de-sticky this, and once I sort out the last week, compile a new one...