Ok this is for Code probs but dont see anything else to place it in.
Well i want to make a map but how? I can make a map file but how do i put an NPC there and make buildings and go on.
And when i put my code in that i got from the beginning it was Basecamp i think. Well i get over 147 errors and i cant run my game. It says Duplicate Definnition or something and Previous Definition. Wat does this all meen and wat am i supposed to do? It take me to the errors but i dont know how to fix em.
Oh yea before i forget, i live in the Netherlands can i still order the blue book?
ID:267195
Jan 1 2003, 7:28 am
|
|
Jan 1 2003, 8:31 am
|
|
Hmm i think couse base camps in you Lib foldor to that you Got the DUP error and PRE error if you just whant to try the map maker just add a mob and some turfs
|
In response to Mordor
|
|
Can u plz give me an example of the code?
For the map making and that other stuf against the error |
In response to Ghost_Z
|
|
Make a .dmp file. Open it up. Use the object tree (under the Object tab) to select mobs, turfs, etc. from your game, and click on the map to place them.
And another thing... Can u plz give me an example of the code? My answer: TheCode |
In response to Crispy
|
|
Thats quite harsh, since he did say 'an example' instead of 'could someone give me the code'.
|
In response to Hazman
|
|
He Gives me the Code
If you just read the post before you would know wat sort of code i was asking for but ok if you want be to be precise: Can u give an Example the DUP error and PRE error. Thx And That Map Prob, i look at object in my Game Maker but there aint any files there But i do got Pics and Turfs and there DMI files |
In response to Ghost_Z
|
|
Are you copying the basecamp code into your game? You don't need to.
To make things to fill a map with, you need to define turfs. Many games use grass as turf. A turf looks like this: turf/grass If you want buildings and things that you cannot walk through, you would have: turf/wall To add these things to your map, simply open the map file and use the object tree. Find 'turf' and click the + sign. This gives a list of turfs. To use one, click it and then click where you want the turf to be, like Paint or photo house. In this way, a map can be created and filled with turfs. |
In response to Hazman
|
|
Hazman wrote:
Thats quite harsh, since he did say 'an example' instead of 'could someone give me the code'. Nevertheless, he used the phrase "the code", which is incorrect. Anyway, that doesn't excuse him. Saying "an example" does indicate that he knows there is more than one way of doing it, but that's just like saying "a code", which is also incorrect. =P EDIT: Anyway, he didn't learn his lesson. [link] :-D |
In response to Ghost_Z
|
|
Ghost_Z wrote:
He Gives me the Code Once again: TheCode If you just read the post before you would know wat sort of code i was asking for As you were using the word "code" way too much and didn't even bother to use proper grammar and spelling, I didn't understand what you meant. This is why people correct them all the time! If you can't say something properly, nobody will understand you. but ok if you want be to be precise: Sure. <code>test.dm:3:error:H :duplicate definition test.dm:2:error:H :previous definition</code> That's an example of duplicate/previous definition errors. That is what you wanted, right? That's what you said you wanted, anyway. And That Map Prob, i look at object in my Game Maker but there aint any files there Ah, now I understand! I thought you'd read at least one tutorial, but obviously I was mistaken. As Hazman's already posted about that, I won't elaborate on his explanation, but I will give you some friendly advice: Read all of these and don't stop reading them until you understand everything in them. They will help you a lot, especially ZBT, ZBT2, and ZBT3. |