Forum

> > CS2D > Scripts > [REQ]Images at /gfx/ not showing up[TIBIA]
Forums overviewCS2D overview Scripts overviewLog in to reply

English [REQ]Images at /gfx/ not showing up[TIBIA]

3 replies
To the start Previous 1 Next To the start

old [REQ]Images at /gfx/ not showing up[TIBIA]

Runnin
User Off Offline

Quote
Hello members,
I need your help.
When i want to add a custom HUD image,
i change this code:
1
2
3
HUDImage = image('gfx/Molukia/MolukiaHUD.png', 565, 407+#CONFIG.STATS*CONFIG.PIXELS/2, 2)
imagescale(HUDImage, 130,CONFIG.PIXELS+#CONFIG.STATS*CONFIG.PIXELS)
imagealpha(HUDImage, 0,5)
to this:
1
2
3
HUDImage = image('gfx/Molukia/MolukiaHUD.png', 565, 407+#CONFIG.STATS*CONFIG.PIXELS/2, 2)
--imagescale(HUDImage, 130,CONFIG.PIXELS+#CONFIG.STATS*CONFIG.PIXELS)
imagealpha(HUDImage, 1)

The problem is, that when i run CS2D from the same folder as the dedicated server is located in, join the server and the HUDImage is just showing up fine.
But when i join the server with a clean installation of CS2D, it doesn't download the images in my custom folder named 'Molukia'. This goes with all the images in the my own images folder.
It doesn't download and show up for other people but me.
Help me please!

old Re: [REQ]Images at /gfx/ not showing up[TIBIA]

Dimas541
User Off Offline

Quote
1
2
3
HUDImage = image('gfx/Molukia/MolukiaHUD.png', 500, 408+#CONFIG.STATS*CONFIG.PIXELS/2, 2)
imagescale(HUDImage, 140,CONFIG.PIXELS+#CONFIG.STATS*CONFIG.PIXELS)
imagealpha(HUDImage, 0,5)
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview