Official ScriptUO EasyUO Scripts > Endless Nights' Script Library

ENs - OpenEUO Modded Inferface (MODGUI)

(1/15) > >>

Endless Night:
Modded OpenEUO Interface (GUI)  by EN.
Version 12.1

Download and replace all 4 files stored in OpenEUO  GUI  subdirectory (all in attached zip)
    Menu.lua,main.lua, instances.lua, Layout.lua
Download and install the additional icons needed in GUI\Icons  subdirectory (all in attached zip)
   Saveall.ico, undo.ico, stepinto,ico, stepover.ico, stepout.ico

All Modded Lines either:
   a) start in --**EN if original line is commented out
   b) end in --**EN if a new line is added.
   c) Startin --**EN Block Begin ,  End in **EN Block End for large blocks of code
Note: No lines are modded they are either commented out or added (Added lines are sometimes modded version of line above commented out)

New Features/Addons
ABOUT BOX
- About box accessed from Help-about menu option, modded to include version of GUI mods installed.

UOXL SWAP - function on toolbar and menu. NOTE LIMITATIONS.
- Added Toolbar Icon
- Added Menu Option (under control)
- Added StatusBar caption  OnClient  x:y
- Allows USER to swap the Client the script will be run against. Prior to starting the script.
- Remembers the Client set for each tab and auto swaps when tab changes
- This works by adapting Cheffs method of inserting a line (UO.CliNr = 1 ) at top of copy of script to execute on start button press.
- When a new tab is created it is default set to the same Client as the last active tab.
- If you do a swap with the script is running nothing will happen. Stop the script and start it again it will now start in that client.
- LIMITATION: Once a script is running this function does not affect the working space of the script.
- LIMITATION: If a script while running internally (UO.CliNr = ??) changes its client space this change is not reflected in the UOVAR panel displayed, or on the Statusbar.

FAVORITES MENU
- Add A Favorite - Allows you to add scripts to the favorites menu
- Select a item in the favorites menu and it gets loaded
- Max 25 Favorite Entries
- Favorite file details are storted in gui/favorites.cfg
- To remove Favorite entries edit above file.

RE-OPEN MENU
- Stores name of last 15 files open in last open order
- stores list in gui/reopen.cfg


Auto Backup
Auto saves all open files (if changed) every 3mins with .bak extension

Script Analysis
- Script Function list - with click move to function in script.

MENU Changes/Additions
- UOXL SWAP as above
- added close all to popup menu
- Wiki  Menu Option  (11 links)
- Tutorial Menu Option  (16 links)
- Code/Librarys Menu Option (30 links)
- Favorites Menu Option As Above
- ReOpen Menu Option As Above
- Goto -- Goto function - moves to line number entered (on menu and popup menu)
- Saves All - saves all open files - code donate by Ximan / VilsonFarias
- Find and Replace Functions: Find, FindNext,  Replace   (replace all)
- Exit/close/Close all now checks for unsaved data before closing

TOOLBAR Changes/Additions
Added missing toolbar menu options from EUOX and added Control Icons.

Additional
Menu and toolbar options set to contect sensitive
Save/save as/cut/paste/delete/copy

(Reference material WebLinks to easyuo.com, Scriptuo.com, LuaUsers.Org)


UPDATE INSTRUCTIONS FOR NEW VERSIONS OF OPENEUO
 All updates todate have not included any modifications in the GUI files besides the version number. Thierfor you do not need to change anything except the version number located in the top of menu.lua.  Personally I don't even bother with that.  At some point in time this will no longer be true and you might need to download a new version once I have updated.
So For now OpenEUO runs just fine without overwritting the modded files on every update.


ALL my Normal Licensing blabla Applies... Comment welcome.

EN's AKA JosephAJ  OpenEUO Scripts/Librarys/Projects
ENs OpenEUO Buff/Debuff Bar Scanner
EN's EUO2LUA Converter
EN's OpenEUO Modded Inferface (MODGUI)

TrailMyx:
Be careful and don't make the same mistake Ximan made.  I'll bet he spent 100s of hours on his modded gui.

Endless Night:

--- Quote from: TrailMyx on March 31, 2011, 07:42:11 AM ---Be careful and don't make the same mistake Ximan made.  I'll bet he spent 100s of hours on his modded gui.

--- End quote ---

LOL yea... no mines much simpler than that , basically didit for an easy way to select the CORRECT client so start a script in ... as its annoying as hell right now.... .. and err Im ripping a bit of your from menu stlye from scriptuo.. to make easy for looking up stuff. (if you dont mind)

TrailMyx:
Absolutely don't mind at all.  I was going to do something similar, but since you're going to do that, I have happy feelings.  heh.

Endless Night:
carn't figure out how to do nest menus .. ow well work with what i got.

Navigation

[0] Message Index

[#] Next page

Go to full version