Inside3D!
     

[Tutorial PSP]-Compiling Quake For The PlayStation Portable.
Goto page Previous  1, 2
 
Post new topic   Reply to topic    Inside3d Forums Forum Index -> Programming Tutorials
View previous topic :: View next topic  
Author Message
Team Xlink



Joined: 25 Jun 2009
Posts: 320

PostPosted: Tue Aug 11, 2009 11:27 pm    Post subject: Reply with quote

Tomaz wrote:
No I dont use Cygwin to do real PSP work, you can but you dont need to.

And no its not the same hardware or the same SdK when doing the real thing.

I use the swedish link ftp.sunet.se, never fails and I got 100mbit connection towards it. Regarding binaries, no idea.


About the INT_MAX, IT gave me that error when compiling from the SVN so I had to add that to fix it.



EDIT:

Actually, I just completly redownloaded the Kurok SVN at

http://bladebattles.com/kurok/SVN/

Using Tortoise SVN.

I still was required do the INT_MAX fix, aswell as the netwrok fix and everything else.
_________________
Anonymous wrote:
if it works, it works. if it doesn't, HAHAHA!
Back to top
View user's profile Send private message
MDave



Joined: 17 Dec 2007
Posts: 75

PostPosted: Sat Aug 15, 2009 7:00 pm    Post subject: Reply with quote

Hey there, the author of Kurok here Smile

Yeah, my code is a mess in places, but I have improved a lot over the last few months. I am more of an artist then a programmer though Laughing It's a miracle I did what I did at all.

Yeah I was the one that updated the lightmaps.h file in the kurok svn a while ago. I'll try to correct other warnings too over time.

If you want to know what I'm doing these days, Im working on a quake 3 mod Smile oh how much harder but also easier it is to mod for Razz I love it.
Back to top
View user's profile Send private message
UrbanKid



Joined: 22 Aug 2008
Posts: 44

PostPosted: Thu Nov 19, 2009 4:03 am    Post subject: hey Reply with quote

Hey MDave could you help me merge the csportable and kurok together so i could use better animations for csportable
Back to top
View user's profile Send private message
Baker



Joined: 14 Mar 2006
Posts: 1538

PostPosted: Sat Jan 09, 2010 12:21 pm    Post subject: Reply with quote

The last 2 days I've been doing a lot of work on PSP engine code.

While FitzKurok (Windows Kurok engine) only has mild to moderate changes, the PSP engine -- which isn't FitzQuake based at all, but rather PSPQuake -- has very heavy modifications. MDave had to have put a ton of research and experimentation into the Kurok PSP engine to achieve everything he managed to do.

One thing I've noticed about the PSPQuake variants is that working with the platform neutral part of the codebase is very easy. Not very much platform specific weirdness, and far less than I expected.

As a trial run, I'm building a "ProQuake PSP engine" using both the Kurok PSP and ProQuake codebase to "cure" PSPQuake of the traditional GLQuake flaws and really clean up legacy Quake code that sucks (Q_strcpy, Quake/GLQuake bugs ahoy, etc.) and get some traditional ProQuake niceties in there (ping in scoreboard, NAT fix, etc. etc.)

Note: Kurok PSP supports MP3 playback. As MH wrote a MP3 tutorial for Windows and Fruitz of Dojo (OS X) supports MP3 I'm going to standardize that in the ProQuake build.

Extra note: I don't see any reason why looking at this stuff not to port the Kurok PSP engine to Windows and hence OS X and even FlashQuake via a merge with the ProQuake 4 source base. Yes there is a FitzKurok engine for Windows, but as I am considering Kurok support for ProQuake 4 this would be the most logical first path.

Finally, I have to say the Kurok PSP is rather remarkable. It is far more feature rich than PSPQuake. I'm not talking rendering and effects, although that as well, but the user friendliness. You'd have to try it first hand, really, to know what I am talking about.

Thanks again to XLink for this tutorial.
Back to top
View user's profile Send private message
MDave



Joined: 17 Dec 2007
Posts: 75

PostPosted: Sat Jan 09, 2010 2:18 pm    Post subject: Reply with quote

I can give out commit permissions for the Kurok SVN for those that don't mind bug fixing and what not for it Smile

Although, if you're planning on doing ProQuake as the base and porting over features, maybe it's own separate SVN would be better instead.

I like where you're going with this, cross platform and all that Smile
Back to top
View user's profile Send private message
Baker



Joined: 14 Mar 2006
Posts: 1538

PostPosted: Sat Jan 09, 2010 10:05 pm    Post subject: Reply with quote

MDave wrote:
I can give out commit permissions for the Kurok SVN for those that don't mind bug fixing and what not for it Smile

Although, if you're planning on doing ProQuake as the base and porting over features, maybe it's own separate SVN would be better instead.

I like where you're going with this, cross platform and all that Smile


I'm thinking of the Java "Write once, run everywhere" motto. Very Happy

In particular for total conversions.

We'll see how this pans out, my secondary immediate goal is unifying the ever so slightly different PSP, FlashQuake, Direct3D8 MH Windows, Open GL Windows and OS X project files of ProQuake ... Then I want to hit the software renderer and give it a ToChris interpolation, FTEQW 24 bit, Makaqu Skybox/R_wateralpha boost. Then the game assets can be write once and run in hardware acceleration or not for the same experience.

But yeah, it's pretty clear what I have in mind Very Happy It's time to make things easy for people. And unified possibly with Spike's CSQC prototype and some of the ideas that aren't too far out there in the Engine Standards thread ... could do quite a bit of good for modding and eliminating the pain and encouraging creativity. [The Quake Remake people have the QuakeC side of things covered mostly]
Back to top
View user's profile Send private message
Team Xlink



Joined: 25 Jun 2009
Posts: 320

PostPosted: Sun Feb 14, 2010 1:28 am    Post subject: Reply with quote

I updated the tutorial and added a step that I should have added in the first place.
_________________
Anonymous wrote:
if it works, it works. if it doesn't, HAHAHA!
Back to top
View user's profile Send private message
LonePossum.



Joined: 02 Nov 2009
Posts: 38

PostPosted: Sun Feb 14, 2010 9:13 am    Post subject: Reply with quote

Maybe you could also add ls into the introduction when your talking about cd. Might Help a few people navigate to the right directory
Back to top
View user's profile Send private message
Team Xlink



Joined: 25 Jun 2009
Posts: 320

PostPosted: Fri Feb 26, 2010 12:38 am    Post subject: Reply with quote

LonePossum. wrote:
Maybe you could also add ls into the introduction when your talking about cd. Might Help a few people navigate to the right directory


It is added.
_________________
Anonymous wrote:
if it works, it works. if it doesn't, HAHAHA!
Back to top
View user's profile Send private message
Jukki



Joined: 07 Apr 2010
Posts: 19

PostPosted: Fri Apr 30, 2010 5:19 pm    Post subject: Reply with quote

i cant complie. Cygwin says something about mkpasswd and mkgroup

nvm. I got it working thank you Smile
Back to top
View user's profile Send private message Send e-mail MSN Messenger
Team Xlink



Joined: 25 Jun 2009
Posts: 320

PostPosted: Fri Apr 30, 2010 7:52 pm    Post subject: Reply with quote

Jukki wrote:
i cant complie. Cygwin says something about mkpasswd and mkgroup

nvm. I got it working thank you Smile


No problem, its nice to see more people developing Quake on the PSP.
_________________
Anonymous wrote:
if it works, it works. if it doesn't, HAHAHA!
Back to top
View user's profile Send private message
Jukki



Joined: 07 Apr 2010
Posts: 19

PostPosted: Sat May 01, 2010 8:47 am    Post subject: Reply with quote

Yeah i just started:)
Back to top
View user's profile Send private message Send e-mail MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    Inside3d Forums Forum Index -> Programming Tutorials All times are GMT
Goto page Previous  1, 2
Page 2 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2004 phpBB Group