Posts: 55
Threads: 14
Joined: 18/Sep/2018
PR2 Name: alvinalvinau
15th February 2021, 8:46 AM
(This post was last modified: 15th February 2021, 8:47 AM by Battlealvin2009. Edited 1 time in total.)
Instead of moving random directions, could it be set such that it moves in a fixed direction in perpetuity? This hopefully wouldn't be a game physics code, right? As it only changes the randomized direction check. (Of course the option to remain move in random directions be still there)
And by the way, is it possible to also change the time in which the Move blocks move? So instead of every 5 seconds approx., we could set every 1 second or every 20 seconds.
This can add more variety to levels, such as making a one-way door (two move blocks on top of a brick block, and when the brick block is broken, the two move blocks will move downwards to block the path), or a moving snake-platform, or maybe a time challenge where move blocks all chase you from the left.
Posts: 55
Threads: 14
Joined: 18/Sep/2018
PR2 Name: alvinalvinau
With the new custom item blocks update, would these ideas be possible now?
Posts: 88
Threads: 5
Joined: 27/Nov/2017
PR2 Name: tadtad
PR3R Name: tadtad
This is a really helpful mechanic in PR3, would be cool to have in PR2
Posts: 176
Threads: 20
Joined: 28/Nov/2017
PR2 Name: Pizzaeater1000
PR3R Name: pizzaeater1000
18th April 2021, 11:01 AM
Yeah, this sort of stuff is really neat in PR3. Could also let the player set the pattern (like in PR3), like "right, down, right, down, wait 2, random 5, wait, return"
i failed the mario twitter challenge
Posts: 176
Threads: 20
Joined: 28/Nov/2017
PR2 Name: Pizzaeater1000
PR3R Name: pizzaeater1000
To make this easier to use and easier on the servers and bandwidth, you could do this:
Move block IDs, local to the level. You select a move block ID to place, and that ID corresponds to move speed and pattern. This prevents having to select 600 move blocks to set a pattern, and also the server doesn't have to store the same pattern 600 times.
i failed the mario twitter challenge
Posts: 55
Threads: 14
Joined: 18/Sep/2018
PR2 Name: alvinalvinau
20th April 2021, 5:26 AM
(This post was last modified: 20th April 2021, 5:26 AM by Battlealvin2009. Edited 1 time in total.)
(18th April 2021, 9:32 AM)tadtad Wrote: This is a really helpful mechanic in PR3, would be cool to have in PR2
Wait, was this actually a feature from PR3? I didn't realise that.
Posts: 88
Threads: 5
Joined: 27/Nov/2017
PR2 Name: tadtad
PR3R Name: tadtad
20th April 2021, 10:35 AM
(20th April 2021, 5:26 AM)Battlealvin2009 Wrote: Wait, was this actually a feature from PR3? I didn't realise that. Yeah there's a lot you can do with in in PR3. You can make them move set directions, for example up, up, left, down, right, right, ect.
You can also set the time in between movements, so it can once every few seconds, or very quickly.
You can also apply it to any block type, so people have made stuff like a giant flood of blocks that moves right, chasing players and hurting them if it catches up. You can make stuff like exploding fire blocks that fall from the sky, or hurt blocks that move in a repeating pattern to require precise timing to pass through.
You can even make a block move downwards every couple seconds, which makes the bottom of the map grow, so the longer you play a level, the bigger the drop gets if you fall off.
There's a ton you can do.
Posts: 2
Threads: 0
Joined: 22/Mar/2022
PR2 Name: bebok
Move blocks are probably the most useless blocks in PR2, but being able to set the pattern of moves of each block and the time between moves like in PR3 would make them much more useful.
Posts: 2
Threads: 0
Joined: 24/Mar/2022
PR2 Name: Cortisol
Yes, bring the treadmill levels from PR3 into PR2! Bonus points if we can get an option where move blocks can push other blocks (although this would probably be laggy).
Posts: 176
Threads: 20
Joined: 28/Nov/2017
PR2 Name: Pizzaeater1000
PR3R Name: pizzaeater1000
(24th March 2022, 9:15 AM)Cortisol Wrote: Yes, bring the treadmill levels from PR3 into PR2! Bonus points if we can get an option where move blocks can push other blocks (although this would probably be laggy). Move blocks can push push blocks in PR3 and it runs fine (assuming a reasonable number of blocks involved)
i failed the mario twitter challenge
Posts: 2
Threads: 0
Joined: 24/Mar/2022
PR2 Name: Cortisol
(24th March 2022, 2:27 PM)ThePizzaEater1000 Wrote: Move blocks can push push blocks in PR3 and it runs fine (assuming a reasonable number of blocks involved) Huh, never noticed that. Was that always a feature or was it added in Reborn?
Posts: 2
Threads: 0
Joined: 22/Mar/2022
PR2 Name: bebok
(24th March 2022, 9:53 PM)Cortisol Wrote: Huh, never noticed that. Was that always a feature or was it added in Reborn? I think it was always a feature, I remember that it worked before pr3 was reborn
Posts: 1,561
Threads: 124
Joined: 11/Feb/2019
PR2 Name: Camer999
PR3R Name: Camer_the_Dragon
This'd make them so useful
you could even make timers and such which could open up a lot more level design things
e.g. if you get to a point fast enough you get a secret area or if you survive long enough in a DM you get access to more weapons/hearts
á
Posts: 54
Threads: 15
Joined: 29/Nov/2017
PR2 Name: ProClifo
1st April 2022, 5:45 AM
(This post was last modified: 1st April 2022, 5:45 AM by ProClifo. Edited 1 time in total.)
(24th March 2022, 9:53 PM)Cortisol Wrote: Huh, never noticed that. Was that always a feature or was it added in Reborn?
Yeah that has always been a feature, ever since PR3 first came out
Posts: 2,631
Threads: 452
Joined: 9/Nov/2017
PR2 Name: bls1999
PR3R Name: bls1999
I would have to explore how to do this in the client's code, as everything is pretty globalized when it comes to timed events. I like this idea a lot, though.
I post about the latest site updates on the Dev Log. If you have suggestions, feel free to post them here.
@ Eternal and I pay for this site out of our own savings. Please consider donating to help keep Jiggmin's Village running.
Posts: 55
Threads: 14
Joined: 18/Sep/2018
PR2 Name: alvinalvinau
1st April 2022, 7:26 PM
(This post was last modified: 1st April 2022, 7:26 PM by Battlealvin2009. Edited 1 time in total.)
Bump (Due to seeing a similar suggestion made recently)
|