|
|
Quake 2
« on: September 13, 2012, 09:59 » |
|
|
|
|
Logged
|
|
|
|
|
|
Re: Quake 2
« Reply #1 on: November 30, 2012, 05:11 » |
|
Looks awesome Don't suppose you know much about 3DS Max plugins? I've been meaning to get back into Quake development but the .md3 exporter for 3DS Max is ancient and isn't supported by the newer versions. Anyhow I have the plugin source http://www.doom3world.org/phpbb2/download/file.php?id=470&sid=134e1354265fb2fcd37b2910002a80aband if anyone knows anything about compiling 3D Max plugins then potentially they can export Character meshes with the above source. All the best Greg
|
|
|
Logged
|
|
|
|
|
|
Re: Quake 2
« Reply #2 on: November 30, 2012, 09:21 » |
|
Looks awesome Thanks Don't suppose you know much about 3DS Max plugins? I've been meaning to get back into Quake development but the .md3 exporter for 3DS Max is ancient and isn't supported by the newer versions.
I'm not familiar with Max programming interfaces, and especially with vertex animations. By the way I've ported Epic's ActorX plugin to the newer Max (2013) ...
|
|
|
Logged
|
|
|
|
|
|
Re: Quake 2
« Reply #3 on: August 29, 2013, 08:12 » |
|
I am definitely interested in adding the files you have already have for this for download. I would love the customization and backwards map compatibility your project has to offer.
|
|
|
Logged
|
|
|
|
|
|
Re: Quake 2
« Reply #4 on: September 01, 2013, 11:07 » |
|
Okay, I put Quake 2 binaries to mod's page. Just extract .zip to Quake 2 game directory and launch quake2.exe. There's a bit outdated 4.XX_Changes.txt file in archive, it contains descriptions of some console commands and variables, and a bit more ... Things you may do: - recompress all .pak files to .zip (with .pak extension)
- put Quake 1 maps (.bsp) to baseq2/maps
- put map screenshots to baseq2/levelshots directory (I've put some to map_extras.pak); you can make new screenshot with screenshot console command - just type "screenshot -levelshot" command from game console and screenshot in special format will be placed as required
- copy player models from Quake 3 to baseq2 directory (you may copy .pk3 files there and rename them to .pak)
- there are a lot of debug features available in singleplayer or in multiplayer with console variable "cheats" set to 1 ...
- ...
|
|
« Last Edit: September 01, 2013, 11:09 by Gildor »
|
Logged
|
|
|
|
|
|
Re: Quake 2
« Reply #5 on: September 04, 2013, 00:52 » |
|
Okay, I put Quake 2 binaries to mod's page. Just extract .zip to Quake 2 game directory and launch quake2.exe. There's a bit outdated 4.XX_Changes.txt file in archive, it contains descriptions of some console commands and variables, and a bit more ... Things you may do: - recompress all .pak files to .zip (with .pak extension)
- put Quake 1 maps (.bsp) to baseq2/maps
- put map screenshots to baseq2/levelshots directory (I've put some to map_extras.pak); you can make new screenshot with screenshot console command - just type "screenshot -levelshot" command from game console and screenshot in special format will be placed as required
- copy player models from Quake 3 to baseq2 directory (you may copy .pk3 files there and rename them to .pak)
- there are a lot of debug features available in singleplayer or in multiplayer with console variable "cheats" set to 1 ...
- ...
The game's internal font is messed up in this source port. Do you still have the source code to the program so I can attempt to fix it?
|
|
|
Logged
|
|
|
|
|
|
Re: Quake 2
« Reply #6 on: September 04, 2013, 09:23 » |
|
What's wrong with font? Any screenshot?
|
|
|
Logged
|
|
|
|
|
|
|
Re: Quake 2
« Reply #8 on: September 11, 2013, 09:28 » |
|
I see to much crashes in crash.log, even in gamex86.dll. That's very strange. What system do you have? What mod are you running? About game font - it looks like you have damaged or missing pics/conchars.pcx file, check console log for information.
|
|
|
Logged
|
|
|
|
|
|
Re: Quake 2
« Reply #9 on: September 12, 2013, 04:47 » |
|
I'm running your Quake 2 port under Wine on an iMac, and I have a bunch of Quake 2 mods in the baseq2 folder.
|
|
|
Logged
|
|
|
|
|
|
Re: Quake 2
« Reply #10 on: September 12, 2013, 09:08 » |
|
Ok, but what about About game font - it looks like you have damaged or missing pics/conchars.pcx file, check console log for information.
Did you look at console? Could you perform "condump" command and send me a log?
|
|
|
Logged
|
|
|
|
|
|
Re: Quake 2
« Reply #11 on: September 13, 2013, 07:35 » |
|
I fixed the font problem. I just had to export the original conchars.pcx from pak0.pak, convert it to tga, and save it to baseq2/pics/conchars.tga . Your Quake 2 port doesn't use a scaler for conchars, it just uses the first 128x128 pixels as the font. I was probably using an upscaled conchars file before, so your port couldn't read it right.
|
|
|
Logged
|
|
|
|
|
|
Re: Quake 2
« Reply #12 on: September 13, 2013, 09:34 » |
|
My Quake2 uses own font system, and conchars.pcx has hardcoded character size 8x8 texels. Regarding tga - I think it should work, please check log for warning (yellow) messages.
|
|
|
Logged
|
|
|
|
|
|
|