View previous topic :: View next topic |
Author |
Message |
Mexicouger

Joined: 01 May 2010 Posts: 129
|
Posted: Thu Jun 17, 2010 3:01 am Post subject: Question about Bakers psp engine |
|
|
Hey baker, On your quake mod,kurokquake, Did you add hlbsp to it or something?
because I followed your half life bsp tutorial for stock and gl quake, and I kinda know what needs to be added, and I opened up wad.c, and Sure enough, You had the rgb converter and wad3. So Can't I just implement it in Kuok? |
|
Back to top |
|
 |
Baker

Joined: 14 Mar 2006 Posts: 1538
|
Posted: Thu Jun 17, 2010 3:21 am Post subject: |
|
|
All you PSP guys should beg Downsider for a tutorial for HLBSP for the PSP engine.
I happen to know how to do it, but at the same time since I didn't write the code and Downsider did I wouldn't feel right posting a tutorial on how to do it and there is further conflict since I am a part-time participant of the Solitude project and he did it for their engine.
If I posted a tutorial based on the work of others that isn't publicly available, I'd feel bad.
One option is to wait for Downsider to release a mod using his engine and THEN I'd feel comfortable writing an engine tutorial since he'd have to release the source anyway. Or another option is to wait for a public alpha or beta release of Solitude which would also be ok since the source would be out there.
A final option would be wait a while and if I manage the nigh hard task of porting the FTEQW mechanism for 24 bit color to a software renderer which will allow things like FlashQuake to use HLBSP or a "QSB 2.0 BSP format" then I'd likely write HLBSP for the PSP from scratch by myself and write up a tutorial since I'd want it to run on all versions of engine(s). _________________ Tomorrow Never Dies. I feel this Tomorrow knocking on the door ... |
|
Back to top |
|
 |
Downsider

Joined: 16 Sep 2008 Posts: 478
|
Posted: Thu Jun 17, 2010 5:59 pm Post subject: |
|
|
The code bases aren't so different. If you have half a mind you can port it over to the PSP. At that point, to have the best HLBSP support you could possibly have in terms of saving RAM, you'd have to add CLUT support (loading them as 8bpp instead of 32) and DXT compression. |
|
Back to top |
|
 |
|