- 0 replies
- 1,815 views
- Add Reply
- 0 replies
- 1,645 views
- Add Reply
- 0 replies
- 1,415 views
- Add Reply
- 3 replies
- 4,171 views
- Add Reply
Mortal Kombat 4
I Think This One Is Going To Be Slow…
In a fairly typical move, I’ve blown off all my other projects to look at something shiny. There’s some decent progress, but any textures that aren’t coplanar with the screen are clearly quite wonky. In fact, it’s driving me a bit batty at the moment. At least it is working enough to parse the model data, and you can watch the intro with its rotating camera and rain effects (see last picture — it looks better in motion). There is still a ton of stuff that I don’t yet understand. Having a PCB would be very handy (not only for this but for weeding out the remaining TMS32031 math bugs). Anyone got one they want to loan me for a few months?




Transmission 0.91 Released
BT client for the Mac
0.91 (2007/10/28)
All Platforms:
* Fix 0.90 speed limits
* Fix 0.90 problems announcing to some trackers
* Fix 0.90 socket connection leak
* Fix 0.90 IPC crash
* Fix 0.90 cache bug that could cause "verify local files" to fail
* Fix 0.90 build errors on OpenBSD and on older C compilers
OS X:
* Fix a crash caused by custom sound files
* Add Dutch localization, re-add Russian localization, fix Korean localization
GTK:
* Fix 0.90 packaging errors
* Fix 0.90 crash-on-start with assertion failure: "destination != (void*)0"
>> Get it HERE.
AmiArcadia/WinArcadia 4.72 released
Multi-emulator
AmiArcadia emulates the Emerson Arcadia 2001 (Bandai, Emerson, Grandstand, Intervision, Leisure-Vision, Leonardo, MPT-03, Ormatu, Palladium, Poppy, Robdajet, Tele-Fever, Tempest, Tryom, Tunix, etc.) and Interton VC 4000 (Acetronic, Fountain, Interton, Prinztronic, Rowtron, Voltmace, Waddington, etc.) console families, and the Elektor TV Games Computer.
http://amigan.1emu.net/releases/
http://amigan.classicgaming.gamespy.com/
Changes since 4.71:
. Miscellaneous improvements and bug fixes.
>> Get it at one of the above links.
PSP Development Kit ready to use for Windows Users
Hi All,
For windows users who want to develop on their windows PC, little homebrew for the PSP, without spending hours or days trying to install cygwin and compile the toolchain, this package is for you !!
You have first to install VirtualBox that is freely available : http://www.virtualbox.org/
You should then download all rar files present here :
http://zx81.zx81.free.fr/public/psp/virtualbox/
You have to unrar the rar archive in disk1.vdi (you need at least 4Gb of free space on your hard disk)
Then create a new virtual host, Linux 2.6 with 256 Mb of memory, and use the disk1.vdi as a disk image !
This disk image contains a full install of xubuntu 7.4, where the PSP SDK has been already compiled, and several other software added (such as the famous IDE Kdevelop, gcc, SDL etc ...).
After virtually booting Xubuntu, the login name is psp, and the password is psp.
I've written a small PSP project (hello world) for Kdevelop, ready to use.
The source code of PSPWrite is also given as an example, with a linux version and a PSP version (but with makefile only, without project file for Kdevelop).
