Yes thanks Jim, I saw but it's only the accuracy thereof, not the CTD of it. Me and a few other guys get CTD's since we start testing it, some 2 weeks ago and kenken could not find the issue yet.
Thanks! I will try that!Look at the API docs that are included with the plugin, plus at the Squirrel reference manual:
http://www.squirrel-lang.org/squirreldoc/reference/index.html
You can edit the .nut file in any source code editor (personally, I'm using the internal editor in the FAR file manager, but obviously the choice is yours, there's plenty of options). As for tutorial, it basically boils down to whether or not you're at least somewhat familiar with coding. I'm a living proof of the fact that you don't need too much coding skill for basic customization, but you definitely need to be able to read and modify/write the code.
With the Dynhud issues relating to win 10 I would love to see this become the replacement HUD. All it needs is a key binding for bringing up the custom evoHUD config menu adding to the game. Maybe we can persuade Reiza and kenken to partner up. I would certainly give my custom evoHUD nut files away to Reiza.
By the way, I don't recommend this MOD as replacement with dynHUD just because dynHUD doesn't work on your win10 system. This MOD isn't intended for noobs or someone who doesn't want to customize by directly edit script file.
I was trying to highlight the great work you've done and the time and effort already given to the mod along with an update on my progress towards making it more accessible whilst still being powerful and customisable by those willing to dig into the code a little.You know, I have a real life. I had quite busy in last week. I didn't even have time to look at this forum. That's all.
If I am successful at adding in simple positioning using one key combo to bring up a a menu and then all done with the mouse then I personally feel we will have cracked both the noob audience and those that want to tweak more.This MOD isn't intended for noobs or someone who doesn't want
Thats a shame, so many guys have this issue but most not technically smart enough to know how to fault findFurthermore, I decide to not put my effort into fixing win10 CTD issue on some system since almost all people doesn't care about this issue.
Download link: https://www.mediafire.com/file/rdygver28mr81ri/evoHUD-snapshot274.7z
I repeatedly asked for help on this issue. And also in some posts, I provide the instruction to collect information which I need to fix. Almost people including you done nothing but just complain(reported just 'doesn't work').Thats a shame, so many guys have this issue but most not technically smart enough to know how to fault find
I have not complained, mine has worked perfectly from day one.I repeatedly asked for help on this issue. And also in some posts, I provide the instruction to collect information which I need to fix. Almost people including you done nothing but just complain(reported just 'doesn't work').
Now, what's remain I can do? Buy and build new win10 machine just for this issue, thought it might not reproduce it. If I have to do that or force to do, I quit this. It's quite simple choice to me.
Your log contained nothing useful. So, I couldn't do anything.@kenken I gave you feedback every time you requested it, my last two posts were #333 and #359, not sure if you saw it. I cannot talk for the other guys and how many of them have the same problem. But I am prepared to wait my time out as even Reiza now have CTD problems with their DynHUD so obviously it is not going to be an easy fix, or at least it will be an easy and quick fix but not so easy to find the cause of it. Thanks anyway of bringing a brilliant HUD for those who can use it.
I would like to show the version number on the GUI config menu I hope to make. If people report issues it will be easy to get version number from user.From this snapshot, DLL has revision number. you can see it from its property. I'm curious why you need to get version number from nut? Is there any particular reason?
Dependency issues are possible but by simply wrapping the load widget in a try statement I could catch the error and inform the user which widget has issues.About loading multiple nut in some directory, I'm concern that it will create dependency issue with multiple nut. At least, manual loading is never create such issue if developer or user carefully put them in proper order. How to resolve dependency automatically?
OK. I'll add it. I don't think it's not necessary, personally.I would like to show the version number on the GUI config menu I hope to make. If people report issues it will be easy to get version number from user.
It's not so simple. try ... catch can handle the error when file doesn't exist. But it never catch conflict of global variables or the problem of loading order. It'll certainly bring a confusion to beginner who you target to and I can't test them in all condition which I can consider due to the limitation of one man project.Dependency issues are possible but by simply wrapping the load widget in a try statement I could catch the error and inform the user which widget has issues.
Being able to get an array of files in a folder would make separate widgets much easier.
You guys easily say that without any serious consideration. But you never think how much I spend a time for it. So, I suggest you I give source code and copyright of this MOD to you, then I quit and you fix it and take all responsibility for it. It surely makes all people happy.@kenken I understand can be frustrating but maybe you aren't aware of the latest win10 problems, after the latest win update there are a lot of CTD due to it (it doesn't like the old java version used for dynhud) and a lot of problems are coming out right now (a lot of CTD during race even with Dynhud disabled by default) so you have the following scenarios:
- AMS works and your HUD works great (like me)
- severe CTD due to win10 problems instead of EvoHUD (and this is why you don't see anything related to it on logs)
Maybe I will suggest you not to quit but to hold bug hunting because is difficult for simple users to report something usefull when there are multiple CTD causes...I am sure they will be more helpfull after Reiza fixes...
On side note,maybe you can copy and paste how to generate logs on main post,can be difficult to find for newcomers