![]() |
#1 |
Compiler?
YAAAAAA!! The source is finally out, I nearly fell out of my chair when I read the announcement on bluesnews... but according to the messages listed in the source download, watcom 10.0b was the compiler originally used, I
have 9.5c and 11.0 (latest version from www.openwatcom.org). In my opinion at least, I think a good starting point is to get the code as it is compiling with as few changes as possible. Hopefully, 9.5c will do it, then possibly try to bring the multiplayer stuff up to tcp/ip, and maybe eventually get it run under opengl. But once the resolution and bit depth are increased, all the graphics used in the game will have to be re-done to make them look good at a higher resolution. As far as other compilers go, I would like to get it compiling under gcc, visual C and maybe intel compiler. There are also a few files that require a assembler, (tasm 3.1 as the code is at the moment) maybe get these files working under masm or gas. Thoughts? jbailey |
|
![]() |
![]() |
#2 |
Re: Compiler?
OpenWatcom seems to work for me. Here's what I did...
(From http://www.apogeegames.com/rott) Steps to compiling rott.exe: 1. Download the ROTT Source (3.85MB) 2. Download and install OpenWatcom 11.0 (48MB) 3. Set paths and environmental variables as described in the ReadMe. 4. Download DOS4GW and place in your watcom /binw directory. 5. Enter the rott directory of the source and "wmake all" - Lon Matero |
|
![]() |
![]() |
#3 |
Re: Compiler?
Hmmm. that's strange, I tried the 11.0c I've got,
and it had a lot of compile errors, but 9.5c compiled everything fine, (one exception, the game runs, but has no sound). I'm currently trying to figure that out, does your compiled version play all the music and game sounds? If so did you alter the sources in any way? jbailey p.s. I can also compile the assembly files, I happened to have a copy of tasm 3.1 on my system, but newer versions can be made to work by specifying what version to emulate (can't remember command at the moment) in the assembly file... |
|
![]() |
![]() |
#4 |
Re: Compiler?
Appears to be no sound here either. I was thinking we would have to compile the audio library too, but it looks like that's already been compiled into AUDIO_WF.LIB
Oh, and if you want to try OpenWatcom again, try installing with just DOS 32-bit support. Maybe the Windows stuff was getting in the way for you. - Lon Matero |
|
![]() |
![]() |
#5 |
Re: Compiler?
Well, I gave out incorrect information in my last post, the version emulation command goes on the command line, not the asm file, also I went ahead and ran all the asm files through my latest version
of tasm (5.2). This version will compile all the assembly files, use the information here: f_scale.asm needs the \ut310 emulation directive rand.asm needs \ut310 rt_dr_a.asm needs \ut310 rt_eng.asm does not rt_fc_a.asm does not rt_sc_a.asm needs \ut310 rt_vh_a.asm does not r_scale.asm needs \ut310 texture.asm needs \ut310 also on line 58, texture.asm needs a ':' character on the comment, or tasm reports 'extra characters on the line error' Please note that this works on my system fine, and this information should be correct for any version of tasm 5.0 or higher, if anyone finds out something different with a different version of tasm, please post here! And one more thing, 11.0 seems to compile my version now too, I must have not had something set properly in my environment. Sorry for being disagreeable with you.... jbailey |
|
![]() |
![]() |
#6 |
Re: Compiler?
Has anyone got it to compile in Linux yet?
|
|
![]() |
![]() |
#7 | |
Re: Compiler?
Quote:
[img]images/icons/tongue.gif[/img] |
||
![]() |
![]() |
#8 |
Re: Compiler?
i have been looking for the compiler, thanks everyone, i wonder if openwatcom is freeware, if it is i will probally be using the rott code for my next game after pac-keen, vigilante cops
which will be a game set in the future, where the cops are corrupt, the goverment has declared marshall law, & one person must take the law into his own hands |
|
![]() |
![]() |
#9 | |
Re: Compiler?
Quote:
__________________
How do you expect anyone to remember your name, if you can't spell it right yourself, Broussard? It's basic positioning... None of that matters... It'll be done when it's done.... It's the spirit of the law, not the letter. |
||
![]() |
![]() |
#10 | |
Re: Compiler?
Quote:
|
||
![]() |
Bookmarks |
|
|