+CyranoJ Posted November 20, 2017 Share Posted November 20, 2017 and why not 7 barbarians on jaguar with my engine, it will be easy to do all the others. one thing could be more cool : to have all the 7 versions in only one rom! but for the moment i will finish this one...and there is work to do Fantastic! Maybe I should look at Dungeons of Drax 2 Quote Link to comment Share on other sites More sharing options...
F.L Posted November 23, 2017 Author Share Posted November 23, 2017 hello new update of the rom 0.24 i have down the speed of all the animations now the game runs at 60fps with good speed and today i have bought an atari jaguar with 2 pads i'd like to test my rom of it but what a shame that an everdrive dont exist !!! Quote Link to comment Share on other sites More sharing options...
swapd0 Posted November 23, 2017 Share Posted November 23, 2017 hello new update of the rom 0.24 i have down the speed of all the animations now the game runs at 60fps with good speed and today i have bought an atari jaguar with 2 pads i'd like to test my rom of it but what a shame that an everdrive dont exist !!! Get a skunkboard or wait for the SD cartridge. Quote Link to comment Share on other sites More sharing options...
F.L Posted November 24, 2017 Author Share Posted November 24, 2017 (edited) I dont know the skunkboard. Its like a linker ? It is easy to use ? Have someone here who tried my beta rom on a real jaguar with this ? I have again a question for the code : how to have a random value with rb+? It is rand(1-10) or rnd ? Thanks in advance Edited November 24, 2017 by F.L Quote Link to comment Share on other sites More sharing options...
+CyranoJ Posted November 24, 2017 Share Posted November 24, 2017 I dont know the skunkboard. Its like a linker ? It is easy to use ? Have someone here who tried my beta rom on a real jaguar with this ? I have again a question for the code : how to have a random value with rb+? It is rand(1-10) or rnd ? Thanks in advance Quite happy to test and make a video if you want to send the ROM over. PM me if interested. 2 Quote Link to comment Share on other sites More sharing options...
swapd0 Posted November 24, 2017 Share Posted November 24, 2017 http://atariage.com/forums/topic/201788-everything-you-wanted-to-know-about-the-skunkboard/ Quote Link to comment Share on other sites More sharing options...
ggn Posted November 24, 2017 Share Posted November 24, 2017 I have again a question for the code : how to have a random value with rb+? It is rand(1-10) or rnd ? Have a look at this thread. 1 Quote Link to comment Share on other sites More sharing options...
F.L Posted November 24, 2017 Author Share Posted November 24, 2017 Thanks cyranojones ! you already have the link of the rom in my signature, and available for everybody: https://www.dropbox.com/s/vglohty2qi4kgu6/barbarianBETA.rom?dl=0 I am impatient to see it in video ! Ok ggn, i will look at this Quote Link to comment Share on other sites More sharing options...
+CyranoJ Posted November 25, 2017 Share Posted November 25, 2017 https://youtu.be/zJ53qhE-EEA 3 Quote Link to comment Share on other sites More sharing options...
F.L Posted November 25, 2017 Author Share Posted November 25, 2017 Thanks a lot ! Its works fine ! Exept for the three and the goblin out of screen, i will look at this ! 1 Quote Link to comment Share on other sites More sharing options...
+CyranoJ Posted November 25, 2017 Share Posted November 25, 2017 Thanks a lot ! Its works fine ! Exept for the three and the goblin out of screen, i will look at this ! Looks like some stuff gets hidden to the right hand side, but not far enough. Also, pressing the buttons on the pad causes it to print something under the health counters. But great work! 2 Quote Link to comment Share on other sites More sharing options...
F.L Posted November 26, 2017 Author Share Posted November 26, 2017 Thanks ! There is still work to do but a big step is reached ! The things you can see at the side of the snake are landmarks of debugging, its when the snakes are screaming I have forgetten to delete them when i have done the rom 2 Quote Link to comment Share on other sites More sharing options...
F.L Posted November 28, 2017 Author Share Posted November 28, 2017 hello i have updated the rom, all the animations are now available you can control the two barbarian in vs mode, and they can change their side the solo mode is working too but still in work. (change the mode with option button) some pieces of big sprites are missing, its normal i thing i have fixed the bugs of the three and the goblin that were in the cyrano's video see ya for the next update 4 Quote Link to comment Share on other sites More sharing options...
F.L Posted December 5, 2017 Author Share Posted December 5, 2017 hello i new video of the last beta 0.29 : https://youtu.be/bDH1pQP8ROo all the animations of left player are finished now i must finish the right player 10 Quote Link to comment Share on other sites More sharing options...
F.L Posted December 10, 2017 Author Share Posted December 10, 2017 (edited) hello here is some news of the week-end i have done good work : the score, the blood spot and the wizard' fire are displayed here here the 0.35 beta in video : https://www.youtube.com/watch?v=-d3mQRQpaEU i hope you will enjoy to test it i'm in love with rb+ , this compiler is realy fantastic see ya F.L Edited December 10, 2017 by F.L 9 Quote Link to comment Share on other sites More sharing options...
ggn Posted December 10, 2017 Share Posted December 10, 2017 i'm in love with rb+ , this compiler is realy fantastic Speaking as the person who strung up rb+ together I'm glad you're enjoying it. I'm always interested in opinions from people that use it: what they like about it and what they don't, also if there's something that the system could do to make their lives easier. I welcome all criticism and am happy to discuss, so if you want you can share your experiences with us. Make a new post, reply here, always if you feel like it, all good! 6 Quote Link to comment Share on other sites More sharing options...
F.L Posted December 13, 2017 Author Share Posted December 13, 2017 Hello I have updatep the rom, now the snake are screaming I have a question : it is possible to draw coloured lines, square or rectangle with rb+ ? Thanks in advance Quote Link to comment Share on other sites More sharing options...
ggn Posted December 13, 2017 Share Posted December 13, 2017 (edited) I have a question : it is possible to draw coloured lines, square or rectangle with rb+ ? Thanks in advance Nope, sorry! Getting lines, circles, boxes etc on screen was really low in the priority list and since nobody ever asked for these, they were never implemented . However, this doesn't mean we can't implement them as rb+ code and actually be fast enough. Would you care to explain what you aim to do in more detail? Edited December 13, 2017 by ggn 1 Quote Link to comment Share on other sites More sharing options...
F.L Posted December 13, 2017 Author Share Posted December 13, 2017 Drawing a filled rectangle it was for hiding the points of life of the players. But a can do it with a black sprite... But i probably need to draw coloured lines for a new project, a pseudo3d race game like outrun Here is an example of how i'm doing the road with lines: I hope you will integrate it ! Quote Link to comment Share on other sites More sharing options...
ggn Posted December 13, 2017 Share Posted December 13, 2017 But i probably need to draw coloured lines for a new project, a pseudo3d race game like outrun Here is an example of how i'm doing the road with lines: I hope you will integrate it ! Okay, then you really won't get far with drawing lines in software! It's not going to be efficient. Sporadic has made lots of experiments in this field, see this thread for the full history. rb+ had to be extended in order to speed up the road code. First he used many 320x1 objects to compose the road but then he actually switched to blitter. Probably ask such questions in that thread . 2 Quote Link to comment Share on other sites More sharing options...
Sporadic Posted December 13, 2017 Share Posted December 13, 2017 The BlitLine example in RB+ should get you started. That draws lots of horizontal lines using the Blitter. It's a simple example that can be improved for speed by using the blitter in faster ways (such as Phrased blits instead) but it will give you a starting point. (For the BlitLine example, you must disable/untick the "Fast Blitter" option inside Virtual Jaguar options). 3 Quote Link to comment Share on other sites More sharing options...
F.L Posted December 13, 2017 Author Share Posted December 13, 2017 ok, thanks , i will look at this Quote Link to comment Share on other sites More sharing options...
F.L Posted December 16, 2017 Author Share Posted December 16, 2017 hello i have updated the rom, i have added the flying head and his shadow the end is near see ya for next update 5 Quote Link to comment Share on other sites More sharing options...
F.L Posted December 31, 2017 Author Share Posted December 31, 2017 hello for my last update of 2017, i finish with a little joke i have added some sound and music, it works fine try it, i put the rom in attached file you know those sound, and i hope you will smile 49.rom 2 Quote Link to comment Share on other sites More sharing options...
ggn Posted December 31, 2017 Share Posted December 31, 2017 \o/ ...but I was half expecting this: Hapy new year to you too! 2 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.