In response to Lummox JR
pwned :O
In response to Lummox JR
Lummox JR wrote:
Data files, text or otherwise, will not count against you. However for speed I recommend you use savefiles and use some sort of savefile editor, or data stored in the map. savefile/ImportText() is very slow.

Lummox JR

I think he meant if, say I made my code in DM. Then I compiled it to make sure there were no errors. Then I cut it from the dm file, pasted it in notepad, then put a
#include "othercode.txt"
at the top of the .dm file. I'm not sure if that would work, but it does work with other programming languages, so I would assume it would work with BYOND

Hiead
In response to Hiead
No, I meant saving all my object types into a savefile like he said =p
In response to DarkCampainger
Oh, okay.

Hiead
In response to Jon88

It's the 8k challenge. By the time you're done, you're supposed to submit the ugliest, most un-usable, most un-maintainable code ever. :P

VICTORY IS MINE!
In response to Hiead
Actually, that does work. It will even compile the data in the textfiles.
In response to Jamesburrow
Jamesburrow wrote:
Actually, that does work. It will even compile the data in the textfiles.

So do non-formatted text files get added to th size limit?

Hiead
In response to Hiead
Hiead wrote:
Jamesburrow wrote:
Actually, that does work. It will even compile the data in the textfiles.

So do non-formatted text files get added to th size limit?

If you actually used it in an #include statement, then clearly yes. It's then being compiled as part of the code itself.

Note that as always, though, .dms and .dmp files do not count.

Lummox JR
In response to Lummox JR
Lummox JR wrote:
Hiead wrote:
So do non-formatted text files get added to th size limit?

If you actually used it in an #include statement, then clearly yes. It's then being compiled as part of the code itself.

Note that as always, though, .dms and .dmp files do not count.

Lummox JR

Darn. Eh, but I guess I knew the answer before I asked. There's no way you'd make an 8k contest where everyone just coded in notepad.

Hiead
In response to Hiead
Although I don't believe anybody ever articulated "no putting code in a plain text file" as a specific example, the "all executable code must be in your DM files" rule has been a staple of these microcoding contests from the beginning.
In response to Hedgemistress
Apparently, I have a tendency to overlook things.

Hiead
Page: 1 2 3 4