The following warnings occurred:
Warning [2] Undefined array key "lockoutexpiry" - Line: 94 - File: global.php PHP 8.4.12 (Linux)
File Line Function
/global.php 94 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined array key "lockoutexpiry" - Line: 573 - File: global.php PHP 8.4.12 (Linux)
File Line Function
/global.php 573 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined variable $can_access_moderationqueue - Line: 752 - File: global.php PHP 8.4.12 (Linux)
File Line Function
/global.php 752 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined array key "avatartype" - Line: 892 - File: global.php PHP 8.4.12 (Linux)
File Line Function
/global.php 892 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined array key "avatartype" - Line: 892 - File: global.php PHP 8.4.12 (Linux)
File Line Function
/global.php 892 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined variable $awaitingusers - Line: 34 - File: global.php(959) : eval()'d code PHP 8.4.12 (Linux)
File Line Function
/global.php(959) : eval()'d code 34 errorHandler->error
/global.php 959 eval
/printthread.php 16 require_once
Warning [2] Undefined array key "style" - Line: 1024 - File: global.php PHP 8.4.12 (Linux)
File Line Function
/global.php 1024 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined property: MyLanguage::$lang_select_default - Line: 5327 - File: inc/functions.php PHP 8.4.12 (Linux)
File Line Function
/inc/functions.php 5327 errorHandler->error
/global.php 1024 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.4.12 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.4.12 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.4.12 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.4.12 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.4.12 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.4.12 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.4.12 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.4.12 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.4.12 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.4.12 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.4.12 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.4.12 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.4.12 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.4.12 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.4.12 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.4.12 (Linux)
File Line Function
/printthread.php 165 errorHandler->error



2DWorlds Forums
Help with Generating Terrain using a tool. - Printable Version

+- 2DWorlds Forums (http://2dworlds.buildism.net/forum)
+-- Forum: 2DWorlds (http://2dworlds.buildism.net/forum/forumdisplay.php?fid=4)
+--- Forum: Scripting (http://2dworlds.buildism.net/forum/forumdisplay.php?fid=13)
+--- Thread: Help with Generating Terrain using a tool. (/showthread.php?tid=6681)



Help with Generating Terrain using a tool. - Login - 07-08-2011

The function to make terrain generate (you have to put terrain and place it somewhere first) then you paste this command into the Scripting Console: game.Terrain:generate()

If you would, could you make a tool that when you left click, the terrain does exactly what it would in scripting console?

Thanks in advance!


RE: Help with Generating Terrain using a tool. - Nyht - 07-17-2011

I will try to script this as soon as I get my comp. back.
I have the script, already, but it is untested.


RE: Help with Generating Terrain using a tool. - Blandflakes - 07-17-2011

Hmm.. I tried it but it only randomly creates terrain each click :/


RE: Help with Generating Terrain using a tool. - Nyht - 07-17-2011

(07-08-2011, 06:55 PM)Login Wrote: The function to make terrain generate (you have to put terrain and place it somewhere first) then you paste this command into the Scripting Console: game.Terrain:generate()

Am I doing something wrong?


Says "generate is not a function, child or property of Terrain". Pleased Terrain's parent as both Root (game) and World, yet nothing happened. :|


RE: Help with Generating Terrain using a tool. - Blandflakes - 07-17-2011

(07-17-2011, 05:43 AM)Nyht Wrote:
(07-08-2011, 06:55 PM)Login Wrote: The function to make terrain generate (you have to put terrain and place it somewhere first) then you paste this command into the Scripting Console: game.Terrain:generate()

Am I doing something wrong?


Says "generate is not a function, child or property of Terrain". Pleased Terrain's parent as both Root (game) and World, yet nothing happened. :|

That happened to me. I just used the regular terrain tool and made a simple flat terrain.


RE: Help with Generating Terrain using a tool. - Login - 07-17-2011

You have to make some terrain first then use the terrain script to make it generate.


RE: Help with Generating Terrain using a tool. - Nyht - 07-19-2011

(07-17-2011, 12:36 PM)Login Wrote: You have to make some terrain first then use the terrain script to make it generate.

That makes more sense, lol.


RE: Help with Generating Terrain using a tool. - Login - 07-19-2011

(07-19-2011, 05:33 PM)Nyht Wrote:
(07-17-2011, 12:36 PM)Login Wrote: You have to make some terrain first then use the terrain script to make it generate.

That makes more sense, lol.

Do you think you can do the tool? :p