Jiggmin's Village
Custom Item Block - Printable Version

+- Jiggmin's Village (https://jiggmin2.com/forums)
+-- Forum: Mt. Olympus (https://jiggmin2.com/forums/forumdisplay.php?fid=11)
+--- Forum: Bugs and Suggestions (https://jiggmin2.com/forums/forumdisplay.php?fid=37)
+---- Forum: PR2 Suggestions (https://jiggmin2.com/forums/forumdisplay.php?fid=45)
+---- Thread: Custom Item Block (/showthread.php?tid=2519)



Custom Item Block - Odin0030 - 6th May 2020

I have an idea for a future update that i heavily encourage like the staff to take into consideration - Custom item blocks!

I have talked to a lot of PR2-players about this and they all seem to agree with me. I think the addition of custom item blocks would make level-building even more dynamic and open alot of new possibilites. 

Here's what i mean by "custom item blocks":
Say you have made a level and you want to utilize different items throughout the level, but you are being held back by the fact that the item you get from an item block is random. What if you could pick which specific item(s) were in 1 block? For example, If i want to make a level where you use a jetpack, superjump, you name it, but i also want a teleport section later on in the level - it would currently be impossible, since you could just skip everything with one teleport.


RE: PR2 Update Idea - Custom Item Block - Odin0030 - 6th May 2020

(6th May 2020, 1:30 PM)Odin0030 Wrote: I have an idea for a future update that i heavily encourage like the staff to take into consideration - Custom item blocks!

I have talked to a lot of PR2-players about this and they all seem to agree with me. I think the addition of custom item blocks would make level-building even more dynamic and open alot of new possibilites. 

Here's what i mean by "custom item blocks":
Say you have made a level and you want to utilize different items throughout the level, but you are being held back by the fact that the item you get from an item block is random. What if you could pick which specific item(s) were in 1 block? For example, If i want to make a level where you use a jetpack, superjump, you name it, but i also want a teleport section later on in the level - it would currently be impossible, since you could just skip everything with one teleport.
With custom item blocks we would have so many new creative options when creating a level - Here's an example i came up with:

http://prntscr.com/sc4n16

This is one example of a new type of level, where you utilize your item the correct way to win. Right now this would be impossible of course, since the item you get from the block is by chance.

The custom item block could, for example, be an item block with a green question mark. Perhaps it would be easier to make it a new block than to change the coding on previous item blocks?

If this block is eventually added, it would be cool to have these additions:
Amount: ___ (How many of the specific item there will be in the single block)
Infinite: The same as the current "infinite item block" but you only get the custom item.


Both of these additions could be applied to my level idea above - You get a certain amount of attempts (with the normal custom item block) or infinite attempts (with the infinite custom item block).


This is an update that everyone could use to make PR2 even more fun and creative!



- Odin0030


RE: PR2 Update Idea - Custom Item Block - Magniloquent - 6th May 2020

yesyesyesyesyesyesyesyessssssssss


RE: PR2 Update Idea - Custom Item Block - __ - 6th May 2020

Quality suggestion odin


RE: PR2 Update Idea - Custom Item Block - Ajayci 100 - 6th May 2020

Something like this? (something I just whipped up)
[Image: thRmtmv.png]


RE: PR2 Update Idea - Custom Item Block - Hyperacticpro - 6th May 2020

yes


RE: PR2 Update Idea - Custom Item Block - Odin0030 - 6th May 2020

(6th May 2020, 3:56 PM)Ajayci 100 Wrote: Something like this? (something I just whipped up)
[Image: thRmtmv.png]
Yes great idea


RE: PR2 Update Idea - Custom Item Block - Odin0030 - 6th May 2020

(6th May 2020, 1:54 PM)Odin0030 Wrote: With custom item blocks we would have so many new creative options when creating a level - Here's an example i came up with:

http://prntscr.com/sc4n16

This is one example of a new type of level, where you utilize your item the correct way to win. Right now this would be impossible of course, since the item you get from the block is by chance.

The custom item block could, for example, be an item block with a green question mark. Perhaps it would be easier to make it a new block than to change the coding on previous item blocks?

If this block is eventually added, it would be cool to have these additions:
Amount: ___ (How many of the specific item there will be in the single block)
Infinite: The same as the current "infinite item block" but you only get the custom item.


Both of these additions could be applied to my level idea above - You get a certain amount of attempts (with the normal custom item block) or infinite attempts (with the infinite custom item block).


This is an update that everyone could use to make PR2 even more fun and creative!



- Odin0030
I have been informed that this idea has previously been proposed and that the problem was that it could corrupt old levels.
That is why i came up i with the idea of making it a new block - That way it shouldn't interfere with old levels, since they don't include that block.


RE: PR2 Update Idea - Custom Item Block - Ajayci 100 - 6th May 2020

(6th May 2020, 6:51 PM)Odin0030 Wrote: I have been informed that this idea has previously been proposed and that the problem was that it could corrupt old levels.
That is why i came up i with the idea of making it a new block - That way it shouldn't interfere with old levels, since they don't include that block.
You also could have a check to only do it with new levels made after the update's date, so it doesn't even affect older levels


RE: PR2 Update Idea - Custom Item Block - bls1999 - 6th May 2020

I've been an advocate for this idea myself. Previously, I posted this regarding its implementation. Since then, I've become a lot more familiar with how the PR2 code structure works. It would be a ton of work, but it's possible that I may decide to take a stab at it at some point.


RE: Custom Item Block - Northadox - 7th May 2020

Big thumbs up to block customization in general.
Maybe with these customized item blocks, if you have them set up to only spawn one particular item, it'd replace the "?" graphic with the item's icon instead.


RE: Custom Item Block - Camer the Dragon - 7th May 2020

(7th May 2020, 12:08 AM)Northadox Wrote: Big thumbs up to block customization in general.
Maybe with these customized item blocks, if you have them set up to only spawn one particular item, it'd replace the "?" graphic with the item's icon instead.

Yeah this'd be good
and have like a blue/red border to indicate 1 time use or inf use


RE: Custom Item Block - Prince Ande - 7th May 2020

Make it happen @bls1999


RE: PR2 Update Idea - Custom Item Block - Odin0030 - 7th May 2020

(6th May 2020, 7:13 PM)bls1999 Wrote: I've been an advocate for this idea myself. Previously, I posted this regarding its implementation. Since then, I've become a lot more familiar with how the PR2 code structure works. It would be a ton of work, but it's possible that I may decide to take a stab at it at some point.
Awesome! hope you get to try it soon as possible, it would create whole new level types!


RE: Custom Item Block - John m. - 7th May 2020

It would be cool if this item block was a exclamation point to differentiate


RE: Custom Item Block - bls1999 - 13th April 2021

At long last, this has been added! (v164)