![]() Aug 3 2005, 4:32 pm
In response to Lummox JR
|
|
pwned :O
|
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. 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"
Hiead |
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! |
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 |
Hiead wrote:
Jamesburrow wrote: 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 |
Lummox JR wrote:
Hiead wrote: 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 |
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.
|