Page 1 of 1

can't find help topic

PostPosted: Thu Aug 29, 2013 17:03
by M0RBILIM
Ineed some hel desperately-I was trying to build ueberi's digital real time clock-i'm fairly new to minetest-about 3 months- i have ALL the mods required for mesecons and digilines as checked under github for latest versions. first i can't find blinky plant in inventory-does power plant replace? got clock built and hand programmed each controller per ueberi's directions on
Image but i can't get it to power anything but the lower decimal block!
unfortunately i don't know what information to look for to help you help me. has anyone else built the clock on UBUNTU12.04 with latest minetest github version and had it work?

Also tried using worledit schematics load but it tells me either region not selected or invalid command <load> HELP! PLEASE!

PostPosted: Thu Aug 29, 2013 17:22
by sfan5
If you want to load worldedit schematics you need to specify where to load them, do it like this:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
<Go where you want to import the schematic>
//pos
//load <name of the schematic>

PostPosted: Thu Aug 29, 2013 17:28
by M0RBILIM
sfan5 wrote:If you want to load worldedit schematics you need to specify where to load them, do it like this:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
<Go where you want to import the schematic>
//pos
//load <name of the schematic>

THANKS! will try it now!

PostPosted: Fri Aug 30, 2013 04:16
by M0RBILIM
no worky something must be horribly wrong with my world edit is always says

issued command:
! invalid command: //pos
issued command:
! invalid command: /pos
issued command:
! invalid usage: //load

M0RBILIM wrote:
sfan5 wrote:If you want to load worldedit schematics you need to specify where to load them, do it like this:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
<Go where you want to import the schematic>
//pos
//load <name of the schematic>

THANKS! will try it now!

PostPosted: Fri Aug 30, 2013 04:58
by LionsDen
I don't believe there are 2 slashes in the command. I have never used WorldEdit so I could be wrong but none of the other commands use 2 slashes. Try it with only 1 slash and see if that works.

PostPosted: Fri Aug 30, 2013 08:00
by sfan5
LionsDen wrote:I don't believe there are 2 slashes in the command. I have never used WorldEdit so I could be wrong but none of the other commands use 2 slashes. Try it with only 1 slash and see if that works.

WorldEdit commands always use 2 slashes.
M0RBILIM wrote:no worky something must be horribly wrong with my world edit is always says

issued command:
! invalid command: //pos
issued command:
! invalid command: /pos
issued command:
! invalid usage: //load

M0RBILIM wrote:
sfan5 wrote:If you want to load worldedit schematics you need to specify where to load them, do it like this:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
<Go where you want to import the schematic>
//pos
//load <name of the schematic>

THANKS! will try it now!

Try //pos1 instead of //pos
Also: Do you expect //load to magically search your computer and find the file you want to have loaded?
You have to put the schematic file in a schems directory in your world folder first
If you have done that use //load name of the schematic here

PostPosted: Sat Aug 31, 2013 03:43
by M0RBILIM
Also: Do you expect //load to magically search your computer and find the file you want to have loaded?
You have to put the schematic file in a schems directory in your world folder first
If you have done that use //load name of the schematic here

Thanks! I'm newb to the world edit stuff i will try your suggestions

PostPosted: Sat Aug 31, 2013 10:28
by Ikishida
sfan5 wrote:
LionsDen wrote:I don't believe there are 2 slashes in the command. I have never used WorldEdit so I could be wrong but none of the other commands use 2 slashes. Try it with only 1 slash and see if that works.

WorldEdit commands always use 2 slashes.
M0RBILIM wrote:no worky something must be horribly wrong with my world edit is always says

issued command:
! invalid command: //pos
issued command:
! invalid command: /pos
issued command:
! invalid usage: //load

M0RBILIM wrote:THANKS! will try it now!

Try //pos1 instead of //pos
Also: Do you expect //load to magically search your computer and find the file you want to have loaded?
You have to put the schematic file in a schems directory in your world folder first
If you have done that use //load name of the schematic here


uhh dude? mine it always say "could not load <schem name>" fix pls...

PostPosted: Sat Aug 31, 2013 10:40
by Jordach
Ikishida wrote:
sfan5 wrote:
LionsDen wrote:I don't believe there are 2 slashes in the command. I have never used WorldEdit so I could be wrong but none of the other commands use 2 slashes. Try it with only 1 slash and see if that works.

WorldEdit commands always use 2 slashes.
M0RBILIM wrote:no worky something must be horribly wrong with my world edit is always says

issued command:
! invalid command: //pos
issued command:
! invalid command: /pos
issued command:
! invalid usage: //load


Try //pos1 instead of //pos
Also: Do you expect //load to magically search your computer and find the file you want to have loaded?
You have to put the schematic file in a schems directory in your world folder first
If you have done that use //load name of the schematic here


uhh dude? mine it always say "could not load <schem name>" fix pls...
WorldEdit looks for the same file name, eg, schematic is not the same as ScHeMaTiC. Seems like a WE bug to me.