Dribol (MSX 2) by Oniric Factor released

Page 1/2
| 2

By spl

Paragon (1470)

spl's picture

14-05-2015, 08:47

Argentine development group Oniric Factor have relesed four days ago their fourth game for MSX, their first MSX 2 game: Dribol.

http://www.oniric-factor.com/?page_id=1056

Download it now :-)

PS: More screenshots here http://www.msxblog.es/dribol-ya-esta-disponible/

Login or register to post comments

By Manuel

Ascended (19469)

Manuel's picture

14-05-2015, 09:52

Can someone translate the game to English?

By Grauw

Ascended (10768)

Grauw's picture

14-05-2015, 14:26

Wow, that looks really good!

By the way, on turboR it runs too fast because turbo mode is enabled…

By gdx

Enlighted (6217)

gdx's picture

15-05-2015, 08:10

Thank you, looks good. Smile

Grauw wrote:

By the way, on turboR it runs too fast because turbo mode is enabled…

I inserted a patch to fix it. Replace original PT3BASIC.BIN by the PT3BASIC.BIN below.

PT3BASIC.ZIP

I suggest to use Fire button to continue the game when player is dead. When we play with a joypad, press F5 key is painful in the long run. I also suggest not to save BASIC programs in ASCII code. It is slower to load.

By jorge.romero.9655

Master (147)

jorge.romero.9655's picture

08-06-2015, 17:37

Thanks for your feedback. Smile

I am Dribol's Programmer and Graphist. In Oniric we are a two person team: Aldo from Buenos Aires (Argentine) and I, From Sevilla (Spain).

I'm going to translate the game to English as soon as I get some free time.

The patch is a great Idea, thanks a lot, GDX. I would like to load the PT3 player somewhere the player doesn't need to press ctrl too, but I don't know how to make it. Any ideas?

MSX Forever!

By Imanok

Paragon (1200)

Imanok's picture

09-06-2015, 09:33

By gdx

Enlighted (6217)

gdx's picture

09-06-2015, 15:04

jorge.romero.9655 wrote:

I would like to load the PT3 player somewhere the player doesn't need to press ctrl too, but I don't know how to make it. Any ideas?

If onedrive not suitable try this AUTOEXEC.BAS:

5 POKE&HFBB1,1
10 SCREEN 0,,0: WIDTH 80: CLS: KEY OFF: COLOR 9,1,1: LOCATE 0,1
20 IF PEEK(&HFC4B) < 228 THEN GOSUB 50
30 COLOR 10: PRINT"DRIBOL IS LOADING..."
40 RUN"MENU"
50 PRINT"Press CTRL to reset the MSX until Beep!"
60 IF PEEK(&HFBE5+6) = 253 THEN POKE&HFD9A,&HC7
70 GOTO 60

(with it you can remove the POKE&HFBB1,1 into "MENU" file)

By jorge.romero.9655

Master (147)

jorge.romero.9655's picture

10-06-2015, 02:43

Thanks again, that is a very useful info. Smile

I have been working in a english translation tonight. For now you have all ingame texts in English. Except Intro, Final and the Lateral Menu, because it are graphic-composed text. As soon as i have enough free time for this project i will try to remake them.

Game Controls (in english):

Quote:

Cursors or joy to move
F1- LOOK
F2- REPAIR
F3- USE

(partial) English Translation:

http://www.oniric-factor.com/MSX/E-DRIBOL.rar

I have updated the Spanish version too:

http://www.oniric-factor.com/?page_id=1056

By gdx

Enlighted (6217)

gdx's picture

10-06-2015, 08:24

Oups, I forgot to remove the GOSUB in line 20.

20 IF PEEK(&HFC4B) < 228 THEN 50

I also noticed a graphical bug on the English version when I use the terminal (F3). (on emulator)

By jorge.romero.9655

Master (147)

jorge.romero.9655's picture

10-06-2015, 17:55

Arg!

All right, I only need to make a shorter phrase to solve the problem. I expect to get some free time tonight.

By jorge.romero.9655

Master (147)

jorge.romero.9655's picture

10-06-2015, 20:26

It is solved now. You can Download the fixed Translation at the same link. Smile

http://www.oniric-factor.com/MSX/E-DRIBOL.rar

Page 1/2
| 2