Blockland Forums
Home
Help
Login
Register
Blockland Forums
»
Blockland Forums
»
Modification Help
»
Executing Add-Ons with Steam
« previous
next »
Print
Pages: [
1
]
Author
Topic: Executing Add-Ons with Steam (Read 974 times)
Czar
December 29, 2013, 01:03:51 PM
I created an add-on for my attempt at coding and whenever I put it in the Blockland Steam folder it doesn't execute. Even if I try to execute it in the console it says it's an unknown file!
Anybody know a fix to this?
Ad Bot
Advertisement
Port
December 29, 2013, 02:01:33 PM
Compare
echo(filePath($Game::argv0) @ "/Add-Ons");
to where you placed the files. What's different?
Czar
December 29, 2013, 04:30:51 PM
I think I figured it out, but I'm not completely sure.
«
Last Edit: December 30, 2013, 08:21:49 AM by Czar
»
Czar
December 30, 2013, 08:19:21 AM
Sorry, double post my mistake.
Czar
December 30, 2013, 08:20:48 AM
Quote from: Czar on December 29, 2013, 04:30:51 PM
Compare echo(filePath($Game::argv0) @ "/Add-Ons"); to where you placed the files. What's different?
The non-Steam version of Blockland is located all alone in it's own folder and the Steam version is located in the Steam folder..?
nerraD
December 31, 2013, 01:31:45 PM
Yes. To get the steam folder you go into the properties of Blockland in the Library, then click the Local Files tab which'll then show you the Browse Local Files button.
Mine was located under:
C:\Program Files (x86)\Steam\steamapps\common\Blockland
Print
Pages: [
1
]
« previous
next »
Blockland Forums
»
Blockland Forums
»
Modification Help
»
Executing Add-Ons with Steam