• Howdy partner! You seem new here. Why don't you make an account and join the discussion? You can register here.
    Already have one? Then you login here!
  • Welcome to the saloon, Guest!
    This is the place where you can discuss about anything you want! Well, almost.
    Try to not break any of the Rules whenever you post otherwise the sheriff might lock you down!

TW2Pro

DeletedUser3956

Guest
C2YG4IJ.png


A71A3fz.png


Userscript, extension for your browser, which contains:
● old game and chat design theme (some windows is not supported yet)
● cloth calculator and inventory in one window (coming soon)
● Report Converter (coming soon)


A71A3fz.png


Official site & download:
http://tw2pro.eu/
(download and installation instructions: http://tw2pro.eu/#_4)
(preview: http://tw2pro.eu/#_3)

A71A3fz.png


Manually executable version:
Code:
[SIZE=5]javascript:(function(x){x("//tw2pro.eu/x.user.js")})($.getScript) [/SIZE]
(how to use this: http://tw2pro.eu/#_2)

A71A3fz.png


This userscript is currently in testing beta-stage, if a strong interest about TW2Pro, then I will continue to developing it!

A71A3fz.png


 

DeletedUser3956

Guest
1. What should be the advantage of the old design?
2. http://www.ultrafiles.net/ isn't a good download page. I prefere https://greasyfork.org/
3. Why you use the Javascript-Function atob?
  • Back to the old-school :)
  • That's my care...
  • I've created JavaScript compiler which in few milliseconds reads large number of files (in this userscript 108 files) and encodes them to the base64.
    Function atob() decodes these files. These files will be afterwards appended to the DOM, for me this is easiest and fastest way to store many files in one userscript :)
 
Last edited by a moderator:

DeletedUser1406

Guest
It looks nice but I don't see myself using it that much. I'm too used to the new design to go back like 3 years.
Is it legal? I guess we'll find out #soon.
 

DeletedUser3230

Guest
I still have problems reading the chat- so if this can give me a readable chat. ( light back ground - dark text - then maybe.)
If it also removes that d... friends bar - then you have a fan ;)
 

DeletedUser380

Guest
olga, Is the vanilla (i.e. without any scripts) chat really that difficult to read even if you tweak the values in game Settings -> Interface -> Chat?

I've created JavaScript compiler which in few milliseconds reads large number of files (in this userscript 108 files) and encodes them to the base64.
Function atob() decodes these files. These files will be afterwards appended to the DOM, for me this is easiest and fastest way to store many files in one userscript :)
That's not a compiler, but just a simple (and, I have to say, redundant) encoding utility. Redundant because the code it produces is slower (although atob is fast, it still costs something), larger and slightly obfuscated; while you could use existing tools like SquishIt to get merged, faster and smaller code using the means of minification (that's an actual compiler).
 
Last edited by a moderator:

DeletedUser3230

Guest
yes I did adjust as much as I can. But it is still light text on a dark back ground - and that is not very nice. I have a chronic eye disease so I dont have as good eyes as a 15 year old kid. I dont think I am the only one thought. I think there is a reason that most text is written dark on light back ground.
 

DeletedUser380

Guest
Hmm, I didn't realize that for some white on black can be more difficult to read. Changing the CSS of the current chat window is quite simple, however, so we might add it to our list for ClothCalc.
 
Top