STAHP with the fearmongering!
Now you are just throwing [censored] out there.
http://www.lua.org/home.html go understand how .lua coding works a little.
STAHP with the fearmongering!
Now you are just throwing [censored] out there.
http://www.lua.org/home.html go understand how .lua coding works a little.
I'm not sure how LUA is but if it is like any other sripting language, then no, it won't 'run' unless you have a runtime environment installed and set it to run .lua file. So no, you can't simply run it like a batch file. Its like .py for Python i suppose and you don't run it unless you have Python runtime installed.
I do not trust addons, but at the same time I do want to help my follow players. I am being honest how I feel about addons, before I get to the real meat of the topic. I got hurt deeply by addons, so my trust in them is very low.
Zenimax could follow in the footsteps of Guild Wars 2, and other games/programs such as steam. Add in some kind of security system where if someone tries to login through a different PC, it would email YOU, showing the location and such where they're trying to login from, and whether or not you choose to allow access to their computer, or not.
Guild Wars 2, and Steam both do this, and not many issues are found. I actually think every mmorpg should use a security method like that. Definitely nice to have.
Then as you grow with us and the community, and ESO, and gain more knowledge of MMOs, maybe one day you will learn to trust them, because they will be around for a long time.
Go back to skyrim and download some more mods, noob. It's people like you who have no knowledge yet they claim "addons run eso".
Do you realize that in pretty much every post in this thread you belittle anyone who doesn't think the same way you do. Only your opinion counts, huh?
That guy came in ignoring anything the op said and blatantly cries: "addons run this game." and IM the bad guy for calling him out? And i may come off harsh, but its CONSTRUCTIVE talking, exactly like you guys are doing, am i not aloud to give my opinion as an experienced MMO'er to a less experienced MMO'er?
Your attacking the wrong person, as were all aloud our opinions here as long as they're not something as DUMB as : ESO = ADDONS. If you want to defend that type of ignorance, then you need to rethink who your calling out.
" it's simple to expand its functionality with libraries either written in Lua, or as extensions in other languages. And it's relatively small and simple, both in terms of the source files, and the resultant code and run-time memory usage."
https://sites.google.com/site/marbux/home/where-lua-is-used
From what I have gather thus far, Lua is run on an API framework. Since Lua can use libraries, one can write code to do what ever one wants to do. Only way ZOS can stop that type of "hack" is to disable all library read commands / functions. I wondor if ZOS has done that yet? A person can write a library to allow key loggers or send info to a 3rd party site. How much info can an UI addon can see about an account?
Best to ignore trolls.
Educating OP is fine but don't tell him (or anyone) their opinion doesn't count. That also invalidates your opinions.
I do not plan on using any addons for a while, just asking questions about them. I did use few 100's of mods for Skyrim and made some myself. Mods do not scare me, but addons are different then mods and it is an online game thus least control then a single player game can have. From a player POV.
that opinion doesnt count as it was a troll, you said it yourself. how can you compare a troll as an opinion?? that person blatantly ignored the OP and stated NOTHING but ignorance, trying to cause commotion, and i have no patience for people of that. As soon as i saw that, i posted to reply his comment, and ignored him.
if you want to defend someone who does that kind of thing, then you will be ignored as well.
i never have said anybodies opinion wasnt valid, but that guys post was an opinion looking for trouble, causing commotion.
That person is THE OP.
Simply put, lua on its own are simply un-compiled script (text files). What allowed from the library and API is restricted to what ZOS allowed.
I'm not sure which will break first, my desk or my forehead....
The information libraries you can access are defined by the API framework, in this case ZOS' API framework. The only libraries you will have access to are resource libraries already there in the game files.
You won't be able to inject your own libraries to use as the API has no reference to them.
Care to continue fearmongering?
Mods are wayyyyyyy worse than addons for possibilities to hack your computer, mate.
Troll is a troll, I don't care what they think. But you responded to the troll in much the same way you have been responding to the OP, basically telling him that his opinion (and others like him) does not count . . . to come back when he has more experience.
yes and no, yes mods have more power thus can break the game better. No, because one has more control what mods are install or not. The 2nd part what I was getting at early post. I am not "fearmongering", just have some deep concerns... \
So the API framework is just a real time code compiler and the Lua is the code that is compile in real time?
If thats what i would have said, then i would have said it like that. Your being ignored, because your looking for trouble the very same way that guy was. Whining over me calling out some ignorant troll, grow up and mind your own.
That guy who posted, that i replied to ISNOT k9 mouse. l2 read before you call me out please.
You guys are jumping down my throat for simply defending this thread. If im such an undermining individual, id have warnings all the time. but funny how i dont?
Please get back to OP.
You can build 'libraries' on top of it but at the end, it cannot do anything the API doesn't allowed the script to do.
So you can build a library to streamlined the process of getting certain info, such as HP % so other mod could use it without calculating the % itself. However, if HP is not readily available, then there is noway you can get the HP%.
All of these are simply example and are not reflecting the state of ZOS' API.