Blockland Forums
Home
Help
Login
Register
Blockland Forums
»
Blockland Forums
»
Modification Help
»
EXT system
« previous
next »
Print
Pages:
1
[
2
]
Author
Topic: EXT system (Read 3153 times)
Space Guy
April 14, 2008, 05:48:25 AM
compile(%path)?
Ad Bot
Advertisement
Ephialtes
April 14, 2008, 06:07:15 AM
no... you can't create dsos for Blockland period (unless you're badspot).
Space Guy
April 14, 2008, 06:11:11 AM
Is there something preventing you or what?
Quote
YOU MAY NOT: modify, translate, disassemble, reverse engineer, or decompile the Software.
No decompiling, yes, but compiling code doesn't appear to be illegal.
Trader
April 14, 2008, 02:57:06 PM
compile(%path) does nothing.
rkynick
April 14, 2008, 05:25:22 PM
So you can't tell a script to exec a non .cs(or others that work) file?
Trader
April 14, 2008, 09:57:17 PM
The exec() function in v9 has been changed to accept only the file types I mentioned. .dso doesn't really count as a separate type because exec("test.cs"); would exec "test.cs.dso" if "test.cs" did not exist.
rkynick
April 14, 2008, 10:18:01 PM
Ok, thank you for that info.
Print
Pages:
1
[
2
]
« previous
next »
Blockland Forums
»
Blockland Forums
»
Modification Help
»
EXT system