Page 1 of 1

Need help, please...

Posted: 28 Nov 2014, 03:17
by FuriousTH
Well, the problem is that no where is the lua of the warp zone to other worlds.
I have to find it, because the mod I'm working more worlds (World 8 and more) will be used for that.
I hope you help me find it.

Thanks.

The image of change:
Image

Re: Need help, please...

Posted: 28 Nov 2014, 03:27
by JohnHOne
too late,i already made a mod that it add more worlds
i'm not a master at coding,so,do not complain me because of a crash,
at line 290 of entity.lua,you will see world 1,2,3,4,5,6,7 and 8,then you add 9,10,11,12 and etc.
if you want more levels,go at line 292,then add more levels(9,10,11,12,etc.)
Example:

Code: Select all

rightclickmenues.warppipe = {
	{t="text", value="world:"},
	{t="submenu", entries={"1", "2", "3", "4", "5", "6", "7", "8","9","10"}, default=1, width=1},
	{t="text", value="level:"},
	{t="submenu", entries={"1", "2", "3", "4", "5", "6", "7", "8","9","10"}, default=1, width=1},
}

Re: Need help, please...

Posted: 28 Nov 2014, 05:07
by Qwerbey
It should be noted that 1.6 only supports 9 and 0, while SE supports basically every world you will ever need (though I haven't done any testing with flagpoles).

Re: Need help, please...

Posted: 28 Nov 2014, 05:27
by FuriousTH
QwertymanO07 wrote:It should be noted that 1.6 only supports 9 and 0, while SE supports basically every world you will ever need (though I haven't done any testing with flagpoles).
I used the worldsbettereditor mod, here the entity warp zone to go to some world has to write but can not find how to put it to write, since the placement of maps I'm putting it in another mod.
This is the original mod by Qcode
viewtopic.php?f=13&t=2457&hilit=worlds+better

Re: Need help, please...

Posted: 03 Dec 2014, 23:48
by Wary
JohnHOne wrote:too late,i already made a mod that it add more worlds
i'm not a master at coding,so,do not complain me because of a crash,
at line 290 of entity.lua,you will see world 1,2,3,4,5,6,7 and 8,then you add 9,10,11,12 and etc.
if you want more levels,go at line 292,then add more levels(9,10,11,12,etc.)
Example:

Code: Select all

rightclickmenues.warppipe = {
	{t="text", value="world:"},
	{t="submenu", entries={"1", "2", "3", "4", "5", "6", "7", "8","9","10"}, default=1, width=1},
	{t="text", value="level:"},
	{t="submenu", entries={"1", "2", "3", "4", "5", "6", "7", "8","9","10"}, default=1, width=1},
}
in case you didnt realized it someone already made a mod of that before you (and its better than yours)

Re: Need help, please...

Posted: 03 Dec 2014, 23:56
by FuriousTH
WaryLouka wrote:
JohnHOne wrote:too late,i already made a mod that it add more worlds
i'm not a master at coding,so,do not complain me because of a crash,
at line 290 of entity.lua,you will see world 1,2,3,4,5,6,7 and 8,then you add 9,10,11,12 and etc.
if you want more levels,go at line 292,then add more levels(9,10,11,12,etc.)
Example:

Code: Select all

rightclickmenues.warppipe = {
	{t="text", value="world:"},
	{t="submenu", entries={"1", "2", "3", "4", "5", "6", "7", "8","9","10"}, default=1, width=1},
	{t="text", value="level:"},
	{t="submenu", entries={"1", "2", "3", "4", "5", "6", "7", "8","9","10"}, default=1, width=1},
}
in case you didnt realized it someone already made a mod of that before you (and its better than yours)
you talk to john?

Re: Need help, please...

Posted: 04 Dec 2014, 00:00
by B-Man99
WaryLouka wrote:
JohnHOne wrote:too late,i already made a mod that it add more worlds
i'm not a master at coding,so,do not complain me because of a crash,
at line 290 of entity.lua,you will see world 1,2,3,4,5,6,7 and 8,then you add 9,10,11,12 and etc.
if you want more levels,go at line 292,then add more levels(9,10,11,12,etc.)
Example:

Code: Select all

rightclickmenues.warppipe = {
	{t="text", value="world:"},
	{t="submenu", entries={"1", "2", "3", "4", "5", "6", "7", "8","9","10"}, default=1, width=1},
	{t="text", value="level:"},
	{t="submenu", entries={"1", "2", "3", "4", "5", "6", "7", "8","9","10"}, default=1, width=1},
}
in case you didnt realized it someone already made a mod of that before you (and its better than yours)
I believe JohnHOne's solution is for Mari0 SE - while Qcode's mod is for 1.6
This could actually be helpful
I do hope we get some kind of official infinite world (/level) mod for SE soon though... something more significant than just adding numbers to a line of code
FuriousHedgehog wrote:you talk to john?
what was the point of this post
what

Re: Need help, please...

Posted: 04 Dec 2014, 00:04
by FuriousTH
B-Man99 wrote:
WaryLouka wrote:
JohnHOne wrote:too late,i already made a mod that it add more worlds
i'm not a master at coding,so,do not complain me because of a crash,
at line 290 of entity.lua,you will see world 1,2,3,4,5,6,7 and 8,then you add 9,10,11,12 and etc.
if you want more levels,go at line 292,then add more levels(9,10,11,12,etc.)
Example:

Code: Select all

rightclickmenues.warppipe = {
	{t="text", value="world:"},
	{t="submenu", entries={"1", "2", "3", "4", "5", "6", "7", "8","9","10"}, default=1, width=1},
	{t="text", value="level:"},
	{t="submenu", entries={"1", "2", "3", "4", "5", "6", "7", "8","9","10"}, default=1, width=1},
}
in case you didnt realized it someone already made a mod of that before you (and its better than yours)
I believe JohnHOne's solution is for Mari0 SE - while Qcode's mod is for 1.6
This could actually be helpful
I do hope we get some kind of official infinite world (/level) mod for SE soon though... something more significant than just adding numbers to a line of code
FuriousHedgehog wrote:you talk to john?
what was the point of this post
what
and had told that to john your arrangement is to Mari0 SE and Qcode what he did is for 1.6

Re: Need help, please...

Posted: 04 Dec 2014, 00:24
by Squidish
JohnHOne wrote:too late,i already made a mod that it add more worlds
i'm not a master at coding,so,do not complain me because of a crash,
at line 290 of entity.lua,you will see world 1,2,3,4,5,6,7 and 8,then you add 9,10,11,12 and etc.
if you want more levels,go at line 292,then add more levels(9,10,11,12,etc.)
Example:

Code: Select all

rightclickmenues.warppipe = {
	{t="text", value="world:"},
	{t="submenu", entries={"1", "2", "3", "4", "5", "6", "7", "8","9","10"}, default=1, width=1},
	{t="text", value="level:"},
	{t="submenu", entries={"1", "2", "3", "4", "5", "6", "7", "8","9","10"}, default=1, width=1},
}
He doesn't want your mod. Stop advertising it, it's annoying, especially to Furious.

Re: Need help, please...

Posted: 04 Dec 2014, 00:34
by FuriousTH
PrincessKiller wrote:
JohnHOne wrote:too late,i already made a mod that it add more worlds
i'm not a master at coding,so,do not complain me because of a crash,
at line 290 of entity.lua,you will see world 1,2,3,4,5,6,7 and 8,then you add 9,10,11,12 and etc.
if you want more levels,go at line 292,then add more levels(9,10,11,12,etc.)
Example:

Code: Select all

rightclickmenues.warppipe = {
	{t="text", value="world:"},
	{t="submenu", entries={"1", "2", "3", "4", "5", "6", "7", "8","9","10"}, default=1, width=1},
	{t="text", value="level:"},
	{t="submenu", entries={"1", "2", "3", "4", "5", "6", "7", "8","9","10"}, default=1, width=1},
}
He doesn't want your mod. Stop advertising it, it's annoying, especially to Furious.
thank you for supporting princesskiller
but seriously John, I do not want your mod, it is SE
me these insitando to use your mod but no, I'm doing mine, so stop bothering your "premium edition"
because besides, it is not easy to access other worlds.
¬_¬ "

Re: Need help, please...

Posted: 05 Dec 2014, 03:04
by Wary
B-Man99 wrote: I believe JohnHOne's solution is for Mari0 SE - while Qcode's mod is for 1.6
This could actually be helpful
I didn't said what was more helpful I said what was better.

Re: Need help, please...

Posted: 05 Dec 2014, 22:44
by JohnHOne
Wary wrote:
JohnHOne wrote:too late,i already made a mod that it add more worlds
i'm not a master at coding,so,do not complain me because of a crash,
at line 290 of entity.lua,you will see world 1,2,3,4,5,6,7 and 8,then you add 9,10,11,12 and etc.
if you want more levels,go at line 292,then add more levels(9,10,11,12,etc.)
Example:

Code: Select all

rightclickmenues.warppipe = {
	{t="text", value="world:"},
	{t="submenu", entries={"1", "2", "3", "4", "5", "6", "7", "8","9","10"}, default=1, width=1},
	{t="text", value="level:"},
	{t="submenu", entries={"1", "2", "3", "4", "5", "6", "7", "8","9","10"}, default=1, width=1},
}
in case you didnt realized it someone already made a mod of that before you (and its better than yours)
WOW,I Already know about that mod,but its not updated
You are talking with me,now shut up and go back at stupid hack forum

Re: Need help, please...

Posted: 05 Dec 2014, 23:48
by Wary
JohnHOne wrote:
Wary wrote:
JohnHOne wrote:too late,i already made a mod that it add more worlds
i'm not a master at coding,so,do not complain me because of a crash,
at line 290 of entity.lua,you will see world 1,2,3,4,5,6,7 and 8,then you add 9,10,11,12 and etc.
if you want more levels,go at line 292,then add more levels(9,10,11,12,etc.)
Example:

Code: Select all

rightclickmenues.warppipe = {
	{t="text", value="world:"},
	{t="submenu", entries={"1", "2", "3", "4", "5", "6", "7", "8","9","10"}, default=1, width=1},
	{t="text", value="level:"},
	{t="submenu", entries={"1", "2", "3", "4", "5", "6", "7", "8","9","10"}, default=1, width=1},
}
in case you didnt realized it someone already made a mod of that before you (and its better than yours)
WOW,I Already know about that mod,but its not updated
You are talking with me,now shut up and go back at stupid hack forum
Despite that your mod is probably the newest, Qcode's one is still better than yours.
Also,
You are talking with me,now shut up and go back at stupid hack forum
Talking with you ≠ Shutting up.

Re: Need help, please...

Posted: 06 Dec 2014, 16:53
by B-Man99
Wary, as I explained before if you would actually care to consider other peoples' responses, JohnHOne's mod is for SE, so even if Qcode's is better, this mod still fits a different need.

Not to mention you're still offering no constructive criticism whatsoever* and just being an all around jerk to people (typically newer members -_-) for BARELY ANY REASON
*"Qcode's mod is better" : you never once elaborate on this or explain why, let alone tell JohnHOne how he could improve himself

Wary, if you aren't going to be an even remotely tolerant or decent person
Eg. and insulting people, and continuing pointless arguments, and acting reeeally self-righteous about everything

Shut the hell up
Because nobody else wants that

Re: Need help, please...

Posted: 06 Dec 2014, 18:20
by JohnHOne
Before,Wary is helpful,giving offline mari0 se guide
But he started to insult peoples,revealing secret passwords,and it throw at the trash the mari0 se offline guide
Then,he started to make a lot of alts,like doritos and shazam

Re: Need help, please...

Posted: 05 Jan 2015, 20:41
by Tecminer
JohnHOne wrote:But he started to insult peoples
JohnHOne wrote:now shut up and go back at stupid hack forum
._.