I'd like someone to post, how to get quake 1 to compile or what files to open in order to compile using either Dev-C++ (Bloodshed), or Visual studio express 2010.
I know i seen express 2008 solutions in the source, however when u do a web dl of express on microsoft it installs 2010, and the gas2masm, tool will no longer compile properly because:
Also, in the original source, john carmack states you need Masm installed, so i installed masm32, and it has lots of interesting help files, in it.
However, in masm32, it does say you also require: Intel pentium 4 documentation, and windows SDK.
I was curious, what tools and libraries do you actually need, and which files would you go about opening, to start compiling / and modding your own quake?
Basically i'm hoping someone will post a (complete guide) to getting quake source to compile: as if that is done then i can fiddle around in it, as i do know some C.
I'm just mind boggled with how to get this project to compile properly. Since the solution file for 2008 no longer works.
Suppose i could try an find express 2008 online and uninstall 2010 and see if that resolves my issue.
But yeah, if anyone can post a guide to compiling quake 1 source, that'd be cool, or proquake's source. either or, personally would prefer just the quake 1 source, so i can dabble around fresh, rather then screw around with someone elses work but either or still technically are doing the same thing, but for me its just entertainment/enjoyment.
Thanks in advance.
PS they may already of posted this but, seriously if someone has a complete answer and its already in the forums it should be a sticky... b/c i couldn't find it going page by page... and there's a lot of pages in this section.
~Cheers.
Okay grabbing Visual studio express 2008: http://go.microsoft.com/?linkid=7729279
Well that's interesting, it built a winquake 1.09 server version according to console it runs, i can see menu and console and taskbar (weapons hud) but... can't see maps, the maps are gray. heh.
Weird... though i did have some compilation issues see next comment i shorted it to just the errors.
I know i seen express 2008 solutions in the source, however when u do a web dl of express on microsoft it installs 2010, and the gas2masm, tool will no longer compile properly because:
Code:
VCWebServiceProxyGeneratorTool is no longer supported. The tool has been removed from your project settings.MSB8012: $(TargetPath) ('C:\Users\Kitty\Desktop\quake-visual_cpp_express_2008\.\Release\WinQuake.exe') does not match the Linker's OutputFile property value '.\Release/WinQuake.exe' ('C:\Users\Kitty\Desktop\quake-visual_cpp_express_2008\Release/WinQuake.exe') in project configuration 'Release|Win32'. This may cause your project to build incorrectly. To correct this, please make sure that $(TargetPath) property value matches the value specified in %(Link.OutputFile).MSB8012: $(TargetName) ('WinQuake') does not match the Linker's OutputFile property value '.\release_gl\glquake.exe' ('glquake') in project configuration 'GL Release|Win32'. This may cause your project to build incorrectly. To correct this, please make sure that $(TargetName) property value matches the value specified in %(Link.OutputFile).MSB8012: $(TargetPath) ('C:\Users\Kitty\Desktop\quake-visual_cpp_express_2008\.\release_gl\WinQuake.exe') does not match the Linker's OutputFile property value '.\release_gl\glquake.exe' ('C:\Users\Kitty\Desktop\quake-visual_cpp_express_2008\release_gl\glquake.exe') in project configuration 'GL Release|Win32'. This may cause your project to build incorrectly. To correct this, please make sure that $(TargetPath) property value matches the value specified in %(Link.OutputFile).MSB8012: $(TargetPath) ('C:\Users\Kitty\Desktop\quake-visual_cpp_express_2008\.\Debug\WinQuake.exe') does not match the Linker's OutputFile property value '.\Debug/WinQuake.exe' ('C:\Users\Kitty\Desktop\quake-visual_cpp_express_2008\Debug/WinQuake.exe') in project configuration 'Debug|Win32'. This may cause your project to build incorrectly. To correct this, please make sure that $(TargetPath) property value matches the value specified in %(Link.OutputFile).MSB8012: $(TargetName) ('WinQuake') does not match the Linker's OutputFile property value '.\debug_gl\glquake.exe' ('glquake') in project configuration 'GL Debug|Win32'. This may cause your project to build incorrectly. To correct this, please make sure that $(TargetName) property value matches the value specified in %(Link.OutputFile).MSB8012: $(TargetPath) ('C:\Users\Kitty\Desktop\quake-visual_cpp_express_2008\.\debug_gl\WinQuake.exe') does not match the Linker's OutputFile property value '.\debug_gl\glquake.exe' ('C:\Users\Kitty\Desktop\quake-visual_cpp_express_2008\debug_gl\glquake.exe') in project configuration 'GL Debug|Win32'. This may cause your project to build incorrectly. To correct this, please make sure that $(TargetPath) property value matches the value specified in %(Link.OutputFile).
However, in masm32, it does say you also require: Intel pentium 4 documentation, and windows SDK.
I was curious, what tools and libraries do you actually need, and which files would you go about opening, to start compiling / and modding your own quake?
Basically i'm hoping someone will post a (complete guide) to getting quake source to compile: as if that is done then i can fiddle around in it, as i do know some C.
I'm just mind boggled with how to get this project to compile properly. Since the solution file for 2008 no longer works.
Suppose i could try an find express 2008 online and uninstall 2010 and see if that resolves my issue.
But yeah, if anyone can post a guide to compiling quake 1 source, that'd be cool, or proquake's source. either or, personally would prefer just the quake 1 source, so i can dabble around fresh, rather then screw around with someone elses work but either or still technically are doing the same thing, but for me its just entertainment/enjoyment.
Thanks in advance.
PS they may already of posted this but, seriously if someone has a complete answer and its already in the forums it should be a sticky... b/c i couldn't find it going page by page... and there's a lot of pages in this section.
~Cheers.
Okay grabbing Visual studio express 2008: http://go.microsoft.com/?linkid=7729279
Well that's interesting, it built a winquake 1.09 server version according to console it runs, i can see menu and console and taskbar (weapons hud) but... can't see maps, the maps are gray. heh.
Weird... though i did have some compilation issues see next comment i shorted it to just the errors.
Comment