can't find help topic

M0RBILIM
New member
 
Posts: 8
Joined: Fri Jul 19, 2013 16:28

can't find help topic

by M0RBILIM » Thu Aug 29, 2013 17:03

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!
 

User avatar
sfan5
Member
 
Posts: 3636
Joined: Wed Aug 24, 2011 09:44
GitHub: sfan5
IRC: sfan5

by sfan5 » Thu Aug 29, 2013 17:22

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>
Mods: Mesecons | WorldEdit | Nuke
Minetest builds for Windows (32-bit & 64-bit)
 

M0RBILIM
New member
 
Posts: 8
Joined: Fri Jul 19, 2013 16:28

by M0RBILIM » Thu Aug 29, 2013 17:28

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!
 

M0RBILIM
New member
 
Posts: 8
Joined: Fri Jul 19, 2013 16:28

by M0RBILIM » Fri Aug 30, 2013 04:16

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!
 

User avatar
LionsDen
Member
 
Posts: 525
Joined: Thu Jun 06, 2013 03:19

by LionsDen » Fri Aug 30, 2013 04:58

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.
 

User avatar
sfan5
Member
 
Posts: 3636
Joined: Wed Aug 24, 2011 09:44
GitHub: sfan5
IRC: sfan5

by sfan5 » Fri Aug 30, 2013 08:00

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
Mods: Mesecons | WorldEdit | Nuke
Minetest builds for Windows (32-bit & 64-bit)
 

M0RBILIM
New member
 
Posts: 8
Joined: Fri Jul 19, 2013 16:28

by M0RBILIM » Sat Aug 31, 2013 03:43

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
 

User avatar
Ikishida
Member
 
Posts: 107
Joined: Sat Aug 17, 2013 08:02

by Ikishida » Sat Aug 31, 2013 10:28

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...
When life hands you lemons,throw it back at life saying "I don't need your goddamn lemons!" =D
 

User avatar
Jordach
Member
 
Posts: 4412
Joined: Mon Oct 03, 2011 17:58
GitHub: Jordach
IRC: Jordach
In-game: Jordach

by Jordach » Sat Aug 31, 2013 10:40

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.

( ͡° ͜ʖ ͡°) ( ͡o ͜ʖ ͡o) [$ ( ͡° ͜ʖ ͡°) $] ( ͡$ ͜ʖ ͡$) ヽ༼ຈل͜ຈ༽ノ



My image and media server is back online and is functioning as normal.
 


Return to Minetest General

Who is online

Users browsing this forum: Google [Bot] and 5 guests

cron