• ✨ 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

[Obsolete] Community Sprite Pack

Texture Pack [Obsolete] Community Sprite Pack 1.2.8 [Indev 0.45]

No permission to download

Tornado9797

Content Developer
P3D Developer
Global Moderator
hey i noticed greedlust got banned you think i can have his sprite?
I probably wouldn't recommend it, but nobody is stopping you...
So how do i use the sprite? O3O
You trigger the script command @player.wearskin(Seikoren) (or change Seikoren with another sprite) in-game. You have to open a certain script file and place it in there.

The easiest one I can think of is the Gym Guy method.

Go to whatever city folder you want (a Johto one), find
GymGuy.dat, and place the command I just showed above into the appropriate if branch (the upper one if you haven't beaten the gym yet, or the bottom one if you have), just be sure it's above all of those :end things at the bottom.

Once that's done, simply talk to that GymGuy and you should be in your skin now. As long as the Content Pack is enabled.

I use a different method but it's slightly more complex than that.
 

Wrath4evr

Starting Trainer
Banned
hey i noticed greedlust got banned you think i can have his sprite?
I probably wouldn't recommend it, but nobody is stopping you...
So how do i use the sprite? O3O
You trigger the script command @player.wearskin(Seikoren) (or change Seikoren with another sprite) in-game. You have to open a certain script file and place it in there.

The easiest one I can think of is the Gym Guy method.

Go to whatever city folder you want (a Johto one), find
GymGuy.dat, and place the command I just showed above into the appropriate if branch (the upper one if you haven't beaten the gym yet, or the bottom one if you have), just be sure it's above all of those :end things at the bottom.

Once that's done, simply talk to that GymGuy and you should be in your skin now. As long as the Content Pack is enabled.

I use a different method but it's slightly more complex than that.
awww but i like his sprite
 

Tornado9797

Content Developer
P3D Developer
Global Moderator
by bottom one you mean what file?
This is the GymGuy.dat file within the goldenrod folder:
Code:
version=2
:if:<register.registered(plainbadge_obtain)>=False
@Text.show(Yo! CHAMP in~making!*This GYM is home~to normal-type~[POKE]MON trainers.*I recommend you~use fighting-type~[POKE]MON.)
:else
@Text.show(You won? Great! I~was busy admiring~the ladies here.)
:endif
:end
Since you beat the gym leader, replace the contents of this file with this:
Code:
version=2
:if:<register.registered(plainbadge_obtain)>=False
@Text.show(Yo! CHAMP in~making!*This GYM is home~to normal-type~[POKE]MON trainers.*I recommend you~use fighting-type~[POKE]MON.)
:else
@Text.show(Hello Seikoren,~your skin is ready.)
@player.wearskin(Seikoren)
:endif
:end
 

Tornado9797

Content Developer
P3D Developer
Global Moderator
Tornado9797 updated Community Sprite Pack with a new update entry:

New icon! (And added HCSwagmar's sprite)

Changelog for the Community Sprite Pack, version 1.2 (for use with Pokémon 3D Indev version 0.43.3):

+ Added the HCSwagmar.png file to the Community Sprite Pack.
+
Implemented a Resource Icon for Community Sprite Pack. The first resource of its kind to do so!
* Edited the contents of the info.dat file to match this current version of 1.2.
Read the rest of this update entry...
 

Tornado9797

Content Developer
P3D Developer
Global Moderator
Tornado9797 updated Community Sprite Pack with a new update entry:

Update Support, Fixed and Added Sprites!

Changelog for the Community Sprite Pack, version 1.2.1 (for use with Pokémon 3D Indev version 0.44.2):

* Replaced the Dratini2.png file with a newer variation.
+ Added the SViper3.png file to the Community Sprite Pack.
+
Added the Smasher2.png file to the Community Sprite Pack.
* Implemented support for Pokémon 3D Indev version 0.44.2.
* Edited the contents of the [FONT=Courier...[/quote]

Read the rest of this update entry...
 
Top