Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - arcus

Pages: [1]
1
hi, all
I created two games by sgdk, is there any way to merge the two maps into one? Or can I copy one map's layer into another?

Any help and suggestion will be welcome!

Frank

2
Help/FAQ / question about map editor
« on: 2005-09-28, 11:08:59 PM »
Thank you very much for your reply.
I have a question for SGDK. E.g., in the map there is a slope, and the sprite walk on the slope. How to adjust the pose and angle according to the slope not the plane. It is quite ugly that the sprite is always in same pose whenever on plane or slope. Is there any solution in SGDK to solve this problem?


Thanks a lot
Frank

3
Help/FAQ / question about map editor
« on: 2005-09-13, 11:39:37 PM »
Thank you very much for help.
I want to make a scrolling game, and I hope to use GameDev as the map editor. While for the basic game logic, I will create it in c++ with DirectX. And I'm still not sure whether I can use GameDev's physics and script system?
Anyway I will share the c++ code when the work is done?

thanks a lot
frank

4
Help/FAQ / question about map editor
« on: 2005-09-13, 02:06:06 AM »
hi,
I have another question.
In the .map file, I can only read the tileset name, such as
            Get #FF, , SLen
            LTDName = Space$(SLen)
            Get #FF, , LTDName
but I cannot get the image location information or the which image assciated with this tileset name, how can I get these information? Because without this, I cannot paste image according to a layer in my application.

Thanks a lot
Frank

5
Help/FAQ / question about map editor
« on: 2005-09-09, 03:25:24 AM »
Thanks greatly for the reply.
I follow the guideline as you say, and meet some problem.
e.g.,

"code
AddLayer LName, LTDName, LXR, Lyr, LTrans > 0
.............
ReDim BA(0 To Layers(I).Columns * Layers(I).Rows - 1) As Byte
Get #FF, , BA
Layers(I).Data.MapData = BA "

1,"Layers(I).Data.MapData" This code is related to BMDXCtls.dll, would you please give more detail information about the BMDXCtls.dll? And can you describe the relationship among the layer, map, tileset and so on from the code side?  For example, which class is related to these object and there relationship.
 
2,What is the information include in "BA"?

thanks a lot
have a nice weekend

Frank

6
Help/FAQ / question about map editor
« on: 2005-09-06, 07:26:06 PM »
Quote from: "bluemonkmn"
As I wrote above, the Map.cls file has a Load function that will demonstrate how to read the map file directly from the .MAP file that GameDev created.  Do you need help converting this code to C++ code that will read the file?

yes, it is exactly what I want.  Would you please to give me some help for this?

Thanks a lot
Frank

7
Help/FAQ / question about map editor
« on: 2005-09-06, 02:52:39 AM »
It is so happy meet the same name guy in this topic.
I have a question, how about the format of map, xml or other format. I don't like xml because of the efficiency. I see some other map data file in the gamedev, and how can I read this map information into memory.

Thanks a lot

Frank

8
Help/FAQ / question about map editor
« on: 2005-09-02, 03:46:28 AM »
Thank you very much for your reply.
I still have these questions:
1. Can I paste with different size tile in SGDK?
2. When I play the game, how about the SGDK streagy of loading the map? Does it load the screens just near the sprite or the whole map?
3. It seems that SGDK can export map data into xml file. Is there any dtd file to describe the xml format? where can I find the load code of build the whole world according to the map data file?

Thanks a lot

have a nice weekend

Frank

Pages: [1]