Welcome, Guest. Please login or register.

Author Topic: Creating games with Backbone - Step by Step for beginners!  (Read 37729 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Methuselas

  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 2205
    • Show only replies by Methuselas
Re: Creating games with Backbone - Step by Step for beginners!
« Reply #44 on: December 14, 2012, 05:30:29 AM »
Quote from: XDelusion;718978
I created a Sprite Sheet and saved it as a PNG. I then converted it to an uncompressed IFF file with PPaint, and BackBone insists that it is not a valid IFF image.


Make sure to convert it to 8, 16, 32, or 64 colors. 32 and 64 colors only work in 320x200 EHB mode. It won't load properly, if you don't have it matching the proper color settings in Backbone.


Really wish someone would disassemble it, so we could enhance it.
\'Using no way as way. Having no limitation as limitation.\' - Bruce Lee

\'No, sorry. I don\'t get my tits out. They\'re not actually real, you know? Just two halves of a grapefruit...\' - Miki Berenyi

\'Evil will always triumph because good is dumb.\' - Dark Helmet :roflmao:

\'And for future reference, it might be polite to ask someone if you can  quote them in your signature, rather than just citing them to make a  sales pitch.\' - Karlos. :rtf
 

Offline XDelusion

  • Alien Breeder
  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 5089
    • Show only replies by XDelusion
    • http://starwarslegacy.net/
Re: Creating games with Backbone - Step by Step for beginners!
« Reply #45 on: December 14, 2012, 05:39:08 AM »
I Take it the "Less Colors" option is not what I'm looking for?

Where do I need to go in PPaint to do this?

Thank you!

Quote from: Methuselas;718985
Make sure to convert it to 8, 16, 32, or 64 colors. 32 and 64 colors only work in 320x200 EHB mode. It won't load properly, if you don't have it matching the proper color settings in Backbone.


Really wish someone would disassemble it, so we could enhance it.
Earth has a lot of things other folks might want... like the whole planet. And maybe these folks would like a few changes made, like more carbon dioxide in the atmosphere and room for their way of life. - William S. Burroughs
 

Offline Methuselas

  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 2205
    • Show only replies by Methuselas
Re: Creating games with Backbone - Step by Step for beginners!
« Reply #46 on: December 14, 2012, 07:19:38 AM »
Quote from: XDelusion;718986
I Take it the "Less Colors" option is not what I'm looking for?

Where do I need to go in PPaint to do this?

Thank you!

Project >Image Format. Change the settings to whatever you need, including colors.

Keep in mind that Half Brite modes only half the 16 color you pick, which is the maximum for ECS. In other words, at 32 colors EHB, you'll have 16 half tones and in 64 colors EHB you'll have 48 half tones.
\'Using no way as way. Having no limitation as limitation.\' - Bruce Lee

\'No, sorry. I don\'t get my tits out. They\'re not actually real, you know? Just two halves of a grapefruit...\' - Miki Berenyi

\'Evil will always triumph because good is dumb.\' - Dark Helmet :roflmao:

\'And for future reference, it might be polite to ask someone if you can  quote them in your signature, rather than just citing them to make a  sales pitch.\' - Karlos. :rtf
 

Offline carvedeye

  • Hero Member
  • *****
  • Join Date: Jan 2007
  • Posts: 1563
    • Show only replies by carvedeye
Re: Creating games with Backbone - Step by Step for beginners!
« Reply #47 on: December 28, 2012, 10:34:35 PM »
Hi guys im wanting to make a game using backbone and think cammys tutorial is great, my question is this i have downloaded a load of sprite sheets in .PNG format and i would like to know how i will add these to backbone, do i just change them from .PNG to Bitmap to add them to back bone?

All help appreciated.
« Last Edit: December 29, 2012, 01:09:02 AM by carvedeye »
A1200T: M1230XA 50Mhz 68030 w/64mb,DVDRom, 80gb hdd, Realtek LAN Card, Mediator LT4 + Radeon 9250 128mb(used for fast ram), Spider USB Card, Voodoo 3 3000 OS 3.9 +bb 1-3
 

Offline amiman99

Re: Creating games with Backbone - Step by Step for beginners!
« Reply #48 on: December 30, 2012, 03:38:47 PM »
Quote from: carvedeye;720573
Hi guys im wanting to make a game using backbone and think cammys tutorial is great, my question is this i have downloaded a load of sprite sheets in .PNG format and i would like to know how i will add these to backbone, do i just change them from .PNG to Bitmap to add them to back bone?

All help appreciated.
On PC side:
1. Make sure your sprites are in 16 colors, you can color reduce if is more.
2. Go to MS Paint and create canvas size 320x256
3. copy your sprites to it, no spaces between sprites.
4. save it in PNG

On Amiga side:
1. Open PPaint
2. Open your sprite file, open it with screen size 320x256 16 colors.
3. It's possible that the Background color is wrong and you need to swap it.
4. In PPaint,  select with left mouse button color 0 and with right mouse button select that background color , then go to colors menu and and select SWAP BKG to Foreground.
5. Adjust your Swapped colors in the Edit colors, I set the first color to 0,0,0 and the other to what ever it was. I write down the settings before I change it to Black 0,0,0.

I hope it helps.
A500 KS 2.1, 1MB Chip, 68000
A600 KS 3.1, 2MB Chip, ACA630 32MB RAM
A1000 KS 1.3, 8MB RAM
A1200 KS 3.1, Blizzard IV 50MHz 64MB RAM
A2000 KS 2.1, 68030 25MHz, 6MB RAM
A3000 KS 3.1, 68030 25MHz, 16MB RAM
A4000 KS 3.0, 68040 25MHz, 16MB RAM
CDTV KS 3.1, 4MB RAM
CD32
(AROS BOX) Dead :(
 

Offline carvedeye

  • Hero Member
  • *****
  • Join Date: Jan 2007
  • Posts: 1563
    • Show only replies by carvedeye
Re: Creating games with Backbone - Step by Step for beginners!
« Reply #49 on: December 30, 2012, 06:09:31 PM »
Thanks amiman99 i will give that a go :)
A1200T: M1230XA 50Mhz 68030 w/64mb,DVDRom, 80gb hdd, Realtek LAN Card, Mediator LT4 + Radeon 9250 128mb(used for fast ram), Spider USB Card, Voodoo 3 3000 OS 3.9 +bb 1-3
 

Offline STeADi

  • Newbie
  • *
  • Join Date: Aug 2005
  • Posts: 36
    • Show only replies by STeADi
Re: Creating games with Backbone - Step by Step for beginners!
« Reply #50 on: December 31, 2012, 07:55:58 PM »
Quote from: yssing;714864
Is the source for backbone available?
For those asking about the source.  I know Alastair and I'm afraid to tell you he's lost the source code a long time ago.  Sorry!
 

Offline amiman99

Re: Creating games with Backbone - Step by Step for beginners!
« Reply #51 on: January 06, 2013, 05:39:05 AM »
Very soon I will upload my first game demo made with Backbone, using some heavy modified textures provided by Cammy.
The details in the game are killing me, so the progress is slow, but I got help from my friend in the gfx department, so some stuff is looking very nice. even my son provided one graphic detail, an axe. Sound effects are made by me using the DSS8 sound sampler and music by Unknown found on Sound Terrific CD.
Stay tuned...
A500 KS 2.1, 1MB Chip, 68000
A600 KS 3.1, 2MB Chip, ACA630 32MB RAM
A1000 KS 1.3, 8MB RAM
A1200 KS 3.1, Blizzard IV 50MHz 64MB RAM
A2000 KS 2.1, 68030 25MHz, 6MB RAM
A3000 KS 3.1, 68030 25MHz, 16MB RAM
A4000 KS 3.0, 68040 25MHz, 16MB RAM
CDTV KS 3.1, 4MB RAM
CD32
(AROS BOX) Dead :(
 

Offline XDelusion

  • Alien Breeder
  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 5089
    • Show only replies by XDelusion
    • http://starwarslegacy.net/
Re: Creating games with Backbone - Step by Step for beginners!
« Reply #52 on: January 06, 2013, 06:12:18 AM »
Cool, looking forward to seeing it!
Earth has a lot of things other folks might want... like the whole planet. And maybe these folks would like a few changes made, like more carbon dioxide in the atmosphere and room for their way of life. - William S. Burroughs
 

Offline amiman99

Re: Creating games with Backbone - Step by Step for beginners!
« Reply #53 on: January 07, 2013, 01:12:38 AM »
Here is a teaser of my game made with Backbone:
http://www.youtube.com/watch?v=nQr7YoAd_1Q
A500 KS 2.1, 1MB Chip, 68000
A600 KS 3.1, 2MB Chip, ACA630 32MB RAM
A1000 KS 1.3, 8MB RAM
A1200 KS 3.1, Blizzard IV 50MHz 64MB RAM
A2000 KS 2.1, 68030 25MHz, 6MB RAM
A3000 KS 3.1, 68030 25MHz, 16MB RAM
A4000 KS 3.0, 68040 25MHz, 16MB RAM
CDTV KS 3.1, 4MB RAM
CD32
(AROS BOX) Dead :(
 

Offline carvedeye

  • Hero Member
  • *****
  • Join Date: Jan 2007
  • Posts: 1563
    • Show only replies by carvedeye
Re: Creating games with Backbone - Step by Step for beginners!
« Reply #54 on: January 10, 2013, 03:23:45 PM »
Quote from: amiman99;721544
Here is a teaser of my game made with Backbone:
http://www.youtube.com/watch?v=nQr7YoAd_1Q


That looks great, look forward to it being finished :)
A1200T: M1230XA 50Mhz 68030 w/64mb,DVDRom, 80gb hdd, Realtek LAN Card, Mediator LT4 + Radeon 9250 128mb(used for fast ram), Spider USB Card, Voodoo 3 3000 OS 3.9 +bb 1-3
 

Offline AmigaClassicRule

  • Hero Member
  • *****
  • Join Date: Oct 2011
  • Posts: 956
    • Show only replies by AmigaClassicRule
Re: Creating games with Backbone - Step by Step for beginners!
« Reply #55 on: January 10, 2013, 04:37:07 PM »
Quote from: carvedeye;721976
That looks great, look forward to it being finished :)

I still do not understand however about the editor and what limitations to expect.

Can I do the following with it?:

1) Have build in click and play events
2) Be able to have an NPC talk to you and ask for a specific items in order to pass or a door or force field etc?
3) Have different colored doors that are locked requiring keys with the same colored as the door to unlock them (using events)
4) Have teleportation event
5) Be able to combine items to make one item
6) Be able to do different AI for monsters
7) Can I have the character die or lose HP based on the height he fall from?
8) What if I want to make a level where I need to collect certain NPC to follow me and have to take them safely to the exit while making sure the monsters don't kill them or harm, is this something I can do?
 

Offline jj

  • Lifetime Member
  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 4051
  • Country: wales
  • Thanked: 2 times
  • Gender: Male
    • Show only replies by jj
Re: Creating games with Backbone - Step by Step for beginners!
« Reply #56 on: January 10, 2013, 04:45:19 PM »
Looking good dude.  If any advice would say get rid of or certainley make less loud the sound of the enemies walking.  especially as you can hear them some time befofr they become visible
“We don't stop playing because we grow old; we grow old because we stop playing.” - George Bernard Shaw

Xbox Live: S0ulA55a551n2
 
Registered MorphsOS 3.13 user on Powerbook G4 15"
 

Offline jj

  • Lifetime Member
  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 4051
  • Country: wales
  • Thanked: 2 times
  • Gender: Male
    • Show only replies by jj
Re: Creating games with Backbone - Step by Step for beginners!
« Reply #57 on: January 10, 2013, 04:50:41 PM »
Quote from: amiman99;721544
Here is a teaser of my game made with Backbone:
http://www.youtube.com/watch?v=nQr7YoAd_1Q

Looking good dude. If any advice would say get rid of or certainley make less loud the sound of the enemies walking. especially as you can hear them some time befofr they become visible
 
I like the way you made the dude dance to the music right at the end of the video :)
“We don't stop playing because we grow old; we grow old because we stop playing.” - George Bernard Shaw

Xbox Live: S0ulA55a551n2
 
Registered MorphsOS 3.13 user on Powerbook G4 15"
 

Offline carvedeye

  • Hero Member
  • *****
  • Join Date: Jan 2007
  • Posts: 1563
    • Show only replies by carvedeye
Re: Creating games with Backbone - Step by Step for beginners!
« Reply #58 on: January 10, 2013, 05:42:55 PM »
When ever i try and select a bitmap image i get an error saying "File is Not a Valid IFF Picture". all i did was try and add a bitmap image as described in the tutorial ?
I am using a sprite sheet with mario in different stances.
A1200T: M1230XA 50Mhz 68030 w/64mb,DVDRom, 80gb hdd, Realtek LAN Card, Mediator LT4 + Radeon 9250 128mb(used for fast ram), Spider USB Card, Voodoo 3 3000 OS 3.9 +bb 1-3
 

Offline XDelusion

  • Alien Breeder
  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 5089
    • Show only replies by XDelusion
    • http://starwarslegacy.net/
Re: Creating games with Backbone - Step by Step for beginners!
« Reply #59 from previous page: January 10, 2013, 05:56:02 PM »
Quote from: amiman99;721544
Here is a teaser of my game made with Backbone:
http://www.youtube.com/watch?v=nQr7YoAd_1Q



It looks like it is coming along VERY well!!! Looking forward to more updates! :)
Earth has a lot of things other folks might want... like the whole planet. And maybe these folks would like a few changes made, like more carbon dioxide in the atmosphere and room for their way of life. - William S. Burroughs