Resource icon

CSS4Compendium 1.2 BETA

No permission to download
Requirements
UO-Compendium, VitaNex SuperGumps
Install :

Just replace Compendium/PageElements folder by those in Zip file


Using that CSS-like system :

First launch .ccss to open a gump in wich you can see and edit :

- CSS for int values
- Permalinks for string values
- HardCoded (you can't edit them here)

Then, when editing a CompendiumPageGump, you can :

- enter a CSS where it asks for an int
- enter a Permalink ( MUST STARTS WITH link= ) where it asks for a string
- enter a HardCoded (MUST STARTS WITH code= ) where it asks for a string

(HardCoded are public+static method with no parameters, you can add them in GetCSS.cs in the HardCodedLink class )

Here's the fields supported :

- for all BaseCompendiumPageElement : X and Y (CSS)

-AlphaAreaElement: Width, Height (CSS)
-BackgroundElement: Width, Height, GumpID (CSS)
-ButtonElement: Normal/PressedID (CSS) GumpLink (Permalink)
-HtmlElement : Width,Height,Background,Scrollbar (CSS)
-HyperLinkElement: GumpLink WebColor (Permalink)
-ImageElement: Hue, GumpID (CSS)
-ItemElement: Hue, ItemID (CSS)
-LabelElement: Hue (CSS) Text (HardCoded)
-TiledImageElement: Width, Height, GumpID (CSS)

Still in progress, I will support it ;)
  • Like
Reactions: Praxiiz
Author
Gargouille
Downloads
26
Views
1,034
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from Gargouille

Latest Updates

  1. Oups, a file was missing on previous release

    Here it is
  2. More features

    - Change serialization to keep older pages when uploading this script - X and Y for all element...
  3. Fix errors

    Now compiles... ^^
Back