Guild Wars 2 Dev response to bans |
- Dev response to bans
- The Commander And Bloody Madness
- GW2 PvP Forever Be Like :
- Perspectiv is important.
- Choya heads! Succulent plants sold in gourd planters at Bjs wholesale club.
- Me: Chilling doing some norn personal story.
- Does anybody else find it weird that a lot of elite spec builds don't use weapons implemented with that spec?
- Grey-O-Tron 6.12.3 released [WvW Discord Verification bot]
- Guild hall game: Sky Scavenger Hunt
- d912pxy - dx12 for gw2, now v1.9
- [Question] how do I uninstall gw2? It does not show up in my uninstall menu and there is no exe that says uninstall...
- If you're still struggling with the festival JPs, this movement tip might help you
- Playing with friends (as f2p)
- GW2MB can now export songs in BlishHUD XML
- My son (7yo) drew me a picture of the Mad King's labyrinth including Steve!
- candy corn gobbler worth it?
- Riddle of the Weaver + Skyscale
- Trouble with elementalist in open World
- Which game to buy?
- Returning after playing at relase - got some questions
- [Question] Chef 500 crafting
Posted: 21 Oct 2019 07:21 AM PDT | ||
The Commander And Bloody Madness Posted: 21 Oct 2019 01:31 AM PDT
| ||
Posted: 21 Oct 2019 07:31 AM PDT
| ||
Posted: 21 Oct 2019 03:39 AM PDT
| ||
Choya heads! Succulent plants sold in gourd planters at Bjs wholesale club. Posted: 20 Oct 2019 06:50 PM PDT
| ||
Me: Chilling doing some norn personal story. Posted: 21 Oct 2019 07:07 AM PDT
| ||
Posted: 21 Oct 2019 08:04 AM PDT Like, I've seen a lot of builds on Metabattle and Snowcrows and most of the elite spec builds use core weapons. For example I saw a build for deadeye that used daggers.... [link] [comments] | ||
Grey-O-Tron 6.12.3 released [WvW Discord Verification bot] Posted: 21 Oct 2019 04:19 AM PDT Some time ago I decided to write a Discord bot to help a server automatically assign roles according to the users world. In the mean time the bot is pretty stable and now actively used on 17 Discord servers by 970 users. So a massive thanks to everyone using the bot as well to the people that helped out pointing out bugs etc. [link] [comments] | ||
Guild hall game: Sky Scavenger Hunt Posted: 21 Oct 2019 07:44 AM PDT I present you the biggest Scavenger game that I've created so far. This one is called Skyvenger Hunt (for obvious pun reasons). Video: Goal and game mechanics:
Rules: How to enter Notes: Also! I accept gold donations to create more guild hall games, but only if anyone wants to, no worries if you just want to play for free. I'm not english so I'll provide a basic translation for the codes text: Spanish: Camino sin salida. Happy hunting! [link] [comments] | ||
d912pxy - dx12 for gw2, now v1.9 Posted: 20 Oct 2019 08:22 AM PDT Hello gw2 community! I'm happy to announce that d912pxy v1.9 is now released! Aboutd912pxy is a tool/app/addon/lib I made to allow Guild Wars 2 use DirectX12. This tool takes DirectX9 API calls and translates them into DirectX12 API calls. There already many things of that kind, like wined3d, vk9, vkd3d, dxvk, d9vk, etc. Key difference: d912pxy is developed specially for performance, not API compatibility or portability. Before I post some links you should read this statements:
In this update-Added FPS limiter & informational overlay, both are configurable in [extras] section of config file
EDIT: Full list of options in extra section https://github.com/megai2/d912pxy/wiki/Custom-configuration#extras -Fixed batch data reusage optimization
-Fixed QueryInterface crash
-Updated BnS pin screen pck to fix shadow problems
-Added extra config options to control GPU write algorithm and batch data reusage in [batching] section
-Fixed crash on exit InstallingHere is install instructions But still i recommend reading whole README file of project here => https://github.com/megai2/d912pxy Also you can use this tool https://www.reddit.com/r/Guildwars2/comments/cxsxbz/gw2_addon_manager_for_arcdps_gw2_radial_and/ Q&A- What to expect from this?
-That is big effort! Can i help with something? If you want, you can always support me by using links that are given on github or use direct link to patreon https://www.patreon.com/d912pxy. Or you can PR something on github! -This version loads things too slow, can you fix this? Starting from 1.8 shader cache is not supplied, so every fresh install will have big load times. You can go ahead and use community made shader packs https://github.com/megai2/d912pxy/wiki/Shader-packs -I saw this tool support other games too. Can you make it work with game "X"? If you sure that game "X" uses directx 9 and it have 64-bit executable, you can try to run game with d912pxy: put d912pxy folder from release zip, next to game executable, install it using install.exe and start game. -How i make it work as game is not even starting with this tool installed? If your game is somewhere in Program Files folder, you need to adjust access to game folder or simply run game as administrator. If this is not a problem, read README again, on installing and troubleshooting, it will solve most of problems. Otherwise, ask on discord that you can find in README. -This versions works slower. How do i fix that? There is config.ini to tweak some things for more performance. Default config is all around thing, to make sure nothing bad happens on potato-ish PCs. You can go and read wiki page on config values or you can take some ready to use configs in d912pxy/configs folder. Just make sure that you use config with gw2 in its name. -Will it work for me? I don't know. Try it out. - How it will work with ArcDPS/gw2hook/ReShade/GW2Radial/Taco? It should work fine with ArcDPS/GW2Radial/ReShade/Taco by now, but not gw2hook. https://github.com/megai2/d912pxy/wiki/Using-with-other-addons-and-overlays - What about latest banwave? No info on banwave source yet, that means this tool is still under 3-rd party tools TOS rules. If you feel scary about bans, maybe you should not use any tool for now. Think for yourself. -How I can fix that wierd pop ins/character portraits/slow load/missing objects? For fresh install of d912pxy it is normal as shader cache is being built. But if you still experience big load times and you really want good portraits you can enable PSO precompile, but be warned - it will raise RAM and VRAM usage by big amounts! -I'm crashing with "D3D12 device removal due to 8007000E" since v1.6. Any help? This thing looks like a driver bug, so i added a quick workaround: add dheap_mode=1 under [compat] section in config, that should cover your problem. -Why when i use this tool, my system show 0% GPU load? Because your system is bugged. Latest win10 updates have bug in task manager that will report 0% GPU load. Use GPU-Z or something like that to see actual usage. -My GPU is sitting on idle clocks. Any ideas? You can set nv_disable_throttle to 1 in config if you have NVidia GPU. But beware that this option is not so safe, as this will disable power throttle, and if your game crashes, this thing will be left enabled. Restart game and exit cleanly to fix this or use other OC/tweaking tools to clear this out. -What about windows 8?
-I use windows 7 and somehow it works slowly. How to fix this? Port of dx12 to windows 7 have its side effects. Almost all screen reading,gfx hooking and other things will create problems. Try to disable all fancy (and not fancy) things that affect rendering in any way. This in fact writed in install instructions and troubleshooting page, but who reads them right? -Why it is not using SLI? DX12 does not have driver code to make SLI work out of box, so i need to make it on my own. While multi GPU mode can be implemented, it is a big challenge to do so in a proxy mode. Especially when game is already eating all of CPU and memory bandwith, as adding one more GPU in a code will rise memory and CPU usage even more. If you want this that bad, you can sponsor me up! :D Otherwise, surely not today. -Does this need update when gw2 updated? Most of time - no. But there is widely used ArcDPS addon, that tend to cause problems on game update day. So check it first, before going to post smth about "d912pxy is broken with game update" everywhere. -Addon loader/addon manager? WHAAAA... ? Yes, i'm kinda tired about all that chainload troubles, so soon d912pxy will be available in https://github.com/fmmmlee/GW2-Addon-Manager with some under the hood "chainload" changes. If you making yet another d3d9 based addon for gw, join ppl on gw2 developement community discord and use addon loader approach https://github.com/gw2-addon-loader/ instead of more chainloading. -Can you add some functionality from gw2 hook? There is a custom shader that removes bloom https://pastebin.com/UtvHPBmY put that file into d912pxy/shaders/hlsl/custom with .hlsl extension, and then remove d912pxy/pck/latest.pck Shader by /u/BurningSky1994 -Crashing/not working/need to troubleshoot smth You have many options
-How I can fix that wierd pop ins/character portraits/slow load/missing objects? For fresh install of d912pxy it is normal as shader cache is being built. But if you still experience big load times and you really want good portraits you can enable PSO precompile, but be warned - it will raise RAM and VRAM usage by big amounts! -Why ANet is still not hired you? (or other why ANet) That is not coming as i live cross globe and there is no open positions. Please do not discuss their reasons/actions any way, as this will not end up constructively. [link] [comments] | ||
Posted: 21 Oct 2019 05:21 AM PDT Do I just delete everything and it's cleanly uninstalled? Thanks [link] [comments] | ||
If you're still struggling with the festival JPs, this movement tip might help you Posted: 21 Oct 2019 08:29 AM PDT How I personally find it easier to do such JPs is to:
(You might find yourself doing extra curve-like pre-adjustments to line yourself up before the jump but that's all part of the strategy.) I believe that unnecessary stops and left-right adjustments throw you off the rhythm, but when you're moving in a train-like fashion, you get the feel of the large segments of the "track" after a while and it becomes easier to memorize and execute them. [link] [comments] | ||
Posted: 21 Oct 2019 02:06 AM PDT Hey, I just started playing gw2 with a friend he took human as a race and I took Norn as a race, first I thought that you just had to complete a tutorial on your starting region and then you can move on. However I googled it and apparently you can only meet up by entering the portal which leads to lion`s arch, however it is not available for a f2p until you reach lvl 35. So my question is there any other way to meet and play together ? Thanks for your answers [link] [comments] | ||
GW2MB can now export songs in BlishHUD XML Posted: 21 Oct 2019 08:11 AM PDT I received a user request to add the ability to export GW2MB songs in BlishHUD XML format. I've added the feature and wanted to let everyone know. Enjoy! [link] [comments] | ||
My son (7yo) drew me a picture of the Mad King's labyrinth including Steve! Posted: 20 Oct 2019 09:00 AM PDT
| ||
Posted: 21 Oct 2019 04:36 AM PDT I tried googling, most are outdated results. Wiki doesn't say much, anyone else recently used theirs? how long are the boosts provided i don't see any answer on wiki either. [link] [comments] | ||
Riddle of the Weaver + Skyscale Posted: 21 Oct 2019 02:25 AM PDT I'm currently working on the Warpblade achievement, I noticed that for the Riddle of the Weaver, I would need both the Skimmer and Jackal with 3 masteries each in order to reach it. I was wondering if I can bypass grinding the masteries by using a flying mount such as the Griffon or Skyscale? [link] [comments] | ||
Trouble with elementalist in open World Posted: 21 Oct 2019 05:33 AM PDT So basically, i have problems when soloing harder open world enemies like HoT hero points. Is there any guide for a build that helped you? [link] [comments] | ||
Posted: 21 Oct 2019 07:41 AM PDT Hey guys, I want to start guild wars 2 and I don't know which game I have to buy. Is it enough when I only buy the newest dlc? Do I get the whole game or is it better to buy every dlc? Thanks for help [link] [comments] | ||
Returning after playing at relase - got some questions Posted: 21 Oct 2019 05:26 AM PDT I played this game back when it was released and I am thinking about coming back. I am a WOW player and looking for a game I can play until the new patch drops and maybe even later on. So I got some questions:
[link] [comments] | ||
Posted: 21 Oct 2019 05:04 AM PDT Hi all, I completed gourmet (too early I guess) and I am missing 1.5 levels to get to 500 (498.5). What would be the cheapest and quickest way to get to 500? I just have no idea what to craft to level up.. Thank you. [link] [comments] |
You are subscribed to email updates from /r/GuildWars2: Perfectly balanced, as all things should be.. To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google, 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States |
No comments:
Post a Comment