Ok so the complete code overhaul is done. I threw out pretty much all the old code and built from scratch to make this much more coder friendly as well as non coder friendly. Lots of notes in the code.
The backbone is at 90% done (Just going to do a touch more tweaking to make sure it can handle some of the more in depth packages I'm planning)
You must have this package for everything else to work. This is the engine. It's only the settings window with a few options on page 1 to get started until you add the other packages.
This adds the ability to load art from your computer to use as a backdrop. I'm using it currently for the left side. (Art MUST be *.png or *.gif to work) I will add a load art from url to this soon. Also there will be at least 4 more art packages so you can have "Wallpaper" on each side. Top bottom left right.
This adds health bars with 3 themes: Horizontal, Vertical, Diablo animated orb.
LOTS More packages to come! You can also create your own packages with this setup by following the directions in the script shown previously: HOW TO CREATE PLUGINS
Note: This is not quite the final release. I'm just a few days out from that. Then it will just be adding packages for everything. IE: Chat window package, rage timers package, elix list package, etc etc. I will include art and packages from every GUI I've ever made as seen in: http://http//forums.achaea.com/discussion/1710/commissioned-guis/p1 I still have all the artwork and assets used.
Fixed plugins not going behind the setup menu. Setup menu will ALWAYS be the top item now. Added all art elements, mana, fixed a bug in health. Whence chat and rage are done release will be finalized and everything else will just be plugin packages after that.
Couple screenshots showing how 4 art elements can redesign the look completely. I've just added top,bottom,left,right from the old Diablo GUI
I will include a separate art package with all these GUI backgrounds and the others I've used.
Big fan of your original GUI. Just trying this out, and I have hit a snag: There is no gear icon on this original download of the main package. Is it required to manually alter the code to see it at this stage, or should it work out of the box?
Big fan of your original GUI. Just trying this out, and I have hit a snag: There is no gear icon on this original download of the main package. Is it required to manually alter the code to see it at this stage, or should it work out of the box?
Sorry I actually finished this GUI awhile ago but have been too tied up in the Achaean birthday events and traveling with work to compile the release. Sort of forgot about it. I'll get the updated version up in the next 48 hours or so.
Tried to load up the new Zulah GUI and it didn't have as many features as the old one I had, so I reloaded my old profile to get the old Zulah GUI back.. now nothing is working. I tried "fixgui" and it's still broken. What'd I do? How do I get the beautiful GUI back?
Bump. Ditto as Borran +frustrations at self because I had some awesome mods installed, saw this page and was like "Oh this looks heaps better and easier" and hit delete on many things in a twitching fit of constant perfectionist coding. Woe!
Trying to get this package working, I've run into an error regarding script parsing. It seems like the script is trying to find a file using Windows style paths—"\" instead of "/"—which means that the scripts won't load on macOS. See the following error:
<div>11:06:59.504 LUA: ERROR running script run lua code (Alias6) ERROR:[string "Script: Scan Directory"]:14: cannot </div><div>-------------open /Users/nate/.config/mudlet/profiles/Achaea\ZulahGUI_HPbar: No such file or directory
</div>
Note that the only backslash is after "/Achaea", so I assume it's getting the config path via the mudlet API, then appending a hard backslash at the end.
Comments
The backbone is at 90% done (Just going to do a touch more tweaking to make sure it can handle some of the more in depth packages I'm planning)
It's ready for another field test though!
- This is the MAIN package: https://www.dropbox.com/s/hja9sxncl2bw5rk/ZulahGUI2.mpackage?dl=0
You must have this package for everything else to work. This is the engine. It's only the settings window with a few options on page 1 to get started until you add the other packages.- This is the first art package: https://www.dropbox.com/s/kwhlb6laenttwvi/ZulahGUI_0_LeftArt.mpackage?dl=0
This adds the ability to load art from your computer to use as a backdrop. I'm using it currently for the left side. (Art MUST be *.png or *.gif to work) I will add a load art from url to this soon. Also there will be at least 4 more art packages so you can have "Wallpaper" on each side. Top bottom left right.- This is the Health Bar package: https://www.dropbox.com/s/xkjte2i7a8bm2d7/ZulahGUI_HPbar.mpackage?dl=0
This adds health bars with 3 themes: Horizontal, Vertical, Diablo animated orb.LOTS More packages to come! You can also create your own packages with this setup by following the directions in the script shown previously: HOW TO CREATE PLUGINS
Note: This is not quite the final release. I'm just a few days out from that. Then it will just be adding packages for everything. IE: Chat window package, rage timers package, elix list package, etc etc. I will include art and packages from every GUI I've ever made as seen in: http://http//forums.achaea.com/discussion/1710/commissioned-guis/p1 I still have all the artwork and assets used.
As always GMCP on.
zGUI 4.0 - A Free GUI for Mudlet 4.10+
zGUI 4.0 - A Free GUI for Mudlet 4.10+
Couple screenshots showing how 4 art elements can redesign the look completely. I've just added top,bottom,left,right from the old Diablo GUI
I will include a separate art package with all these GUI backgrounds and the others I've used.
zGUI 4.0 - A Free GUI for Mudlet 4.10+
Big fan of your original GUI. Just trying this out, and I have hit a snag: There is no gear icon on this original download of the main package. Is it required to manually alter the code to see it at this stage, or should it work out of the box?
zGUI 4.0 - A Free GUI for Mudlet 4.10+
zGUI 4.0 - A Free GUI for Mudlet 4.10+
Note that the only backslash is after "/Achaea", so I assume it's getting the config path via the mudlet API, then appending a hard backslash at the end.