• ✨ ARCHIVE MODE ✨
    The forum has now been set to read-only mode, no new posts, resources, replies etc will not be possible.
    We recommend you join our Discord server to get real-time response: Discord Invite Link

Mod (Old) 1YL's BIGGEST Update to come!

Status
Not open for further replies.

RebelWinds

Pokémon Ranger
I don't think the quiz would work out so well in your mod for a starter choice, since the idea spawned as a roleplaying mechanic. The goal was to let someone pick from a wide range of starter choices. I like the idea of starting with an Eevee, and didn't want to copy that.

Basically, it would need to change flags based on your responses, changing which version of an NPC spawned in your game (e.g. one of a couple different versions of each NPC, and deleting the ones that wont be used).
 

Prince Vade

Champion
Trusted Support
Retired Mod
however i still like the Eevee's Grotto idea so i dont know what i'll decide. i may keep both

Having Eevee as a starter but maybe the questioner will depend what you would say in the main scenario conversation and NPC compatability?
If we don't do this, it would give me more capability for events. One in paticular I may or may not have discussed with you.
that would be cool
the whole thing with my idea would be complicated by the fact there would have to be a way to save the personality points somewhere
maybe register something but then everything has to conform to the same scale(so everyone changes their points at the same place) or have alot of register options
Simple really. It may take me 3 hours to make a move script work but i know this stuff easy:
Code:
:if:not register(start_choice)
:then
@Register:start_choice
@Text: Are you a fun loving person?
@Option:Yes,No
:when:Yes
@Register:fun
:endwhen
:when:No
@Register:serious
:endwhen
:endif
:if:register(fun)
:then
@Action:getpokemon(158,5,Selected from test,5,Test Facility)
:else
@Action:getpokemon(155,5,Selected from test,5,Test Facility)
:endif
:end
Something along those lines. I just typed that up real quick, so there is probably errors.
 

Shou Liengod

Active Member
Trusted Support
that was Dark Fire's odd suggestion. mine was the original idea.

but i do think the dream as a starting point would be a good idea.
 

Prince Vade

Champion
Trusted Support
Retired Mod
that was Dark Fire's odd suggestion. mine was the original idea.

but i do think the dream as a starting point would be a good idea.
Prof. Oak is just a still image with an animation. We could do that. It could be like you are in a cloud or something, maybe a "pearl" shade of faded pink? Something like that.
 

Shou Liengod

Active Member
Trusted Support
however i still like the Eevee's Grotto idea so i dont know what i'll decide. i may keep both

Having Eevee as a starter but maybe the questioner will depend what you would say in the main scenario conversation and NPC compatability?
If we don't do this, it would give me more capability for events. One in paticular I may or may not have discussed with you.
that would be cool
the whole thing with my idea would be complicated by the fact there would have to be a way to save the personality points somewhere
maybe register something but then everything has to conform to the same scale(so everyone changes their points at the same place) or have alot of register options
Simple really. It may take me 3 hours to make a move script work but i know this stuff easy:
Code:
:if:not register(start_choice)
:then
@Register:start_choice
@Text: Are you a fun loving person?
@Option:Yes,No
:when:Yes
@Register:fun
:endwhen
:when:No
@Register:serious
:endwhen
:endif
:if:register(fun)
:then
@Action:getpokemon(158,5,Selected from test,5,Test Facility)
:else
@Action:getpokemon(155,5,Selected from test,5,Test Facility)
:endif
:end
Something along those lines. I just typed that up real quick, so there is probably errors.
however, im in the scripting buisness so dont fret over 3 hours of cripting where i can do just 3 minutes :'/
 

Prince Vade

Champion
Trusted Support
Retired Mod
however, im in the scripting buisness so dont fret over 3 hours of cripting where i can do just 3 minutes :'/
Don't get high and mighty. The only thing I can't do for scripting is the move and turn commands. I was talking to you more about the event stuff. Did I tell you about the island idea? :\ I cant remember
 

Shou Liengod

Active Member
Trusted Support
like adding your own Skins/Music/etc?
well for the most part yes atm,
but in the future i would like to lock it so you wont be able to.

I would like it better if you play it as is like a Actual Pokemon Game.
besides, there would be 8 Playable Characters so thats not too bad.
 

Darkfire

Administrator
Administrator
P3D Developer
I think the question is when is shou gonna make 1yl ready to use which only Shou can answer(he might not even do it)
 

Prince Vade

Champion
Trusted Support
Retired Mod
I think the question is when is shou gonna make 1yl ready to use which only Shou can answer(he might not even do it)
I think it should run independently. But i think it would be too much of a hassle to make it content pack compatable.
 
Status
Not open for further replies.
Top