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

PNG Request

Shou Liengod

Active Member
Trusted Support
Will it be possible for a script command to show a PNG image in-game?
and if so, will it be alright to add it to the game?
 

Darkfire

Administrator
Administrator
P3D Developer
Make an entity with that image as the texture and use the entity commands to show it
 

Shou Liengod

Active Member
Trusted Support
Make an entity with that image as the texture and use the entity commands to show it
for example, a script command much like the @screen.showPokemon(int,bool1,bool2)
but instead of the image appearing for a few seconds, have it like the fadein and fadeout commands so it triggers a on, and off switch.

this is used for such when texts are appearing while the image is shown until the image vturns off via command.

not a entity command
 
J

jianmingyong

Guest
Hmm... Oh there are no easy way to do it right now.

P3D don't have this feature right now so an entity with the correct scale and position will show the picture up with fade in and out effect.

Scripting this is quite tedious but well if there are more easy way, I would want it too.
 
Top