Oct 18 2009, 11:13 am
|
|
what do i do? I downloaded it whats next
|
Tip to others: Don't do what I did and try modifying game sources, combining many libraries, or skipping the blue book. Its not gonna work. Read it, if it would be more helpful definatly get a hard copy. If you are intent on having some fun first, try one or two of the ZBT tutorials.
|
Ryuuka Satake wrote:
Ok, I've gotten up to lesson one. And then I get an error. |
Make sure your mob is getting placed on the map. This happens automatically in mob/Login(), but if you override mob/Login() then it won't happen anymore unless you include ..() somewhere to call the default behavior.
Or you can assign a starting location yourself, such as: mob/Login() src.loc = locate(1, 2, 3) Or, if you want to set the tag for a certain turf or area or "start", then you can use this: mob/Login() src.loc = locate("start") Just be mindful that the comments section is stripping out the tabs. |
@Darkjohn66: "and i dont even know how to learn more after doing that..
" I accidentally pressed F1 and searched randomly in the ref, try that or by looking at some of the free resources |
Bhigpx wrote:
so where do i go to actually start making a game? After you installed BYOND, you open the Dream Maker program and begin working on your game. |
k when i get to making the world map it tells me due to compilation errors,the object tree cannot be trusted for map generation. The errors must be corrected before editing the map. Wat do i do?
|
Dlbasham wrote:
k when i get to making the world map it tells me due to compilation errors,the object tree cannot be trusted for map generation. The errors must be corrected before editing the map. Wat do i do? It means you changed or removed a type of atom, even though it was still on the map. If you removed it, just make the little boxes with the type paths contain nothing (ex. you'd /obj/poop with nothing; just delete /obj/poop), and if you changed the type path, enter in the correct path (ex. /obj/poop would change to /obj/pop) |
i'm learning to code but i can't code in admins to a game can someone help me here
|
To the people asking how to create a game- have you even read the stuff on this page? Follow the links.
|
How do i make the game i am on dream maker right now but i cant do anything for some reason like make a map
|