Let Lichdom Battlemage dev's know you want 3D
  1 / 2    
The developers are open to supporting 3D if people let them know how it important it is to them. [url]http://steamcommunity.com/app/261760/discussions/0/540736966018430004/[/url]
The developers are open to supporting 3D if people let them know how it important it is to them.
http://steamcommunity.com/app/261760/discussions/0/540736966018430004/

Co-founder of helixmod.blog.com

If you like one of my helixmod patches and want to donate. Can send to me through paypal - eqzitara@yahoo.com

#1
Posted 04/03/2014 01:30 AM   
I bet this can be a showcase for 3D vision if done well. Thanks for the link.
I bet this can be a showcase for 3D vision if done well. Thanks for the link.

#2
Posted 04/03/2014 03:55 AM   
No 3d vision does not work good in any way. Now lol tridef does work good.
No 3d vision does not work good in any way. Now lol tridef does work good.

#3
Posted 08/27/2014 11:02 PM   
[quote="Zeeblade"]No 3d vision does not work good in any way. Now lol tridef does work good.[/quote] Tridef works well use the crysis 3 profile acceptable 3D
Zeeblade said:No 3d vision does not work good in any way. Now lol tridef does work good.


Tridef works well use the crysis 3 profile acceptable 3D

Gigabyte Z370 Gaming 7 32GB Ram i9-9900K GigaByte Aorus Extreme Gaming 2080TI (single) Game Blaster Z Windows 10 X64 build #17763.195 Define R6 Blackout Case Corsair H110i GTX Sandisk 1TB (OS) SanDisk 2TB SSD (Games) Seagate EXOs 8 and 12 TB drives Samsung UN46c7000 HD TV Samsung UN55HU9000 UHD TVCurrently using ACER PASSIVE EDID override on 3D TVs LG 55

#4
Posted 08/27/2014 11:04 PM   
I want the game to run in Nvidia 3D Vision. I am getting a huge rig upgrade very soon and I would love to play this title maxed out in 3D! :D
I want the game to run in Nvidia 3D Vision. I am getting a huge rig upgrade very soon and I would love to play this title maxed out in 3D! :D

SHIELD Specs:
Operating System (Portable & Tablet): Android 6.0 (Marshmallow), SHIELD Portable, SHIELD Tablet (32Gb 4G LTE), 2x Wireless SHIELD Controllers.

PC Specs:
Operating System: Windows 7 Professional SP1 (x64) on 120Gb Kingston HyperX Fury SSD.Intel i7-4790k 4.4Ghz CPU, Corsair H115i Liquid Cooler, ASUS Z97-K Motherboard, Corsair HX850i Platinum Grade 850w PSU, Gigabyte Extreme Gaming GTX1080 Water Cooled, with 8Gb GDDR5x RAM, 32Gb Corsair Vengeance Pro 2400 DDR3 RAM, ASUS VG278 27" 120Hz 3D Monitor (3D Vision 2), Logitech G710+ Mechanical Keyboard, Logitech G502 Proteus Core Mouse with 8 buttons, Microsoft Xbox One S Controller used as wired with MicroUSB cable to avoid Windows 10, Logitech Extreme 3D Pro Flightstick, Creative Labs Sound Blaster Zx, Logitech z906 5.1 THX Certified Surround Speakers, DirectX 11, 19.5Tb of storage space (WD Gold Enterprise class 10Tb DataCenter 7,200RMP HDD, WD 4Tb internal HDD, WD Caviar 1.5Tb Internal HDD, WD Elements 1Tb External USB 3.0 HDD, WD Elements 3Tb External USB 3.0 HDD).

Network Specs:
iiNet N.B.N. 100mbps Download/40Mbps Upload with Unlimited Data. (Slow in world standards, but the fastest and priciest connection in Australia), with an ASUS PCE-AC68U Wifi Card/ASUS RT-AC68U Router, 5Ghz/2.4Ghz Dual-Band WiFi My PC is connected to the 5Ghz Wifi, and my Guest Wifi is the 2.4Ghz band.

My Location:
Adelaide, South Australia.

#5
Posted 08/31/2014 12:36 PM   
Thought I'd necro this thread as well, just as an interesting note. In the Steam forum, the devs actually responded! They said they wanted to add 3D Vision support (and Oculus) but ran out of resources and time. Can't tell you how rare it is for a dev to respond. Don't really blame them, considering it's on CryEngine 3, which apparently has poor 3D support. Of note, I fixed the major Decompiler problem for the game of the float2x4 matrices, and so now it will Decompile 1735 shaders, with some 22 remaining errors, so it should be fairly good from a tool perspective if anyone wants to take a crack at it. DarkStarSword did an initial look, and has convergence and separation unlocked.
Thought I'd necro this thread as well, just as an interesting note. In the Steam forum, the devs actually responded! They said they wanted to add 3D Vision support (and Oculus) but ran out of resources and time. Can't tell you how rare it is for a dev to respond.

Don't really blame them, considering it's on CryEngine 3, which apparently has poor 3D support.


Of note, I fixed the major Decompiler problem for the game of the float2x4 matrices, and so now it will Decompile 1735 shaders, with some 22 remaining errors, so it should be fairly good from a tool perspective if anyone wants to take a crack at it.

DarkStarSword did an initial look, and has convergence and separation unlocked.

Acer H5360 (1280x720@120Hz) - ASUS VG248QE with GSync mod - 3D Vision 1&2 - Driver 372.54
GTX 970 - i5-4670K@4.2GHz - 12GB RAM - Win7x64+evilKB2670838 - 4 Disk X25 RAID
SAGER NP9870-S - GTX 980 - i7-6700K - Win10 Pro 1607
Latest 3Dmigoto Release
Bo3b's School for ShaderHackers

#6
Posted 02/17/2015 05:32 AM   
i found 2 shader(1Pixel,1Vertex)can disable hands in lichkingdom fix......edit this 2 txt file with notepad++ 39ed93eec8bd8628-ps_replace.txt void main( float4 v0 : SV_Position0, float4 v1 : TEXCOORD0, float4 v2 : TEXCOORD1, float4 v3 : TEXCOORD2, float4 v4 : TEXCOORD3, float4 v5 : TEXCOORD4, out float4 o0 : SV_Target0, out float4 o1 : SV_Target1, out float4 o2 : SV_Target2, out float4 o3 : SV_Target3) i add this o0 = 0; return; then restart game,shader is still on ea2e0756662dfa88-vs_replace.txt void main( float4 v0 : POSITION0, float4 v1 : TEXCOORD0, float4 v2 : COLOR0, float4 v3 : TANGENT0, float4 v4 : BLENDWEIGHT0, float4 v5 : BLENDINDICES0, float4 v6 : COLOR1, float4 v7 : TEXCOORD4, float3 v8 : TEXCOORD5, out float4 o0 : SV_Position0, out float4 o1 : TEXCOORD0, out float4 o2 : TEXCOORD1, out float4 o3 : TEXCOORD2, out float4 o4 : TEXCOORD3, out float4 o5 : TEXCOORD4) also add this o0 = 0; return; nothing happen is this 3Dmigoto ShaderFixes folder = HelixMod ShaderOverride folder? i've been wrecked my brain wondering where I went wrong?
i found 2 shader(1Pixel,1Vertex)can disable hands in lichkingdom fix......edit this 2 txt file with notepad++

39ed93eec8bd8628-ps_replace.txt
void main(
float4 v0 : SV_Position0,
float4 v1 : TEXCOORD0,
float4 v2 : TEXCOORD1,
float4 v3 : TEXCOORD2,
float4 v4 : TEXCOORD3,
float4 v5 : TEXCOORD4,
out float4 o0 : SV_Target0,
out float4 o1 : SV_Target1,
out float4 o2 : SV_Target2,
out float4 o3 : SV_Target3)


i add this o0 = 0;
return;
then restart game,shader is still on



ea2e0756662dfa88-vs_replace.txt


void main(
float4 v0 : POSITION0,
float4 v1 : TEXCOORD0,
float4 v2 : COLOR0,
float4 v3 : TANGENT0,
float4 v4 : BLENDWEIGHT0,
float4 v5 : BLENDINDICES0,
float4 v6 : COLOR1,
float4 v7 : TEXCOORD4,
float3 v8 : TEXCOORD5,
out float4 o0 : SV_Position0,
out float4 o1 : TEXCOORD0,
out float4 o2 : TEXCOORD1,
out float4 o3 : TEXCOORD2,
out float4 o4 : TEXCOORD3,
out float4 o5 : TEXCOORD4)


also add this o0 = 0;
return;

nothing happen

is this 3Dmigoto ShaderFixes folder = HelixMod ShaderOverride folder?

i've been wrecked my brain wondering where I went wrong?

#7
Posted 12/04/2015 12:53 PM   
DarkStarSword already published an impeccable fix. Or are those new broken shaders?
DarkStarSword already published an impeccable fix. Or are those new broken shaders?

Intel Core i7-3820, 4 X 3,60 GHz overclocked to 4,50 GHz ; EVGA Titan X 12VRAM ; 16 GB Corsair Vengeance DDR-1600 (4x 4 GB) ; Asus VG278H 27-inch incl. 3D vision 2 glasses, integrated transmitter ; Xbox One Elite wireless controller ; Windows 10HTC VIVE 2,5 m2 roomscale3D VISION GAMERS - VISIT ME ON STEAM and feel free to add me: http://steamcommunity.com/profiles/76561198064106555 YOUTUBE: https://www.youtube.com/channel/UC1UE5TPoF0HX0HVpF_E4uPQ STEAM CURATOR: https://store.steampowered.com/curator/33611530-Streaming-Deluxe/ Image

#8
Posted 12/04/2015 01:18 PM   
DarkStarSword fix is great! this is personal needs,for disable FPS Camera hands model
DarkStarSword fix is great! this is personal needs,for disable FPS Camera hands model

#9
Posted 12/04/2015 01:31 PM   
I am looking for a 1st person RPG that works in 3D Vision since I am about to finish about Risen 3. I know this is fairly linear and more action-focused but I see it can be bought at a decent price. Roughly how long is this game and are there any mods for it?
I am looking for a 1st person RPG that works in 3D Vision since I am about to finish about Risen 3. I know this is fairly linear and more action-focused but I see it can be bought at a decent price.

Roughly how long is this game and are there any mods for it?

1080 GTX 8GB SLI | I7-4770K@4.5GHz | 16GB RAM | Win10x64
Asus ROG Swift PG278Q | 3D Vision 2

#10
Posted 04/11/2016 07:39 PM   
I wouldn't consider this to have many RPG elements, but it's fun and pretty. There is a bit of a loot/crafting/grinding aspect to it, though. I've played for probably 5-6 hours before I felt like I had a feel for how the rest of the game would be and moved onto something else. You can get it for around $5 on sale, so definitely worth it then. Saw no mention towards mods for it, though. One first person RPG I can think of is Skyrim/Fallout, or Legend of Grimlock.
I wouldn't consider this to have many RPG elements, but it's fun and pretty. There is a bit of a loot/crafting/grinding aspect to it, though. I've played for probably 5-6 hours before I felt like I had a feel for how the rest of the game would be and moved onto something else. You can get it for around $5 on sale, so definitely worth it then. Saw no mention towards mods for it, though.

One first person RPG I can think of is Skyrim/Fallout, or Legend of Grimlock.

3D Gaming Rig: CPU: i7 7700K @ 4.9Ghz | Mobo: Asus Maximus Hero VIII | RAM: Corsair Dominator 16GB | GPU: 2 x GTX 1080 Ti SLI | 3xSSDs for OS and Apps, 2 x HDD's for 11GB storage | PSU: Seasonic X-1250 M2| Case: Corsair C70 | Cooling: Corsair H115i Hydro cooler | Displays: Asus PG278QR, BenQ XL2420TX & BenQ HT1075 | OS: Windows 10 Pro + Windows 7 dual boot

Like my fixes? Dontations can be made to: www.paypal.me/DShanz or rshannonca@gmail.com
Like electronic music? Check out: www.soundcloud.com/dj-ryan-king

#11
Posted 04/11/2016 07:49 PM   
[quote="Arioch1"]I am looking for a 1st person RPG that works in 3D Vision since I am about to finish about Risen 3. I know this is fairly linear and more action-focused but I see it can be bought at a decent price. Roughly how long is this game and are there any mods for it?[/quote] I was an early adopter, so I played it myself over 25 hours and did actually never finish it. It is a good game and DSS fix for this game is simply one of the best ever made.
Arioch1 said:I am looking for a 1st person RPG that works in 3D Vision since I am about to finish about Risen 3. I know this is fairly linear and more action-focused but I see it can be bought at a decent price.

Roughly how long is this game and are there any mods for it?


I was an early adopter, so I played it myself over 25 hours and did actually never finish it. It is a good game and DSS fix for this game is simply one of the best ever made.

Intel Core i7-3820, 4 X 3,60 GHz overclocked to 4,50 GHz ; EVGA Titan X 12VRAM ; 16 GB Corsair Vengeance DDR-1600 (4x 4 GB) ; Asus VG278H 27-inch incl. 3D vision 2 glasses, integrated transmitter ; Xbox One Elite wireless controller ; Windows 10HTC VIVE 2,5 m2 roomscale3D VISION GAMERS - VISIT ME ON STEAM and feel free to add me: http://steamcommunity.com/profiles/76561198064106555 YOUTUBE: https://www.youtube.com/channel/UC1UE5TPoF0HX0HVpF_E4uPQ STEAM CURATOR: https://store.steampowered.com/curator/33611530-Streaming-Deluxe/ Image

#12
Posted 04/11/2016 08:08 PM   
Thanks for the feedback guys. I have already played a ton of Skyrim and will wait to get Fallout 4 once the inevitable GOTY edition comes out. I am more into fantasy RPG's than other genres and currently would prefer a single player experience over a part-based game. I do plan on getting Legend of Grimrock 2 at some point but I still have Might and Magic X:Legacy to play for my group-based RPG fix. On a side note, I saw that someone made a DX11 renderer for Gothic 2, which to me is one of the bast RPG's ever made. I am curious to see if 3D would work on that.
Thanks for the feedback guys. I have already played a ton of Skyrim and will wait to get Fallout 4 once the inevitable GOTY edition comes out. I am more into fantasy RPG's than other genres and currently would prefer a single player experience over a part-based game. I do plan on getting Legend of Grimrock 2 at some point but I still have Might and Magic X:Legacy to play for my group-based RPG fix.

On a side note, I saw that someone made a DX11 renderer for Gothic 2, which to me is one of the bast RPG's ever made. I am curious to see if 3D would work on that.

1080 GTX 8GB SLI | I7-4770K@4.5GHz | 16GB RAM | Win10x64
Asus ROG Swift PG278Q | 3D Vision 2

#13
Posted 04/11/2016 10:59 PM   
[quote="Arioch1"]On a side note, I saw that someone made a DX11 renderer for Gothic 2, which to me is one of the bast RPG's ever made. I am curious to see if 3D would work on that.[/quote] Both Gothic 1 & 2 do work with the Renderer you mentioned. Gothic II is particular interesting if you get this mod. Carefully follow the steps in this post to install the D3D11 Render. English instructions are there as well. [url]http://forum.worldofplayers.de/forum/threads/1438917-D3D11-Renderer-f%C3%BCr-Gothic-2-%28alpha%29-14[/url] And then install this because it makes the world look fantastic, colorful and lively. [url]http://www.moddb.com/mods/lhiver-en-edition[/url] Note: You will have to use the D3D11 Render overlay to disable dynamic lights. You can play around with the settings to find your preferences. With the Dynamic lights disabled, the 3D is almost flawless. Gothic II is a special game in 3D because it is old school RPG and very challenging. It's a real treat to play in 3D.
Arioch1 said:On a side note, I saw that someone made a DX11 renderer for Gothic 2, which to me is one of the bast RPG's ever made. I am curious to see if 3D would work on that.

Both Gothic 1 & 2 do work with the Renderer you mentioned. Gothic II is particular interesting if you get this mod. Carefully follow the steps in this post to install the D3D11 Render. English instructions are there as well.

http://forum.worldofplayers.de/forum/threads/1438917-D3D11-Renderer-f%C3%BCr-Gothic-2-%28alpha%29-14

And then install this because it makes the world look fantastic, colorful and lively.

http://www.moddb.com/mods/lhiver-en-edition

Note: You will have to use the D3D11 Render overlay to disable dynamic lights. You can play around with the settings to find your preferences. With the Dynamic lights disabled, the 3D is almost flawless.

Gothic II is a special game in 3D because it is old school RPG and very challenging. It's a real treat to play in 3D.

#14
Posted 04/12/2016 03:11 AM   
Ohhh, definitely need to take a look at that again. I played it before in 3D but the updated graphics look nice. I have Gothic II:Gold Edition on Steam - I hope it works with that.
Ohhh, definitely need to take a look at that again. I played it before in 3D but the updated graphics look nice.

I have Gothic II:Gold Edition on Steam - I hope it works with that.

1080 GTX 8GB SLI | I7-4770K@4.5GHz | 16GB RAM | Win10x64
Asus ROG Swift PG278Q | 3D Vision 2

#15
Posted 04/12/2016 04:31 AM   
  1 / 2    
Scroll To Top