We're using cookies to ensure you get the best experience on our website. More info
Understood
@kr155eRegistered January 8, 2000Active 31 minutes ago
2,012 Replies made

No, sorry. Unfortunately, I am in the middle of the semester and have too much to do. But don’t let this stop you if you want to write a small game!

BTW, originally, VUE Snake was my GIAD project, but I decided not to release it at the end of the day, to spend a bit more time on it for adding more modes, the highscore list, the intro and polishing the look and feel, so it took about three days in total.

cool idea, you got my vote(s)!

You’re one lucky guy! I wanted to own one forever, but to get one, it would cost me at least 1000 Euro (plus finding one and the seller would have to agree to ship to Germany). More than half of this would be for shipping…

About your question, I think the value is around $600.

BTW, what’s with those inlays on the wings? Do they have the VB logo on both sides? That’d be unusual.

alright. i will email you guys when the next batch is done.

Haha, the VB’s appearance is FaNitos S03 E05 is very cool. Well done.

ViBE only plays games which are in its database or are 64kb or smaller. I think this was implemented to allow only good dumps, but in my opinion it’s a VERY unnecessary restriction.

can’t say for sure yet, but the price will probably remain at 85 eur.

i wrote down your name and will let you know when i have one available.
there’s no chance to cut down costs though. box and manual are only like 2 euro, and shipping for a baseball cart would be way too expensive. for a single cart at least, but if you have a dozen or so then we can talk about it.

HorvatM schrieb:
So that’s what the back of the box looks like… shame on you KR155E for not scanning it in 🙂

?

http://www.vr32.de/modules/hardware/index.php?type=vb&sec=images&show=box&region=usa

😉

indeed, this is weird. even official pictures from nintendo show the stand backwards…

only a little bit more patience guys. since there have been quite some requests for FlashBoys lately, we’ll release another small batch in a few weeks. 🙂

yep. the highest serial number is currently 224.

pretty low serial number, must’ve been one of the very first retail units.

Good news to everybody who missed out: we are going to produce some more FlashBoys in very small batches of ~10 units. Batch 6 will be out in a few weeks.

sorry, i forgot to mention that i meant the level select screen. you often have to press left or right 5 times to change the level.

Hello and welcome to PVB! 🙂

For ROMs, you could go to romulation.net.

That looks pretty good, KR155E. BTW, what tab width do you use? I like four column tabs, myself.

Thanks! I use a tab width of two whitespaces, which is the standard UltraEdit uses.

You have a lot of good points there. Not much to add.

Unfortunately, I have too much other stuff to do at the moment, so I attached what I had so far. Not much, but something. 😉

Attachments:

looks nice! but there’s a bug. if you start level 1 through the level select screen, the level walls do not get loaded. also, inputs are often not recognized. i assume this is happening due to high waitframe values in your loop!? you could solve that with a for loop:

let’s assume the part of your loop, which handles the delay and controller input, looks like this:

vbWaitFrame(40);
if(vbReadPad()&(…))

you could replace it with this:

for(i=0; i<40; i++)
{
vbWaitFrame(1);
if(vbReadPad()&(...)) }

and here are some mock-up screens made back in 2001:

more about that. here’s a patch that makes earthoubnd look like a vb game. 😀

https://secure.fangamer.com/forum/Community/PKHack/Virtual-Boy-ish-EarthBound-hack