|
Earlier this week, LTE Studios released version 2.2 of their LTE Game Engine program. The LTE Game Engine is a full-featured game engine that allows PSP users to program games or applications without having to fight any of the pspsdk calls. You don't even need to know how the PSP system works to create games with LTE Game Engine. The engine manages input/output, 2d and 3d hardware accelerated graphics and audio. Here are a few short how-tos from the readme file as well as the changelog: Requirements To see the changelog and instructions, click on the "Full Article" link below. Download: [LTE Game Engine 2.2] |
|||
|
|||
|
Yeah, it's a LuaPlayer, and this one's from Shine at the PS2Dev forums. What's different about this one is that it's been re-written with the SCons build management and is based on OpenGL for all graphics output. Check Wiki, OpenGL "is a standard specification defining a cross-language cross-platform API" for computer graphics, which leads to the other thing that's different. It's been released for the PSP, the PS3 (Linux), and Windows.We shall henceforth and heretofore call this the One LuaPlayer to Rule Them All/And In The Darkness Bind Them. Until Sauron Shine comes up with the next version, or someone else comes up with something else like it. Here are the details for each LuaPlayer platform:
Thank you, Bronx, for the tip! Download: [LuaPlayer OpenGL] |
|||
|
|||
|
After more than a month's hiatus, Rerofumi is now back in the scene with another homebrew game, TCGS Cave. You guys might remember Rerofumi's other TCGS games: Invader and Block, which I bet a lot of you guys had a lot of fun with.
This is how Rerofumi describes TCGS Cave (according to Google Engrish at least): "Way it does not strike to the wall, the cave the sufficient simple rule which keeps advancing. Time attack 3D edition and, the retro there is a 2D edition meaninglessly, two degrees is tasty with one grain." Errrr...right. We're not sure about this one but based on the readme, TCGS Cave is based on a game show "CAVE" where the basic principle is to go through the halls (or walls, whatever) as fast as you can without crashing into them. Cool thing about it though is you can choose whether you want the game in 2D or 3D version. Rerofumi describes the 3D version as a time attack race game with three stages all in all using SDL + PSPGL. As for the 2D version, Rerofumi says it has a "very retro taste" to it, where the controls for the game is just basically Left/Right to direct your movement. Here are the controls for the 3D version:
|
|||
|
|||
|
We missed Alatnet and his uber-useful 3D modeling application Gmax2PSP. He recently came back into the fray with version 4 of his program and less than 48 hours later, he's come up with Gmax2PSP v5.For those who haven't heard of it, homebrewers can use this to make custom content for their games, so long as they're gmax-enabled. The big addition to version 5, as a result of popular demand, is the ability to export models from C/C++. Yes, homebrewers, it's the programming addition you've been waiting for, and it's ready for you to pick up and use at will. Now, some words of advice. You'll want to check out the version 4 forum thread for instructions on installing and using the program. It's always a good idea to know what you're getting into, else you could run the risk of harming your PSP. That being said, if you want to give him props for version 5, visit the v5 discussion thread, and if you want to report bugs and other errors that need addressing, visit the v4 discussion thread. Enjoy! New Features:
Download: [Gmax2PSP v5] |
|||
|
|||
|
So what does it do? Well, basically, it is a 3D modeler that will allow gamers to create their own content for some game titles, provided that they are gmax enabled. It gives you the freedom to incorporate all the things you like into some of your games. Cool.
|
|||
|
|||
|
From our very own forums comes out today another build of an updated version of the Lua Player for Windows. One of our staunch members, Insomniac197, expressed the work and updates that has been done to support v0.20 functions. These things include so far, it being updated to Lua 5.1 and the freetype now being supported.Also, the file System.rename is now working. Insomniac197 has put in Wlan functions and 3D GU functions, but mentioned not to do anything with it yet. As Shine already brought up the topic of moving Lua Player over to PSPGL, Insomniac197 wishes not to take the 3D any further. System.loadModule and anything to do with it on the other hand, are unlikely to be supported. LUA Player makes development of games and applications easier and is non-coders friendly. At this point, download is available below for Lua PLayer v0.20. Feedback and bug reports are highly appreciated. Download: [Lua Player .20 Mod By Insomniac197] Discuss: [Forum Release Thread] |
|||
|
|||
|
Recently, the developer released in our forums the Fontloader, a simple interface for making use of the freetype2 library. If freetype2 library sounds like something that could make you sleep in a jiffy, well let us give you some info about it. freetype2 is a software font engine that is designed to be small, efficient, highly customizable, and portable while capable of producing high-quality output. It can be used in graphics libraries, display servers, font conversion tools, text image generation tools, and many other products as well, including homebrews. So if the freetype2 library already exists, what is this app for? Well, learning to use the freetype library can be very confusing. Apps such as Insomniac197's Fontloader makes the utilization of the freetype2 library easier. So if you want to use a specific font for a homebrew game or app you are working on, apps like this one would be a great help to you. So with that aptly stated, here are some of its features: -- Supports multiple fonts For his future plans about this app, Insomniac197 said that "in the 'Samples' directory within this archive there is example code on how to integrate Fontloader. Currently there is only an example using Psilocybeing's graphic library, but I intend to create examples for GU and possibly even PSPGL." The good developer would also like to thank Samstag for flib and inspiring him to create this app and to Shine because, according to the dev, "the code in Fontloader is based heavily on the freetype2 implementation in LuaPlayer so 99% of the credit for Fontloader should go to him." Download: [Fontloader] Discuss: [Forum Release Thread] |
|||
|
|||
|
Update: Just a day after the first alpha was released, Kojima has updated his homebrew 3D engine to incorporate a few new features. Here's what he had to say: "This version adds visualizers. Visualizers are a plugin based(I.e to
create one you inherit the base visualizer class) and each surface has
one.
The updated engine can be downloaded below. Just the other day, we had the LTE studios people releasing their custom-made 3D engine for homebrew developers. And since I wasn't quite expecting it, I was pleasantly surprised. And again, I wasn't expecting any other engines. At least not so soon! Well, it's nice to be surprised once in a while. And considering the fact that it's another 3D homebrew engine for the developers, it does sound great. This time, it's Kojima from the PS2DEV forums with the great accomplishment. Here's what he had to say: "Here's the first alpha of raptor 3d. It's a hybrid engine that is a port of MiniB3D by simon harris, and my own engine Trinity, both of which are open source PC GL engines. It's written against the latest svn version of PSPGL and as such requires you have it installed before using this. Currently the project is a single file containing a small demo and the engine, by alpha2 maybe 3, it will be organized into separate files for each class."
Like the other engine, this one also offers great features:
We've made a forum thread where all the interested developers can discuss. Kojima has also written a small coding guideline which we've pasted in our forums. Good luck with your homebrew games! Download Link: [Raptor3D Alpha2 Opensource 3D Engine] View: [Forum Discussion Thread] |
|||
|
|||
|
This just in! A small team called LTE studios, headed up by SiberianSTAR, have been working on a free 3D engine for the Sony PSP. And today's the big day! They've just released the first demo of their product, which they've been working very hard on. So you might not be a developer, and you might be wondering what the big deal is... Well, for starters, this will encourage a lot of developers to venture into making games. Until now, if you wanted to make a proper homebrew game, you would need an engine to handle everything. In case of 2d beat 'em ups, it was pretty simple. But if you wanted to create a proper 3D game, you'd need to program everything to handle all the data/models/sounds using an engine. And trust me, making a game engine is one of the hardest programming challenges. Apart from finding a way to load/handle all the stuff, you also need to program the physics and a lot of other really technical details, just so that the separate objects can interact just the way you want. If you want an example, how about I give you one about a racing game. Suppose you're one of the guys behind Need For Speed; apart from building the cars, tracks and other things, you'd need to build an engine to actually make it possible to implement all that art and beauty into a game. Another example would be the Source engine made by Valve, or the Doom3 engine made by iD Software. By now, I'll assume that you know quite a bit about making games. Which brings us back to this great piece of news. These guys have been working for months, to bring us an engine which almost any C/C++ homebrew game developer can use to make a fully fledged game. The talk gets a little technical now...Don't worry if you don't understand all the mumbo jumbo. If I were you, I'd expect a lot of great homebrew games coming out in a few weeks. For the programmers, here are a few technical details/features:
SiberianSTAR would like to thank Ky@ for his work on the editor, Jeremy Fitzhardinge for PSPGL, and PSMonkey. Oh, and by the way, thanks to PSMonkey for the heads-up too! Download Link: [LTE 3D Engine Demo] |
|||
|
|||
|
Back in May, developer Edorul released Nehe Tutorials 1 to 10 modified to compile with PSPGL. He decided to continue with the portage and unleashed Nehe tutorials 11 to 20. But don't expect to see tutorials 13, 14, and 15 as they require a whole new font system. Tutorial 18 is a no-show as well because it requires too many functions not implemented in PSPGL.In order to port some of the tutorials, Edorul had to modify PSPGL. You will need this new version to compile and run all the tutorials. Here's a rundown of the modifications:
Edorul has no plans to port more Nehe tutorials, so this could be the last of it. We're pretty sure somebody else is willing to pick up the project and share new Nehe stuff with the PSP community. Download: [Nehe Tutorials 11-20] Download: [PSPGL Modified] |
|||
|
|||
|
QJ.NET Blog Network |
|
| MyQJ | Feed / PDA |
| MyQJ | RSS / PDA |
| Blog of Blogs | Feed / PDA |
| QJ.NET | RSS / PDA |
| Gaming Consoles | Feed / PDA |
| Nintendo DS | RSS / PDA |
| PlayStation 3 | RSS / PDA |
| PSP Updates | RSS / PDA |
| Wii | RSS / PDA |
| Xbox 360 | RSS / PDA |
| PC Gaming | Feed / PDA |
| Age of Conan | RSS / PDA |
| Games for Windows | RSS / PDA |
| MMORPG | RSS / PDA |
| Tabula Rasa | RSS / PDA |
| World of Warcraft | RSS / PDA |
| Science | Feed / PDA |
| Science | RSS / PDA |
| Technology | Feed / PDA |
| Apple | RSS / PDA |
| Gadgets | RSS / PDA |
| iPhone | RSS / PDA |
| Mobile | RSS / PDA |
| Photography | RSS / PDA |
| Tech | RSS / PDA |
| Most Commented | |
| (81) | |
| (69) | |
| (47) | |
| (45) | |
| (40) | |
| (40) | |
| (34) | |
| (31) | |
| (30) | |
| (29) | |
| (28) | |
| (28) | |
| (27) | |
| (26) | |
| (24) | |
| (23) | |
| (23) | |
| (22) | |
| (21) | |
| (21) | |
Apple
(3235)E3
(651)Gadgets
(3643)Games for Windows
(6004)iPhone
(40)MMORPG
(7713)Mobile
(2788)News
(852)Nintendo DS
(7232)Opinions & Analysis
(78)Photography
(446)PlayStation 3
(13823)PSP
(13898)Rumors
(168)Science
(2795)Site News
(46)Tabula Rasa
(420)Wii
(11950)World of Warcraft
(3700)Xbox 360
(15258)
Archives
October 2008
September 2008
August 2008
July 2008
June 2008
May 2008
April 2008
March 2008
February 2008
January 2008
December 2007
November 2007
October 2007
September 2007
August 2007
July 2007
June 2007
May 2007
April 2007
March 2007
February 2007
January 2007
December 2006
November 2006
October 2006
September 2006
August 2006
July 2006
June 2006
May 2006
April 2006
March 2006
February 2006
January 2006
December 2005
November 2005
May 2005











Back in May, developer 


