Cmd Bar Gumps problems....

Open discussion forum. For topics that do not fit anywhere else.
Locked
shaka drl
Expert Poster
Posts: 74
Joined: Fri Aug 11, 2006 2:54 am

Cmd Bar Gumps problems....

Post by shaka drl »

Image

How can i change Gumps background in smdbar scripts?

Thanks
User avatar
Austin
Former Developer
Posts: 621
Joined: Wed Jan 25, 2006 2:30 am

Post by Austin »

Thats a script deal, not core and relates to the distro so I've moved it.

The gumps for it are pre-rendered on POL start and stored as gumps ready to be sent (for speed). The script that does this is in the control package's initializer directory and the script is cmdbarmenus.src

You could also change the gump it wants to use in the gumpinfo.cfg file in the gumps package.
shaka drl
Expert Poster
Posts: 74
Joined: Fri Aug 11, 2006 2:54 am

Post by shaka drl »

I'm afraid Austin for bad place posting :(

I followed all your instructions and i've changed "background" in cmdbarmenus.src..... but nothing appens :(

Image


Colud you help me? Thanks
MuadDib
Former Developer
Posts: 1091
Joined: Sun Feb 12, 2006 9:50 pm

Post by MuadDib »

The gump cache needs to be refreshed for it. Can't remember if that's an option in the menu on the left side or not though off hand :x
MuadDib
Former Developer
Posts: 1091
Joined: Sun Feb 12, 2006 9:50 pm

Post by MuadDib »

Look under Settings, and see if a spot to refresh or clear gump cache.
shaka drl
Expert Poster
Posts: 74
Joined: Fri Aug 11, 2006 2:54 am

Post by shaka drl »

Mmmmm i changed background value and i restarted POL from zero... no sufficent?

PS

Obviosly i recompiled it :P
shaka drl
Expert Poster
Posts: 74
Joined: Fri Aug 11, 2006 2:54 am

Post by shaka drl »


GFResizePic(gump, 0, 0, GFGetCfgConst("BackGrounds", "STONESLAB"), 30, 30);
I triyed all backgorunds value of gumpinfo.cfg..... but nothing appens :(

I'm crying :(
User avatar
Austin
Former Developer
Posts: 621
Joined: Wed Jan 25, 2006 2:30 am

Post by Austin »

Looking at your screen shot it looks like you have custom gumps on your shard. You probably need to go to gumpinfo.cfg and renumber them to match the gump ID numbers in your shard's files.

On POL restart I do believe it completely rebuilds the cmd bar gumps so that should be enough, and under settings, if youre an admin you get a button to rebuild the gumps there as well.
shaka drl
Expert Poster
Posts: 74
Joined: Fri Aug 11, 2006 2:54 am

Post by shaka drl »

Yes i have custom gumps online. I will try but this thing is very strange...

Thanks a lot Austin, i tell you when i fix it.... i hope i will fix it...
shaka drl
Expert Poster
Posts: 74
Joined: Fri Aug 11, 2006 2:54 am

Post by shaka drl »

FIX it, thanks a lot Austin. I'm in debt with you :)
Locked