PSX5Central

Playstation/Gaming Discussions => PS3 Discussion => Topic started by: Stupid Mop on June 10, 2001, 02:29:16 AM

Title: YA Basic
Post by: Stupid Mop on June 10, 2001, 02:29:16 AM
On the original demo disk you get when you buy a ps2 has anyone checked out the preloaded programs on YA Basic? You can check out some graphic effects. They are pretty stink. But there is a all little worm game. It\'s really cheap but fun for about 10 minutes.
Title: YA Basic
Post by: Seed_Of_Evil on June 10, 2001, 02:44:53 AM
How can I load the game Vulcan??
Title: YA Basic
Post by: Stupid Mop on June 10, 2001, 03:52:47 AM
When you first load YA basic up just push select. Then push accross to go to NEW - A Then go to load page. Load up the pre built in code.

The game is called worms. The other ones a stink. Just show cheesy graphics that the SNES could do.
Title: YA Basic
Post by: STROKE on June 10, 2001, 04:29:17 AM
It takes 5 minutes to finish this game.
Title: YA Basic
Post by: kopking on June 10, 2001, 04:39:05 AM
does any one know the site for the codes for programming these, i did have one once but cant find it now. if i findit ill put it up
Title: YA Basic
Post by: STROKE on June 10, 2001, 05:20:07 AM
I have a book about BASIC, too, but I can\'t find it!!!!!!! AAARRGGGGHHHH!!!!!!!!!!!!
(https://psx5central.com/community/proxy.php?request=http%3A%2F%2Fimperium.de%2Fanimationen%2Fanims4%2Fbad-bw2.gif&hash=e0fa92f99e7910d41faee544623b4732154d0655)
Title: YA Basic
Post by: Seed_Of_Evil on June 10, 2001, 01:22:23 PM
Thanks Vulcan ;)
Title: YA Basic
Post by: Stupid Mop on June 10, 2001, 06:41:29 PM
If you can program in any Basic language you should be able to do it in YA Basic. It\'s familiar. I\'m learning Visual Basic so I sort of know what I\'m doing
Title: YA Basic
Post by: Living-In-Clip on June 10, 2001, 07:55:38 PM
Quote
Originally posted by Vulcan Raven
If you can program in any Basic language you should be able to do it in YA Basic. It\'s familiar. I\'m learning Visual Basic so I sort of know what I\'m doing


If you are learning Visual Basic, I recommend "Visual Basic 6 from Ground Up" by Cornell and also of course you can\'t go wrong with the "Offical Microsoft Visual Basic 6 Documentation" or whatever they are called. They are good books that cover the basics and so on.
Title: YA Basic
Post by: dawid22 on June 10, 2001, 10:31:09 PM
Here is the official site:

http://www.playstation-basic.com/yabasic/index.html

and here is another cool site:


http://www.yabasic.co.uk/files.html#games

Check out the second if you feel like playing pong or Who wants to be a Millionare.

Only thing is this??...who the hell is going to take their time to insert all the coding??...for all if you do not have a USB keyboard.

What do you guys think?
Title: YA Basic
Post by: Bossieman on June 11, 2001, 09:26:50 AM
Thanks for the links.
Title: YA Basic
Post by: bd on June 11, 2001, 03:12:15 PM
Its a shame that Sony didnt do anything with YA-Basic on the PS2, could have been a great way to get people interested in developing their own games - but look on coverdiscs and in the magazines and you see nothing about YA-Basic, even the Playstation-Basic site remains virtually unchanged since its launch.

For those interested in looking at using Basic for games development maybe they should try out these two versions of Basic aimed at games development:
- http://www.blitzbasic.com
- http://www.darkbasic.com

Also does anyone remember that fully featured games development kit for the PS2 released in Japan that was based around Basic? Has there been any new news on it?

-bd
Title: YA Basic
Post by: Stupid Mop on June 11, 2001, 05:49:17 PM
Thanks for all the links guys.
Title: YA Basic
Post by: Animal Mother on June 11, 2001, 06:00:20 PM
It\'s not hard to do stuff in basic. even humping chimps
:D
Title: YA Basic
Post by: dawid22 on June 12, 2001, 06:08:06 AM
Has anyone here used a USB keyboard for the programming?...instead of the control.  I will, not the hell, use the control to program any games because I would sit from now to the end of the month just to program Pong.
Title: YA Basic
Post by: Seed_Of_Evil on June 12, 2001, 12:52:38 PM
Quote
Originally posted by dawid22
Here is the official site:

http://www.playstation-basic.com/yabasic/index.html

and here is another cool site:


http://www.yabasic.co.uk/files.html#games

Check out the second if you feel like playing pong or Who wants to be a Millionare.

Only thing is this??...who the hell is going to take their time to insert all the coding??...for all if you do not have a USB keyboard.

What do you guys think?



:D :D :D eyh friend do you wanna I´m 12 or 14 hours writing a code for play a game with 15 questions?? jajaj, that´s impossible.
Title: YA Basic
Post by: PS2_-'_'-_PS2 on June 20, 2001, 04:18:02 AM
:nut:Is programming on Visual Basic hard about 2 start it in skool??!!":nut:
Title: YA Basic
Post by: Living-In-Clip on June 20, 2001, 04:49:31 AM
Quote
Originally posted by PS2_-\'_\'-_PS2
:nut:Is programming on Visual Basic hard about 2 start it in skool??!!":nut:


No way. It is a simple language, thanks to the Visual aspect of it.

In alot of languages you have to code everything include the buttons. In VB, it is a simple matter of drag and drop the button, then link the button to the event you wish for it..

The only time VB gets complicated is if you decide to incorpate the Windows API and that still isn\'t hard. It just takes alittle more paitence.

Overall, its nothing hard and a great entry level programming language.  Just read books and try everything. Then, after you have masted that language, if you find you enjoy programming, you can always move to a more open-ended language, such as C/ C++.