#80 Oct 18 2009, 1:13 pm
|
|
what do i do? I downloaded it whats next
| |
#81 Dec 2 2009, 5:19 pm
|
|
cool thx for the help
oo ^^ | |
#82 Dec 12 2009, 5:02 pm
|
|
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.
| |
#83 Dec 26 2009, 5:00 pm
|
|
wth,i dont under stand tell me how to make a game
| |
#84 Dec 26 2009, 5:01 pm
|
|
Ryuuka Satake wrote:
Ok, I've gotten up to lesson one. And then I get an error. | |
#85 Dec 26 2009, 5:20 pm
|
|
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. | |
#86 Feb 3 2010, 8:43 am
|
|
Where do i learn how to iconing?
| |
#87 Mar 4 2010, 1:13 pm
|
|
@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 | |
#88 Mar 18 2010, 3:04 pm
|
|
Leon.s.kennedy.123456789 wrote:
do i have to pay u know how to code? | |
#89 Mar 27 2010, 8:58 am
|
|
i dont have dream seeker
| |
#90 Apr 18 2010, 1:11 pm
|
|
so where do i go to actually start making a game?
| |
#91 Apr 18 2010, 1:46 pm
|
|
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. | |
#92 Apr 27 2010, 11:42 pm
|
|
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?
| |
#93 Apr 29 2010, 5:58 pm
|
|
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) | |
#94 May 11 2010, 7:51 pm
|
|
i'm learning to code but i can't code in admins to a game can someone help me here
| |
#95 Jun 13 2010, 5:25 am
|
|
i want to make a game ow
| |
#96 Jun 16 2010, 10:25 am
|
|
im download byond but now how to start create a game?
| |
#97 Jun 17 2010, 3:05 pm
|
|
To the people asking how to create a game- have you even read the stuff on this page? Follow the links.
| |
#98 Jun 19 2010, 2:59 pm
|
|
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
| |
#99 Jun 28 2010, 9:28 am
|
|
How do I make npc controls
| |