Scrolling Game Development Kit Forum
Welcome, Guest. Please login or register.
2010-09-09, 05:36:12 PM

Login with username, password and session length
Search:     Advanced search
8920 Posts in 1007 Topics by 168 Members
Latest Member: mogzdogz
* Home Help Search Login Register
+  Scrolling Game Development Kit Forum
|-+  SGDK Version 1
| |-+  Help/FAQ
| | |-+  Known Issues
« previous next »
Pages: [1] Print
Author Topic: Known Issues  (Read 3374 times)
bluemonkmn
SGDK Author
Administrator
Fanatic
*****
Posts: 2146


2678251 BlueMonkMN@gmail.com
View Profile WWW Email
« on: 2005-03-12, 09:01:01 AM »

There is only one known problem in GameDev 1.4.6 (a problem which has been around forever):
  • The mouse pointer on the full screen tileset editor does not draw nicely -- it is almost invisible while the mouse pointer is moving.  This is due to strange code that had to be written to make the mouse pointer behave correctly on some video cards/drivers which would cause the mouse pointer to corrupt the display.  This will not be fixed in version 1.x, but will no longer be an issue in SGDK 2.0's windowed graphics editor.


The problems listed below from version 1.4.5 have been fixed:
  • Special Function of type Activate Series does not trigger sound
  • Minimizing the layer quick view and then exiting gamedev causes an error that prevents the view from ever coming up again, unless you delete the following registry key: HKEY_CURRENT_USER\Software\VB and VBA Program Settings\GameDev\Windows
  • Map editor can have an error if a path is being drawn very far off the visible area of the screen.
  • An error will occur if two sprites are more than 32767 pixels apart and a collision definition tries to test to see if they are colliding.
  • There is no way to SavePicture (save a screenshot, for example) from VBScript, will add one if a version 1.4.6 is ever released.
  • Solidity definitions crash gamedev when more than 256 tiles exist.  The failure should be nicer with a helpful error message.
Logged

Zorb Burger
Guest
« Reply #1 on: 2005-12-13, 11:17:25 PM »

u be fixin them!!!!! Cheesy
Logged
bluemonkmn
SGDK Author
Administrator
Fanatic
*****
Posts: 2146


2678251 BlueMonkMN@gmail.com
View Profile WWW Email
« Reply #2 on: 2006-01-27, 07:19:01 AM »

The following problems exist in 1.4.6, but have work-arounds:
  • When creating a path in the map editor, if any segment of the path is longer that 32767 pixels (if any point in the path is more that 32767 pixels away from the previous point) an error occurs.  To work around this, add extra points along long paths so that each segment is no longer than 32767 pixels.  I believe the problem only cares about horizontal or vertical distance (ie, I expect it would be OK to have a point that is 30000 pixels to the right and 30000 pixels below the previous point even though pythagoras would tell us that the second point is 42426.40687 pixels away from the first point).
  • When copying a block of tiles in the map editor, if the width or height of the block is wider or taller than 32767 pixels, an error occurs.  To work around this, copy the block in segments so that each block copied is no wider and no taller that 32767 pixels.
Logged

billybob884
Contributor
Fanatic
**
Posts: 355


ChameleonMan Progress: DONE!

billybob884@hotmail.com billybob884
View Profile Email
« Reply #3 on: 2006-02-07, 07:52:04 PM »

found this to be a bit of a problem, if you remove a tileset and then save+close, when you try to re-open, if a map needed that tileset it causes the builder to crash, citing run-time error 91
Logged

-- Mike "billybob884" McDermott

"In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move." :: Hitchhiker's Guide to the Galaxy
gwal
Regular
**
Posts: 69


Game Progress: Outer Space / Items


View Profile
« Reply #4 on: 2006-02-07, 08:38:27 PM »

If you ever want to 'cleanly' remove a tileset from your game, make sure to delete/change layers of maps or sprites that use it. I can see what you're saying though; I've removed tilesets several times only to find that there was some obscure sprite I had forgotten about which used the tileset's graphics.
Logged
billybob884
Contributor
Fanatic
**
Posts: 355


ChameleonMan Progress: DONE!

billybob884@hotmail.com billybob884
View Profile Email
« Reply #5 on: 2006-02-07, 09:36:53 PM »

the problem for me is that i have over 60 maps in my game irght now, and i thought i hadremoved it from what was using it, but apparently not. it wouldnt be that big a deal though if it told you what was using it, like what map or what sprite, but instead i had to go in and manually add the tileset back in before i could re-open the game wihtout it crashing
Logged

-- Mike "billybob884" McDermott

"In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move." :: Hitchhiker's Guide to the Galaxy
bluemonkmn
SGDK Author
Administrator
Fanatic
*****
Posts: 2146


2678251 BlueMonkMN@gmail.com
View Profile WWW Email
« Reply #6 on: 2006-02-07, 11:12:16 PM »

When I try to remove a tileset that is being used by a sprite definition or a layer in GameDev 1.4.6, I get an error message:
Cannot remove tileset "<whatever>" because it is being used by layer "<whatever>" of map "<whatever>".
or
Cannot remove tileset "<whatever>" because it is being used by sprite definition "<whatever>" on map "<whatever>".

I don't know how you are missing this unless you are using a really old version of GameDev.
Logged

billybob884
Contributor
Fanatic
**
Posts: 355


ChameleonMan Progress: DONE!

billybob884@hotmail.com billybob884
View Profile Email
« Reply #7 on: 2006-02-08, 05:02:42 AM »

well, i have 1.4.6, so idk. maybe its not using it, but then i don't know why it wouldnt start up when saying it couldnt find the tileset. but oh well, i fixed it
Logged

-- Mike "billybob884" McDermott

"In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move." :: Hitchhiker's Guide to the Galaxy
gwal
Regular
**
Posts: 69


Game Progress: Outer Space / Items


View Profile
« Reply #8 on: 2006-02-08, 05:35:57 PM »

wow. 60 maps is a lot.
Logged
Pages: [1] Print 
« previous next »
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!