Sorry your browser is not supported!

You are using an outdated browser that does not support modern web technologies, in order to use this site please update to a new browser.

Browsers supported include Chrome, FireFox, Safari, Opera, Internet Explorer 10+ or Microsoft Edge.

Newcomers DBPro Corner / Sorry, I need Help again

Author
Message
DayCreator
21
Years of Service
User Offline
Joined: 12th Dec 2002
Location:
Posted: 18th Dec 2002 05:53
Sorry I need help -.- again with the same question!!!

Can you give a step by step thingy to help me out ripping this sprite sheet XD

http://dynamic4.gamespy.com/~mmm/spritesinc/sprites/x/mmx4sheet.gif

Sorry, If i asked alot, but I got the Dark Basics as a gift, and I really don't wanna waste Dark Basics, and I'am not a fast learner

Thank you Again
ICERGB
21
Years of Service
User Offline
Joined: 8th Nov 2002
Location: Canada
Posted: 18th Dec 2002 10:32
Wow!

That's alot of ripping.
I would suggest starting with only a few.
The images should be spaced evenly, so you can created a program to "get images" from your main picture.


Maybe if you narrowed down the question a bit.
John H
Retired Moderator
21
Years of Service
User Offline
Joined: 14th Oct 2002
Location: Burlington, VT
Posted: 18th Dec 2002 13:23
WOOOOOOOOOOO! Thats a lotta images! Id make a few smaller ones

Current - RPG: Eternal Destiny : Help Wanted!
Upcoming- MMOFPS- Paintball Game: HELP WANTED!
Http://halbrosproductions.netfirms.com
DayCreator
21
Years of Service
User Offline
Joined: 12th Dec 2002
Location:
Posted: 18th Dec 2002 22:30
I see, but when i even and make it smaller

How do i find the numbers like

Get Image x,x,x,x,x

I am not familair on how to do that -.-

John H
Retired Moderator
21
Years of Service
User Offline
Joined: 14th Oct 2002
Location: Burlington, VT
Posted: 19th Dec 2002 03:48
I dont mean make IT smaller, like make that into 4 smaller versions, like take it into a program and cut it up into 4 different images, or whatever you feel comfortable with.

For GET IMAGE, you need to find the coordinates of the image you want to get. I would do this, by loading up your bitmap, then making a 2d box over the image you want to grab. When the image is totally covered, use the GET IMAGE command, and just plug in the numbers used to cover the image with the box

EG
Load image "mygrabber.bmp",1
Paste image 1,0,0

BOX 20,40,60,80 : REM If this covers your image, then your all set, just write a personal note as which image it covers, eg, mega man idle

get image 2,20,40,60,80

I think thats how it works

RPGamer

Current - RPG: Eternal Destiny : Help Wanted!
Upcoming- MMOFPS- Paintball Game: HELP WANTED!
Http://halbrosproductions.netfirms.com
DayCreator
21
Years of Service
User Offline
Joined: 12th Dec 2002
Location:
Posted: 21st Dec 2002 02:44
Hey, how do i make a 2d box over the image?

John H
Retired Moderator
21
Years of Service
User Offline
Joined: 14th Oct 2002
Location: Burlington, VT
Posted: 21st Dec 2002 03:10
Box x1,y1,x2,y2 lol

RPGamer

Current - RPG: Eternal Destiny : Help Wanted!
Upcoming- MMOFPS- Paintball Game: HELP WANTED!
Http://halbrosproductions.netfirms.com
DayCreator
21
Years of Service
User Offline
Joined: 12th Dec 2002
Location:
Posted: 21st Dec 2002 16:36
Umm, sorry to ask again but its really important i learn this..

CAn you give me a code snippet, of how its suppose to be like? THe box thingy

John H
Retired Moderator
21
Years of Service
User Offline
Joined: 14th Oct 2002
Location: Burlington, VT
Posted: 21st Dec 2002 21:40
OK
Ill brb

Current - RPG: Eternal Destiny : Help Wanted!
Upcoming- MMOFPS- Paintball Game: HELP WANTED!
Http://halbrosproductions.netfirms.com
John H
Retired Moderator
21
Years of Service
User Offline
Joined: 14th Oct 2002
Location: Burlington, VT
Posted: 21st Dec 2002 21:47
Ok- for this, I used this image



Current - RPG: Eternal Destiny : Help Wanted!
Upcoming- MMOFPS- Paintball Game: HELP WANTED!
Http://halbrosproductions.netfirms.com
John H
Retired Moderator
21
Years of Service
User Offline
Joined: 14th Oct 2002
Location: Burlington, VT
Posted: 21st Dec 2002 21:55
I am going to get the E of [E]ternal. I super remmed this code so its easy to understand



You need the image I posted.

I hope this helps........

RPGamer

Current - RPG: Eternal Destiny : Help Wanted!
Upcoming- MMOFPS- Paintball Game: HELP WANTED!
Http://halbrosproductions.netfirms.com
John H
Retired Moderator
21
Years of Service
User Offline
Joined: 14th Oct 2002
Location: Burlington, VT
Posted: 21st Dec 2002 23:14
Here is a code that works with your image sheet

load image "mmx4sheet.bmp",1



Try removing the cls, and un-remming the BOX command, and you will see what the box is for. The box is drawn over the image that is grabbed. The box coordinates are used in GET IMAGE.

RPGamer

Current - RPG: Eternal Destiny : Help Wanted!
Upcoming- MMOFPS- Paintball Game: HELP WANTED!
Http://halbrosproductions.netfirms.com

Login to post a reply

Server time is: 2024-04-20 02:09:27
Your offset time is: 2024-04-20 02:09:27