Subject
Replies
Started By
Last Reply
 
PXTONE is a music editing program created by Pixel (of Cave Story fame). It uses its own format, but results can also …
0
 
One method to keep your commands secure from those malicious players out there.
14
 
A short introduction to revision control, it's benefits to BYOND developers and a tool to get you started.
0
 
Libraries will never be as easy to use as BYOND's built-in features because their documentation cannot be accessed as …
2
 
How do you keep track of your source code changes?
11
 
F_Damage 0.9.0 is released, with performance improvements and big icon support.
0
 
Stephen discusses a matter of goals, even with small tasks.
12
 
I have two procedures here. Outline(), and InnerOutline(). Both procedures have the option to pass a color for the new …
0
 
This BYONDscape Classic is the type of article I especially enjoy: you can take all the ideas, or only the ones that …
8
 
A clarification of what design is and what it can do for your projects.
7
 
Part III of a BYONDscape Classic! The markup for this article was converted by hand (and partly by Python script) from …
9
 
A BYONDscape Classic! Two notes: 1) AirMapster is no longer AirMapster, but is still an active BYONDer. Unenviably …
6
 
Complete games faster, and recruit programmers more readily, by writing a Functional Specification for every project.
6
 
Introduction... Taking the step from simply being a gamer, and going into the world of programming and development is a …
5
 
A demo on how to create pixel movement and use it for traditional top-down games and sidescrollers.
Page: 1 2 3
53
 
Thus far, with no procedure in BYOND to directly clear, how can you clear a single medal? Well, two ways. 1) Delete the …
0
 
Howdy chumps! I've been pretty busy this last week, doing some important game design studies. I apologize for the …
3
 
AI is way under-utilized in BYOND games. It is difficult to create so people downplay its importance and create games …
0
 
Documentation is the key to allowing other people to use your code. Without it, complex libraries are virtually useless …
9
 
Every game needs an effective spam filter and good admin support, unless you happen to like players who ruin the game …
3
 
The legacy of Tim Hartnell lives on in the spirit of BYOND. One of my favorite Christmas gifts of all time could …
7
 
If you've ever said that, this post is aimed directly between your eyes.
Page: 1 2
28
 
Here you go, three different versions (Personally, version 1 is all you really needed *shrugs*). Not even sure if this …
0
 
Easily generate and customize MIDI music for you games
6
 
I meant to add these to my last developer post, but they slipped my mind until I tried giving people feedback. They're …
3
 
It turns out I've listed 10, but that sounds too cliche. ;) I've been meaning to write this for a while because I …
3
 
I present a grossly imperfect Number2Text proc that, while it can do the job, I think many of you can do way better …
2
 
Ordinary verbs boring your players? Check out how datums could help you really put the player in their character's …
8
 
Introducing a new program, Milky Tracker, and a new tutorial series.
8
 
"Never announce something you have not yet done. Try, and you will be instantly robbed of the determination to do it …
10
 
Modular: composed of standardized units or sections for easy construction or flexible arrangement - dictionary.com* …
13
 
Your game just happens to be the most awesome game ever. So you host your game online. The problem is that people log …
6
 
Your computer's resources aren't limitless. This BYONDscape Classic explains how to conserve them! -- Gughunter
10
 
Did you know you can name verbs on the fly? Now you will!
7
 
Does Dream Maker yell at you whenever you try to compile? Does that code you got on the forums not work in your game? …
18
 
/* Title: IsNum() Credit To: Metamorphman Contributed By: Metamorphman This proc returns true if the specified string …
5
 
The primary concern for most developers is that no one really desires to play their games. This is a pretty big drag, …
12
 
Music is often neglected in low-budget games because it is perceived to be a luxury in the eyes of game designers. …
15
 
//Title: Line of Sight //Credit to: DarkCampainger //Contributed by: DarkCampainger /* This process returns true if …
0
 
Here's a few operators that make organizing your code easier.
0
 
Savefiles aren't just for saving players!
3
 
Gold Audio Suite is free only for today at giveawayoftheday.com "Gold Audio Suite is a mighty and handy application to …
2
 
As shown by Garthor in ID:713188, this procedure is used to call StepOn()/StepOff()/ SteppedOn()/SteppedOff() on an …
1
 
An old snippet by Danial.Beta with Elation's help. Originally posted here (I merely did a minor tweak that most people …
1
 
//Title: Binary to ASCII (bin2ascii) //Contributed By: Haywire //Inspired By: …
0
 
// Title: Chance function. // Credit to: Popisfizzy /* Just a few equivalent impelementations of a chance function …
0
 
// Title: crc32 // Credit to: Kuruado // Contributed by: Kuraudo /* The crc32(file) proc uses internal DM facilities to …
0
 
Are objs and mobs just not abstract enough? Discover datums, those plentiful placeholders for everything in your game …
11
 
Make NPCs think more like players by imposing the same limitations.
7
 
Ahoy again! The next section of our Mod Tracking tutorial is now available. In part 1 I go over how to use the basic …
2
Page: 1 2 3 ... 7 8 9 10 11 ...