Where's Derpy ? (Unofficial port)

General homebrew games, programs and PlayStation PS-EXE's
Post Reply
gameblabla
What is PSXDEV?
What is PSXDEV?
Posts: 2
Joined: Jul 18, 2013

Where's Derpy ? (Unofficial port)

Post by gameblabla » July 18th, 2013, 1:25 pm


Where's Derpy ?

Username: gameblabla
Project Title: Where's Derpy ?
Time to Complete: -
SDK: Psy-Q
Genre: Game
Latest Release: Version 1.1
In Development: Yes
Initial Release Date: 17-JULY-2013
Last Date Updated: 19-JULY-2013
Controller: DUALSHOCK
Players: 1
Memory Card: 0 Block
Languages: Eng
Region: US
Burn and Play: Yes
Executable Included: No
Source Included: No

This is an unofficial port of a Flash game originally made by pepperpunk.
I have decided to port it to the PS1 and reprogram it in C.
11 Screens are already available !
(More screens will be available in a future update)

The goal is simple : Find Derpy (the grey pony) and the three muffins !
But you can still win if you have only found Derpy.
Anyway , I hope you'll enjoy the game ! ^^

(This game use "MyPsxLib" made by Orion)
Image
Image

DOWNLOAD CUE+BIN: http://goo.gl/ad5uI

Last edited by gameblabla on July 20th, 2013, 1:33 am, edited 1 time in total.

User avatar
Shadow
Verified
Admin / PSXDEV
Admin / PSXDEV
Posts: 2670
Joined: Dec 31, 2012
PlayStation Model: H2000/5502
Discord: Shadow^PSXDEV

Post by Shadow » July 18th, 2013, 3:35 pm

Very interesting game. Nice work! Though, you forgot to inject the license correctly :?
Development Console: SCPH-5502 with 8MB RAM, MM3 Modchip, PAL 60 Colour Modification (for NTSC), PSIO Switch Board, DB-9 breakout headers for both RGB and Serial output and an Xplorer with CAETLA 0.34.

PlayStation Development PC: Windows 98 SE, Pentium 3 at 400MHz, 128MB SDRAM, DTL-H2000, DTL-H2010, DTL-H201A, DTL-S2020 (with 4GB SCSI-2 HDD), 21" Sony G420, CD-R burner, 3.25" and 5.25" Floppy Diskette Drives, ZIP 100 Diskette Drive and an IBM Model M keyboard.

gameblabla
What is PSXDEV?
What is PSXDEV?
Posts: 2
Joined: Jul 18, 2013

Post by gameblabla » July 18th, 2013, 10:09 pm

Shadow wrote:Very interesting game. Nice work! Though, you forgot to inject the license correctly :?
Thanks Shadow! And yes , i forgot to inject the license oops... It's fixed now ! (just re-download it)
Anyway , i hope you'll all enjoy my port ! ^^

EDIT : A new update is available and five more screens are available !

User avatar
nocash
Verified
PSX Aficionado
PSX Aficionado
Posts: 541
Joined: Nov 12, 2012
Contact:

Post by nocash » February 6th, 2014, 1:13 am

Okay, that game is nice. I like it. Very simple, and appears to be aimed at kids than adults. But it's quite charming. Thanks for porting it!

Some things that I've noticed:
The mouse arrow cannot be moved with a mouse? Only by joypad? Duh.
The mouse arrow can be moved far outside of the screen boundaries.
The mouse arrow threshold could be better (seems to move too fast on short distances, and too slow on longer distances).
The 480-pixels vertical resolution exceeds NTSC display height (namely the name of the original author is cropped).
The game seems to hang occassionally after playing 5-10 screens.
Using BLENDING with color 808080h is nonsense (it's multiplying all texture pixels by 1.00, you could as well disable blending).
There are sound effects when finding the muffins, but none when finding Derpy?
I don't understand how the sound engine works (if it has one), the music just seems to come out of nowhere.

And it's crashing in current no$psx version. The reason is that it's doing a SPU DMA transfer with length = 0000h blocks. Is that intended? If yes, what is it good for? Real hardware would probably treat it as 10000h blocks (=four Mbytes, at blksize=10h words) (haven't verified that for SPU DMAs yet though). Here's the TTY message log:

Code: Select all

Sound_Load(00, 80030020); Size: 0002eb80; Freq: 22050; Spu: 00001010;
DMA4 src=00030050 len=0BAE0010 ctrl=01000201 SPU
 done.
Sound_Load(01, len=00000000); Size: 00000000; Freq: 0; Spu: 4002fb90;
DMA4 src=00000030 len=00000010 ctrl=01000201 SPU
 done.
Above appears right after pushing START in title screen. The DMA src=00000030h is also wrong (BIOS RAM area that contains exception vectors etc). There's some small chance that the bug doesn't appear on real hardare (sorry for the confusion in case it should happen only in no$psx).

Post Reply

Who is online

Users browsing this forum: No registered users and 5 guests