WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   AddOn Search/Requests (https://www.wowinterface.com/forums/forumdisplay.php?f=6)
-   -   addon to edit lua files that are inside of addon folder (https://www.wowinterface.com/forums/showthread.php?t=57375)

jessica 08-20-19 10:42 AM

addon to edit lua files that are inside of addon folder
 
Is there an addon where I can edit lua files/browser them from ingame, without going to the addons folder outside of the game

Kanegasi 08-20-19 11:11 AM

Not possible. You cannot access any files from the game itself. The client loads itself from game install data, then the UI loads all addon files based on folders and matching .toc files, then finally the UI loads SavedVariables that match the addons. When the UI unloads for reload or logout, the client only writes to SavedVariables it successfully loaded. No other file activity is authorized or possible.

jessica 08-20-19 01:00 PM

Quote:

Originally Posted by Kanegasi (Post 333285)
Not possible. You cannot access any files from the game itself. The client loads itself from game install data, then the UI loads all addon files based on folders and matching .toc files, then finally the UI loads SavedVariables that match the addons. When the UI unloads for reload or logout, the client only writes to SavedVariables it successfully loaded. No other file activity is authorized or possible.

Ok let me ask you, I've downloaded addon called REHack, then by a command /hack ingame I can write a lua script then run it.

Now I've disabled the addon that I was running a script from, then I created similar to that lua file using that rehack addon, then ran that, will that perform the same way, or is it slower or bad, I'm not an addon creater, I just wanted to edit that lua file and I can't do it through the computer because it was disabled, hope the picture is clear to you why I'm using that nohack addon to create a script ingame.

Kanegasi 08-20-19 03:18 PM

When you use REHack, you are running a script within the UI, like a large /script macro. No files are involved and REHack saves what you do to its SavedVariables.

If you want to run a script without REHack, go to https://addon.bool.no to create a simple addon you can download and install like any other addon.


All times are GMT -6. The time now is 12:16 PM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI