Scrolling Game Development Kit Forum

SGDK Version 1 => Help/FAQ => Topic started by: Jam0864 on 2006-11-03, 01:50:42 AM

Title: Display stuffing up.
Post by: Jam0864 on 2006-11-03, 01:50:42 AM
My friend just got SGDK and after about 3 minutes in the tileset editor it stuffs up. The screen goes black unless moving the mouse. Black and white squares show wherever the mouse has been and the screen flashes a light gray colour every second. He is using a laptop if that matters. I don't know his video card or anything like that and he doesn't either. Any help on this would be great.
Title: Re: Display stuffing up.
Post by: bluemonkmn on 2006-11-03, 06:59:46 AM
The tileset editor in version 1.x seems to be unusually sensitive to video driver bugs.  All I can suggest is to check for updated video drivers.  SGDK2 should not have this problem because it uses a windowed tileset editor, but SGDK2, of course, is not quite ready for release yet.  You can kinda make games with it already, though... if you're clever. :)

If all else fails, just edit graphics externally and use the import feature (Import Tile and Load Image can both be used to import external graphics) to import the graphics into GameDev.
Title: Re: Display stuffing up.
Post by: eric22222 on 2006-11-03, 07:01:22 AM
I've had that problem before, and I've found a quick fix: if you press the "store" button, the screen should stop blinking. Just make sure you aren't on a tile when you do that. Like, choose a blank tile before pressing store.
Title: Re: Display stuffing up.
Post by: Jam0864 on 2006-11-03, 10:03:39 PM
Cool. We'll try it out next time I see him.
Title: Re: Display stuffing up.
Post by: bluemonkmn on 2006-11-04, 07:27:09 AM
Oh, if you're talking about the flickering problem, that's documented here:
http://sourceforge.net/docman/display_doc.php?docid=6094&group_id=9970 (http://sourceforge.net/docman/display_doc.php?docid=6094&group_id=9970)

The last bullet suggests using the "Reset" button above the color palette.
Title: Re: Display stuffing up.
Post by: Jam0864 on 2006-11-04, 06:26:48 PM
The screen flickers, if you don't move the mouse the screen goes completely black and a whole lot of squares show up near the mouse.  :( It's so bad that once it happens it is almost impossible to draw because you can't see what you're doing.  :'( But hitting the store button fixes the problem for about 10 minutes so it isn't that big a deal now. Thanks for helping!  ;D ;D ;D
Title: Re: Display stuffing up.
Post by: sam on 2006-11-05, 02:33:42 PM
I see you're problem's been solved but, try TileStudio (http://tilestudio.sourceforge.net).

Edit: I see the websites down...or maybe it's just my comp...
Title: Re: Display stuffing up.
Post by: Jam0864 on 2006-11-05, 10:59:32 PM
I've got tilestudio and I hate it!  >:( I'd rather use MS Paint. I like SGDK's tileset editor because of the smoothing, 360* spin thing and anti-aliasing.  ;D I also like not having to go into the menus at the top of the screen, it has all the buttons on the screen.  ;D
Title: Re: Display stuffing up.
Post by: sam on 2006-11-06, 06:57:02 AM
Wow...
Well if you'd rather use Paint then you obviously didn't give TS much of a chance...
Title: Re: Display stuffing up.
Post by: eric22222 on 2006-11-06, 07:31:52 AM
Well, I have found that TS's palette is really difficult to operate. Getting a gradient between two colors requires one to search the palette for that one pixel, and click it the right number of times. The lack of rotation tools is also pretty annoying. I think the only ways that TS has the GameDev editor beat is in the random fill tool and being able to see how a tile looks in a group. Though neither have the option to edit two adjacent tiles at once, which would make backgrounds alot easier...
Title: Re: Display stuffing up.
Post by: sam on 2006-11-06, 03:11:32 PM
Random fill is a big thing, but also being able to select more than one color at once and drawing a shape with more than one color, along with lighting.
Title: Re: Display stuffing up.
Post by: bluemonkmn on 2006-11-06, 05:41:11 PM
How many of you have tried the SGDK2 graphics editor?  I think it has the best of all these and handles all features mentioned above, but if there's anything I've missed, now would be the time to tell me about it!
Title: Re: Display stuffing up.
Post by: eric22222 on 2006-11-06, 07:16:40 PM
I just tried it out, and love it. Usually I use a combination of GameDev's editor and Photoshop CS2 for my graphics. Some things I need to go to Photoshop for (that I didn't see in SGDK2) and some things that might just be nice:


That's just what I can think of now... If I come up with anything else I'll let you know.
Title: Re: Display stuffing up.
Post by: bluemonkmn on 2006-11-07, 06:26:33 AM
Those look like good ideas -- particularly useful to designing tiles and sprites.  I'll add them to my list and see if I can figure out how the heck to implement them :).
Title: Re: Display stuffing up.
Post by: bat on 2006-11-07, 10:10:13 PM
hey ben, different editing layers too!  :) 
Title: Re: Display stuffing up.
Post by: bluemonkmn on 2006-11-08, 06:28:44 AM
I don't think layers is a particularly necessary or useful feature for editing tile/sprite graphics, and would make the graphics editor unnecessarily complex for a game development kit.  Cells are kind of supposed to represent layers themselves.  If you need multiple layers, you can work with separate cells and create a composite tile from them in the tileset editor, (or just paste them together in a separate cell).  That doesn't mean you can't use a graphics editor that supports layers to create a graphic sheet ot cell.  I just think that it would be too much to integrate into a game creator... it's better left to the "import" feature, IMO.