KayThePianist

Villager
Member
Joined
Dec 22, 2022
Messages
9
Reaction score
1
First Language
Italian
Primarily Uses
RMXP
Hello, I wanted to do a 3D loop worldmap.
I managed to make work scripts separately without problems but joining them loop is ok going up/left, but going down/right generates a sort of automatic moonwalk effect.
I couldn't solve it and I tried extending the map and setting some automatic teleport to the other side but the map is too big to handle by 3D map script.
Any ideas?
 

Trihan

Speedy Scripter
Veteran
Joined
Apr 12, 2012
Messages
6,151
Reaction score
6,300
First Language
English
Primarily Uses
RMMZ
In the nicest possible way there isn't remotely enough information here to even begin offering you ideas on what the issue might be. What scripts did you manage to make work? What is "a sort of automatic moonwalk effect"?
 

KayThePianist

Villager
Member
Joined
Dec 22, 2022
Messages
9
Reaction score
1
First Language
Italian
Primarily Uses
RMXP
Sure! Sorry.
Loop map is "Heretic's loop maps" one.
3D mode is "MGC : H-Mode7"
Moonwalk is the player that walks backward, quite strange a bug.
If you need some extra info, I can write with no problems, thank you!
 

Andar

Veteran
Veteran
Joined
Mar 5, 2013
Messages
38,471
Reaction score
10,893
First Language
German
Primarily Uses
RMMV
a name doesn't help a programmer to understand the code.
when someone asks for what scripts you use, they usually want a link to where on the web that script is to read it.

Please think about it: you want to get help, preferably for free. That means that it is your responsibility to reduce the workload of whoever you want that help from, simple because free help is easier to get the less work it is.
So you should always provide as much information with as much details as possible.
 

KayThePianist

Villager
Member
Joined
Dec 22, 2022
Messages
9
Reaction score
1
First Language
Italian
Primarily Uses
RMXP
I managed to make it work almost perfectly adding an event that if the player moves over margins, it teleports to the other side. In this way is present a full black frame but it does the job. Not seamless but acceptable I think.
 

AkiraKotatsuhime

炬燵姫
Veteran
Joined
Jan 2, 2013
Messages
285
Reaction score
200
First Language
DE / ドイツ語
Primarily Uses
N/A
I managed to make it work almost perfectly adding an event that if the player moves over margins, it teleports to the other side. In this way is present a full black frame but it does the job. Not seamless but acceptable I think.
Didn't test that myself, it's been a while since last time I used RPGXP, but you could try a direct manipulation (=, +=, -=) of player-position on the map by script-line if teleport-commands produce unwanted delay and blackness. Assuming that the Game_Player class allows something like that.

Ruby:
$game_player.x = 123

Ruby:
$game_player.y = 456

~炬燵あ
 

KayThePianist

Villager
Member
Joined
Dec 22, 2022
Messages
9
Reaction score
1
First Language
Italian
Primarily Uses
RMXP
Ah wow, that's great, thank you!
I'm going to try in this way :)
 

Latest Threads

Latest Posts

Latest Profile Posts

oneOfUs.jpg
Streaming more Poppet Quest game even in about 12 minutes.
Some dog owners really impress me. I'm pushing 2-3 metric tons of garbage containers that destroy everything they hit. What do you think is going to happen to your tiny dog when I run it over? And why are you crossing my path to argue with me? Have you never been hit by 200kgs of garbage?

Lesson for you folks. Never mess with an angry garbage container. Or its driver.
I didn't dispose of a file properly and now my whole game won't start: I get a script error in the Scene Manager stage of game launch. What to do? Transfer it all to a new project? That's going to be tedious. Fortunately I am only nine workdays into it.

Forum statistics

Threads
131,680
Messages
1,222,175
Members
173,427
Latest member
gkgk
Top