-
Posts
5797 -
Joined
-
Last visited
-
Days Won
230
Everything posted by Quaksen
-
Even so - the minimap isn't showing any circles.. and locastans minimap is supposed to have that as well.. But yeah, that one is why the normal XVM map is deselected
-
Alternatively, you could find an SPG crosshair that has the travel time. :) (Not sure which ones in the modpack has it.. or if they all do..)
-
shtys damage panel wrong colour for medium and heavy
Quaksen replied to RazzerKFG's topic in Issues & bug reporting
You missed this part though: - attach file _Aslain_logs.zip and python.log (both located directly in WoT folder) -
Aww :) Okay :D Good to know it's not just me being crazy though :P
-
South Carolina is called Michigan
-
The Wyoming seems to be called Arkansas on the minimap. Also, it doesn't seem to generate a "_Aslain_logs.zip" :) Made the attached one myself. _Aslain_logs.zip
-
Quests Extended v2.02 by spoter not working!
Quaksen replied to GolKosh's topic in Issues & bug reporting
You can mess with the settings for it here; \res_mods\0.9.8.1\scripts\client\mods\ -> vehicle_exp_extended.xml You can probably remove most of it. Even hide the hotkeys, and remove the quest display as well. :) -
Quests Extended v2.02 by spoter not working!
Quaksen replied to GolKosh's topic in Issues & bug reporting
I suggest using it, since the two mods work together, creating the UI thingie that is in my screenshot, so you can see what you pick :) (Pretty sure it's that, anyways.. try it :D ) -
A mod doesn't provide that - isn't it just the way WoT shows it? :)
-
Quests Extended v2.02 by spoter not working!
Quaksen replied to GolKosh's topic in Issues & bug reporting
You haven't attached any log files - so I'll just have to ask you instead: Do you have Vehicle Exp Extended installed as well as Quests Extended? -
Quests Extended v2.02 by spoter not working!
Quaksen replied to GolKosh's topic in Issues & bug reporting
You seem to be missing something on the UI... -
Quests Extended v2.02 by spoter not working!
Quaksen replied to GolKosh's topic in Issues & bug reporting
Alt+2 is the hotkey to change it from doing Primary missions only, or Primary+Secondary. That's probably why it's changing to the ones without Secondary done. Have a look at that. -
Not sure really :) Try having a look at the json file, see if there's something mentioned about the toggle besides the key used.
-
"toggleKeyCode": 0, < Change. minimap_tankview_extended.json \res_mods\0.9.8.1\scripts\client\mods
-
Translating WoT modpack / installer language files
Quaksen replied to Aslain's topic in General Discussion
Yeah, I know, they are under Polish and Czech - but - I don't see a reason for them to remain unreadable to other users. All other things are translated :) -
Translating WoT modpack / installer language files
Quaksen replied to Aslain's topic in General Discussion
In the English file, there's 3 "not English lines": Line 760: en.Hlasky_crewvoices=Hlášky: z filmů a seriálů Line 769: en.czterej_pancerni=Czterej Pancerni Line 770: en.hallack=Teksty Hallacka zamiast załogi :ph34r: :P -
Winning isn't everything. You need to work for it to keep up your statistics. Keeping your damage going, and what not.
-
Neat :D And yeah, I see you removed a post, sneaky sneaky, but yeah The change I suggested, only turns off preloading of sounds, for the "GUI" sounds. The rest still gets preloaded :D
-
Awww, that's not what I meant :P Hehe.. Though.. I'm not even sure if it helps me out at all, using the Preload... :P
-
Figured it out! Sneaky little issue. :ph34r: Reproduction steps: Select Silent Battle Timer Run WoT - Go into Training (the tutorial) Timer is silent. Now... Select Silent Battle Timer Select, under WoT Tweaks, "Preload Sounds" Run WoT - Go into Training (the tutorial) Timer is ticking. Something in the Preload Sounds mod makes it load sounds from the normal audio folder, and not the res_mods one. (Preload Sounds generates the "engine_config.xml" thingie. Possible fix/solution: <project> <name>GUI</name> <preload>true</preload> </project> If the installer detects selecting both Silent Battle Timer, and Preload Sounds, make Preload Sounds have this instead: <project> <name>GUI</name> <preload>false</preload> </project> And then.... Select Silent Battle Timer Select, under WoT Tweaks, "Preload Sounds" Edit "engine_config.xml", changing the code bits above to "false" Run WoT - Go into Training (the tutorial) Timer is silent. (The GUI files total less than 4 MB data.. so it shouldn't affect performance in any noticeable way..) ^_^
-
Great! Glad it could help you! :D I tried doing a quick search to solve your problem, and that was one of the first things that caught my eye :)
-
Not sure if it'll help you... but have a look at this: http://joytokey.net/en/ / http://www.oneswitch.org.uk/2/I/JoyToKey/JoyToKey.htm
-
Translating WoT modpack / installer language files
Quaksen replied to Aslain's topic in General Discussion
Spotted another duplicate entry: Line 264: en.hangarclock=Hangar clock with calculator by AntonVK Line 579: en.hangarclock=Hangar clock with calculator by AntonVK [DLC] :ph34r: -
Translating WoT modpack / installer language files
Quaksen replied to Aslain's topic in General Discussion
Very minor thing for the English file (small typo): en.SetupLoadINF= - Setup is running with ''/LOADINF'' paramater should be: en.SetupLoadINF= - Setup is running with ''/LOADINF'' parameter