Jump to content
IGNORED

HMS Raptor


CyranoJ

Recommended Posts

I think we will be making more of these quick & fun games/remakes/whatever you want to call them as it helps keep bigger projects from becomming work-like. As we say on our site & have always said, we're Atari fans not just Jaguar fans & love the games we grew up with on 8-bit machines, the Jaguar is really easy for stuff like this. Sure, some people might think it's not worthy of the system, but also some people are Atari fans first and Jaguar fans second at the best ;-) We'll see what happens when Raptor is released, I imagine if anyone makes use of it this kind of game will be good to start with.

I agree, we are Atari fans or "retro gamers" so having update 2600,5200,7800 and XEGS games on the Jag should be the norm, Atari should had did that from the start :roll: Just look @ Nintendo they all ways update their retro games :D and any way the other option is for someone to make some working 2600/5200/7800/XEGS emulator's which I don't see in the Jag's future. :-o

Edited by walter_J64bit
  • Like 3
Link to comment
Share on other sites

As someone that's been away for a quite a while, is this burnable to CD or do I need a Skunkboard?

 

It's not the final version of the game (can't say how long it'll be before we release that), but you can use JiFFI to make a CD image and burn that.

 

the other option is for someone to make some working 2600/5200/7800/XEGS emulator's which I don't see in the Jag's future.

 

Maybe not but you wouldn't be alone in wanting those.

Link to comment
Share on other sites

Crikey! You avoid the internet for a day & a new jag game gets released! Will fire up my skunk at some point to have a blast of this! I vaguely remember the 2600 original, I love these old activision games! Thanks guys for this & look forward to more distractions in the future! :) Thanks CDi for the vid review!

 

A quick question about Raptor to the guys! I really don't know my arse from my elbow when it comes to programming, but with raptor library how easy would it be for a complete beginner to produce something like this (2600 update) I don't have time this year to do much, but when I have gotten my year of study out the way, I would like to attempt some programming.

 

Cheers!

Link to comment
Share on other sites

A quick question about Raptor to the guys! I really don't know my arse from my elbow when it comes to programming, but with raptor library how easy would it be for a complete beginner to produce something like this (2600 update) I don't have time this year to do much, but when I have gotten my year of study out the way, I would like to attempt some programming.

 

hi Gaz,

 

RAPTOR will handle all the setup, graphics format conversion, object movement, animation, collision detection, joypad/rotary input, memorytrack/score saves and music and sound effects for you. The object definitions (what stuff looks like, how it moves, etc) is all scripted, the animation engine (RMotion) is all scripted, and the music bank is all 'scripted' (although slightly differently!)

 

You will still have to code the 'logic' for a game - but given you have Linko and can always contact us directly, I think you'd be good to go if you decided to try and make something yourself! Can't wait to see what people make with this :)

  • Like 2
Link to comment
Share on other sites

A quick question about Raptor to the guys! I really don't know my arse from my elbow when it comes to programming, but with raptor library how easy would it be for a complete beginner to produce something like this (2600 update) I don't have time this year to do much, but when I have gotten my year of study out the way, I would like to attempt some programming.

hi Gaz,

 

RAPTOR will handle all the setup, graphics format conversion, object movement, animation, collision detection, joypad/rotary input, memorytrack/score saves and music and sound effects for you. The object definitions (what stuff looks like, how it moves, etc) is all scripted, the animation engine (RMotion) is all scripted, and the music bank is all 'scripted' (although slightly differently!)

 

You will still have to code the 'logic' for a game - but given you have Linko and can always contact us directly, I think you'd be good to go if you decided to try and make something yourself! Can't wait to see what people make with this :)

Thanks for the answer. Will defo be trying something with this. Must also be music to the ears of others in the same situation as me! This will hopefully bring more people into the fold which can only be good for the scene as a whole :)

Link to comment
Share on other sites

A quick question about Raptor to the guys! I really don't know my arse from my elbow when it comes to programming, but with raptor library how easy would it be for a complete beginner to produce something like this (2600 update) I don't have time this year to do much, but when I have gotten my year of study out the way, I would like to attempt some programming.

 

hi Gaz,

 

RAPTOR will handle all the setup, graphics format conversion, object movement, animation, collision detection, joypad/rotary input, memorytrack/score saves and music and sound effects for you. The object definitions (what stuff looks like, how it moves, etc) is all scripted, the animation engine (RMotion) is all scripted, and the music bank is all 'scripted' (although slightly differently!)

 

You will still have to code the 'logic' for a game - but given you have Linko and can always contact us directly, I think you'd be good to go if you decided to try and make something yourself! Can't wait to see what people make with this :)

 

You only need to code the logic ?

Are there any plan to write a simple 'script' to ASM converter in order to make game writing with RAPTOR even easier ?

Link to comment
Share on other sites

Are there any plan to write a simple 'script' to ASM converter in order to make game writing with RAPTOR even easier ?

 

I think a BASIC to ASM converter would be better. If a developer is going to all the trouble of parsing a complex script (like the kind needed for games) it would make more sense to make the script a "real" language in my opinion. The need for a BASIC like language on the jag has been discussed in the past so maybe its a good time to discuss it again?

Link to comment
Share on other sites

Of course, a real language like Basic would be better, I put intentionally 'script' between '' because if many things are managed by Raptor, we could deal with something more light (even if it restrict the potential, at least in first script language version).

 

The question of who is of course more important, I have deal with stuff like this 20 years ago (compiler, interpreter, even from imaginary simili-Pascal language to imaginary assembler on imaginary silly processor, with or without LEX/YACC), but this is really old (and I had multiple brain washes till this time) and I have strictly no experience in 68k programming, so writing a converter to 68k or an interpreter in 68k (there are some sources on the net for this, but that would need lots of rework) would probably be out of my capacities right now for me :(

 

But first, I would probably need to know more about Raptor.

Matmook, Sh3, Linko, will you have some spare time during AC ?

Link to comment
Share on other sites

Well, I'm quite happy writing the "core" of RAPTOR (and then using it myself with assembler) - while I'd love to see a higher level language be able to drive that core, it's not something I feel lies along my path. I have no experience at all writing compilers/interpreters (and, interpreters would be too slow to be useful IMHO) - However, saying that, I will gladly help as much as I can if someone else would like to give it a serious go.

  • Like 4
Link to comment
Share on other sites

If I may offer a gameplay suggestion: have the sub "lock in" to shooting in one direction while the fire button is pressed down. Would allow for some more strategic maneuvering :)
I like that idea, we'll give it a go and see how it plays before we release the final version (with Sauron's levels and edits), cheers!
I.think your Raptor give.us.good games in the future
Have you been looking at our svn? ;-) I think we might show what a proper Raptor game can look like at AC 2012 and hopefully Matmook will do the same with the stuff he's been working on as he helps further develop Raptor (and maybe also in the 24 hour coding competition?!). Would be good to see some of the ejagfest regulars make it to AC this year, it really is an amazing, productive event and worth the trip being over 2 days.

 

Ok I'll bite and look really dumb by asking; What is AC 2012, when and where?

Link to comment
Share on other sites

It is a french convention, nearly in the middle of nowhere :D (in fact, in a nice small village near Paris)

This year, it will help in April 14 and 15th.

 

There are historicaly lots of Atari fans, coders and even gamers. But other retro stuff like Amstrad, MSX, Amiga (even the new and cool OS and computer) are well represented.

 

Based on some older stupid challenges (wonder who were stupid enough to make things like that :D), there is now a 24h coding contest. Last year, it was based on Tetris thema, there have been 2 projects on Jaguar (Reactris, and Tetrisbug), 1 on Amstrad, 1 on GBA, 1 on GP32 (winner of the competition) and 1 on Lynx (my Tetris Raiden concept)... Fun, creative and exciting contest...

  • Like 5
Link to comment
Share on other sites

  • 2 weeks later...

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...