Jump to content


camRA

Member Since 04 Nov 2008
Offline Last Active Aug 14 2012 09:00 AM

Posts I've Made

In Topic: Metroid Zero Mission Varia Suit Sprites Needed

08 November 2010 - 10:37 AM

Hey, oops I'm terribly sorry! Didn't see this message, and I went away on holiday for about two weeks and then forgot to check my gmc for ages!
Anyway, that would be awesome is you could recolour. However, if you want, could you just recolour one sprite for the Varia suit I need, and I will compare it to the ones with shoulder blades?

Thanks in advance

In Topic: Metroid Zero Mission Varia Suit Sprites Needed

12 July 2010 - 04:06 AM

I see. Are any of these one you're looking for? It says some are edited, and i don't have the actual ripped sprites on hand (of course :P), so I'm not sure.


Yes, thankyou Katuko.
I have seen this image, and this will help to explain what I am looking for :)

The one I am after is the one in the top row, second from the left, between the Yellow and Purple suits.
Although you would think it would be easy to find on the net, its not :) lol. I can only find different versions of this suit and they are not the ones I want, unfortunately.

In Topic: Metroid Zero Mission Varia Suit Sprites Needed

06 July 2010 - 01:10 PM

Thankyou for your help, but have already found this spread sheet. As said it doesn't have the sprites of Samus actually facing the screen. I didnt think it would be THIS hard! :)
If I could rip them I would, but I just don't know how -> I watched a tutorial the other day, ummmmm, yeah I might need to practise for a while and I just haven't got the time.

Thankyou for your help, Katuko, but I can't use this, sadly.

In Topic: Help With Glitch In My Metroid Game

07 March 2010 - 03:43 AM

I belive you should take and find the press code that you use to change armor .. as those above are just to check what armor you are wearing atm


Okay, here is the code for Press <Space>:

if suit='power' {
suit='varia'
break
}
if suit='varia' {
suit='gravity'
break
}
if suit='gravity' {
suit='power'
break
}


Is there anything you can see from that?
Thanks

In Topic: Game Maker Loading Time...?

02 October 2009 - 12:57 PM

The easiest fix is to go through your sprites and sounds and uncheck "preload". This will mean they are loaded when needed rather than all at once at the start of the game.


Awesome. Thanks a lot for your help :)