Subject
Replies
Started By
Last Reply
 
A BYONDscape Classic! This one was tricky to convert (through no fault of Kunark's), so if you spot problems, just let …
19
43
 
Find out how to publish hub entries, use byond:// URLs for all kinds of things, and create EXE files for distributing …
Page: 1 2 3 4
72
 
This Tutorial will explain how to create a new project in DM (Dream Maker) and go over several things that are needed …
Page: 1 2
20
 
The current iteration of the bounds_dist() may not be accurate enough. When something is 500 pixels south and 500 …
3
 
//Title: Cone of Effect //Credit to: Lummox JR //Contributed by: Jtgibson //Special thanks to: Foomer (for suggesting …
11
 
Well I was too lazy to write and screencapture this tutorial, so I have recorded a video tutorial instead. Basically …
6
 
Posting this here because it will hopefully help new developers. It explains it in the DM reference but its kind of …
2
 
Collaborate, collaborate, collaborate! A new library by Android Data.
Page: 1 2
21
 
I wanted to try my hand at creating a tutorial, so here's one about enemy AI. AI seems to be an aspect of games that is …
9
 
learn how to make a holding sensor.
2
 
A pixelated tribute to Bob Ross.
2
 
This tutorial will get us started on the creation of a simple leveling system by adding the variables and procedures …
4
 
Okay in this tutorial im going to teach you how to get your characters or mobs to look more alive …
10
 
Get Screen Resolution This function is for anyone wanting to get the resolution of their player's screen with one …
5
 
Ok so this gave me some trouble before so I decided to make this tutorial on how to get the screen resolution. I am …
14
 
Window & Window Object Resolution Functions Recently Dj Dovus posted a tutorial on how to get the player's resolution …
0
 
mob var ignoring = list()//A list variable is best for this mob verb Ignore(mob/M in world) if(M in usr.ignoring)// …
5
 
mob proc/Level() while(src.XP >= src.MXP) var/remainder = src.XP - src.MXP src You have leveled up to level …
16
 
This tutorial will cover a simple way to display players' stats to them in a stat panel. If you haven't already read …
Page: 1 2
31
 
The DM Reference is all I've ever needed to figure out what variables and functions BYOND has to offer (it's not much, …
7
 
Are you a new BYOND programmer trying to figure out where to start? Boy, do you have good timing! Kindly read this post.
Page: 1 2 3 ... 6 7 8
151
 
Part three of the series that explains how to use BYOND skins
4
 
A pixelated tree tutorial!
2
 
A post about a tool that will automatically remove all references to resources which use file_dir and replace it with a …
2
 
The 8th Tutorial in the Series. This one covers how to create enemies and their murderous AI.
Page: 1 2
31
 
Part four of the series that explains how to use BYOND skins
Page: 1 2 3
42
 
A little snippet for separating like and unlike messages.
1
 
Some tips and examples about how to pass parameters to procs. You probably didn't think there was this much to it =)
2
 
I posted an update to the pixel movement demo. It's a simple game that uses the Pixel Movement library and a few …
Page: 1 2
33
 
Some tips about how you can design objects to make the map editor easier to use.
13
 
Some useful tips to help keep your code organized by simplifying if statements.
Page: 1 2
37
 
A demo/library/whatever of a small program used to make up random words.
0
 
Many might not realize just how easy it is to extend the sidescroller library. I had this problem when I started, too, …
5
 
I can't post on the dir2text() thread, so I'll post here: The proc shown in that thread should detect errors and only …
2
 
Apparently, the unacceptable practice of using parent_type to organize code has been spreading around BYOND. Most …
19
 
This article explains why DM libraries can greatly benefit the community. It's not just meant to convince people to use …
Page: 1 2 3 4
78
 
I've been working on creating HTML pages for each of my libraries that describe what the library does, describe each …
4
 
Okay I feel byond needs more Pixel Artist out there since there are only a few good ones out there. In this first part …
19
 
Take advantage of the new features available since BYOND 461. Play Games without installing BYOND.
18
24
10
 
Here's my first attempt at a game development video tutorial. My plan was to record all of the steps that go into …
17
 
Need to authenticate BYOND keys but don't want to rely on DMCGI? Read on ahead.
8
 
A tool that may make your map creation part of development that much easier.
12
 
I'm sure I've had a previous post about DM's /savefile's before, but I figured I'd go ahead and make another one for …
4
 
Action-platform games are fun to make. If you haven't tried it yet, you should. It's an addiction to be proud of!
Page: 1 2
21
 
A new library which offers an easy way to add diagonal movement and strafing to your game.
13
57
 
The New Book by Zilal Introduction Welcome to the New Book. If you're reading this, you probably read everything I …
9
Page: 1 2 3 4 ... 9 10 11