Any experienced modders interested in Witcher 1? [non-shader related]
1 / 2
I spent a good day on this but no progress. This is not really my field. A mod for witcher one changed the flame sword cursor. Which got me thinking. That other cursors can be changed/removed. Now the witcher 1 is a great rpg that has a cool mod called First Person mod. Now the only thing is the cursor is 2D. But if it was possible to remove the 2D simple cursor it would be amazing. The cursor changes from simple to something else whenever it detects object/combat which is fine since the object will be close to the mouse. Im able to move the hud further into depth so it could really change this game that is great.
Im just throwing this out there and hoping someone experienced is interested. No pressure, maybe I think its easier then it really is.
Video is on old version of 3Dsolutiongaming site.
[url]http://www.3dsolutiongaming.com/wip/[/url]
I spent a good day on this but no progress. This is not really my field. A mod for witcher one changed the flame sword cursor. Which got me thinking. That other cursors can be changed/removed. Now the witcher 1 is a great rpg that has a cool mod called First Person mod. Now the only thing is the cursor is 2D. But if it was possible to remove the 2D simple cursor it would be amazing. The cursor changes from simple to something else whenever it detects object/combat which is fine since the object will be close to the mouse. Im able to move the hud further into depth so it could really change this game that is great.
Im just throwing this out there and hoping someone experienced is interested. No pressure, maybe I think its easier then it really is.
Video is on old version of 3Dsolutiongaming site. http://www.3dsolutiongaming.com/wip/
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
[quote="chtiblue"]Yes it would be great, I never played this game because of combat gameplay, but I would try it in perfect 3Dvision
[/quote]Definitely worth trying. The screenwriting and voice acting is on par with Witcher 2 (ie. about as good as games get), and the combat is probably more interesting than Witcher 2, to be honest. The graphics of course are nowhere near as fantastic as Witcher 2, but should be pretty sweet in 3d
chtiblue said:Yes it would be great, I never played this game because of combat gameplay, but I would try it in perfect 3Dvision
Definitely worth trying. The screenwriting and voice acting is on par with Witcher 2 (ie. about as good as games get), and the combat is probably more interesting than Witcher 2, to be honest. The graphics of course are nowhere near as fantastic as Witcher 2, but should be pretty sweet in 3d
I think the 3D in this game is great - main issue is the one Eqzitara is asking about and that is the crosshair. Some water also renders strangely (some outside rivers) in that when you look at water and move, while you are moving the water rendering does not update until you stop so it looks like it's is flashing. I saw this recently when I fixed Fable Lost Chapters when I set the profile to Aion or Prototype (to fix reflections), so in the end I just fixed the reflections myself and it works fine. I guess it should be possible to do that with Witcher 1 as well, if a suitable profile can be found.
@Eqzitara - So I am clear, is the problem that it does not seem possible to move the cursor into depth? Or that it is not possible to isolate the 'default' cursor only, and remove it?
I think the 3D in this game is great - main issue is the one Eqzitara is asking about and that is the crosshair. Some water also renders strangely (some outside rivers) in that when you look at water and move, while you are moving the water rendering does not update until you stop so it looks like it's is flashing. I saw this recently when I fixed Fable Lost Chapters when I set the profile to Aion or Prototype (to fix reflections), so in the end I just fixed the reflections myself and it works fine. I guess it should be possible to do that with Witcher 1 as well, if a suitable profile can be found.
@Eqzitara - So I am clear, is the problem that it does not seem possible to move the cursor into depth? Or that it is not possible to isolate the 'default' cursor only, and remove it?
Its not shader modding.
Its just "normal modding". [url]http://en.thewitcher.com/forum/index.php?/topic/19587-the-witcher-cursor-set/[/url]
Witcher has a powerful mod tools set. I just never dabbled in modding and I cant figure it out. I want to be able to remove the . [DOT aka simple crosshair guess mouse in this case]. Watch the old video and you'll see it. It remains the static not looking anything cursor. Its not possible to remove with shaders causes its a hardware mouse.
It would function similiar to the game I modded. [url]http://www.youtube.com/watch?v=0xrOPaam3BU&feature=player_embedded[/url] Quantum Conundrum.
*Shrug* Maybe I am wrong but it seems right.
[url]http://en.thewitcher.com/forum/index.php?/topic/10168-request-flaming-blade-cursor-mod-for-hard-difficulty/[/url]
[quote]
1 Transition gui_mp_transu 21
2 Use gui_mp_useu 25
3 Examine gui_mp_examineu 17
4 Talk gui_mp_talku 11
5 Walk gui_mp_walku 3
6 XWalk gui_mp_nowalku 5
7 Attack gui_mp_attacku 7
8 Magic gui_mp_magicu 29
9 NoUse gui_mp_nouseu 27
10 Trap gui_mp_disarmu 33
[/quote]
Its just "normal modding". http://en.thewitcher.com/forum/index.php?/topic/19587-the-witcher-cursor-set/
Witcher has a powerful mod tools set. I just never dabbled in modding and I cant figure it out. I want to be able to remove the . [DOT aka simple crosshair guess mouse in this case]. Watch the old video and you'll see it. It remains the static not looking anything cursor. Its not possible to remove with shaders causes its a hardware mouse.
I came across a post saying that you can use a script to hide the hardware cursor, then use your own. But using this method, the mouse can lag.
http://answers.unity3d.com/questions/8910/customise-in-game-cursor.html
Maybe this method would work on games where it's not possible to mod the cursor within the game itself.
Thats for designing with unity I believe. It looks like they wanted a feature like the witcher to switch default hardware mouse icon.
Im just looking for a way to remove one "cur" [Not actually .cur - was an example - whatever the game's texture for cursor is]
I may not be experienced but I sure am persistent. :)
After downloading it last night and poking around on my 3DPC, and downloading it again on my laptop, it mainly came down to not being able to unpack the texture packages(bif) with the utilities that were supposed to, finding out what was being used and editing it. Once unpacked I was able to poke around a bit more, open all the gui_mp_* textures mentioned above, none of them matched, so I did a search for gui_mp_*.dds, found the following, edited it and as far as I can tell it works like a charm ... just unpack it into The Witcher's main folder, it should look like this:
...\The Witcher Enhanced Edition\Data\_2da00\gui_mp_dot.dds
[url]https://www.dropbox.com/s/pqlr3btf6x6xi3z/The_Witcher_Dot_Removal.zip[/url]
I may not be experienced but I sure am persistent. :)
After downloading it last night and poking around on my 3DPC, and downloading it again on my laptop, it mainly came down to not being able to unpack the texture packages(bif) with the utilities that were supposed to, finding out what was being used and editing it. Once unpacked I was able to poke around a bit more, open all the gui_mp_* textures mentioned above, none of them matched, so I did a search for gui_mp_*.dds, found the following, edited it and as far as I can tell it works like a charm ... just unpack it into The Witcher's main folder, it should look like this:
No problem, I've been interested in playing this one through too ... eventually, might even see if I can make the rest of the cursors transparent, maybe 50% or so ... mind sharing the HUD depth fix? Or are you planning on posting it up on the blog? No rush either way, haven't had much time to play lately.
No problem, I've been interested in playing this one through too ... eventually, might even see if I can make the rest of the cursors transparent, maybe 50% or so ... mind sharing the HUD depth fix? Or are you planning on posting it up on the blog? No rush either way, haven't had much time to play lately.
I have your first person mod working for The Witcher. The only issue I am having is the camera is jerky when moving around. I would like to make a guide how to play The Witcher in virtual reality, and would really like to show the first person mode working smoothly. Is there any settings you suggest changing to get the camera to stop being so shaky in first person mode?
Any help would be greatly appreciated. Thanks for all your work thus far.
I have your first person mod working for The Witcher. The only issue I am having is the camera is jerky when moving around. I would like to make a guide how to play The Witcher in virtual reality, and would really like to show the first person mode working smoothly. Is there any settings you suggest changing to get the camera to stop being so shaky in first person mode?
Any help would be greatly appreciated. Thanks for all your work thus far.
Im just throwing this out there and hoping someone experienced is interested. No pressure, maybe I think its easier then it really is.
Video is on old version of 3Dsolutiongaming site.
http://www.3dsolutiongaming.com/wip/
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
http://photos.3dvisionlive.com/chtiblue/album/530b52d4cb85770d6e000049/3Dvision with 49" Philips 49PUS7100 interlieved 3D (3840x2160) overide mode, GTX 1080 GFA2 EXOC, core i5 @4.3GHz, 16Gb@2130, windows 7&10 64bit, Dolby Atmos 5.1.4 Marantz 6010 AVR
http://www.3dsolutiongaming.com/wip/
Asus Rampage Extreme II | Quad core intel I7 2.6 | 6gig ram | Geforce GTX 680 | Samsung 22" 2233RZ | Acer 5360 | win8
3D website dedicated soley for nvidia 3D Vision
Visit 3dSolutionGaming.com for an A-Z listing of 3D streaming video's, automated slideshows, download packs and common fixes for 3dvision gamers.
Facebook Page: https://www.facebook.com/3dsolutiongaming
Twitter page: https://twitter.com/solutiongaming
Youtube Channel: www.youtube.com/user/SolutionGaming
Keenly supporting the Helixwrapper
http://helixmod.blogspot.com/
@Eqzitara - So I am clear, is the problem that it does not seem possible to move the cursor into depth? Or that it is not possible to isolate the 'default' cursor only, and remove it?
Rig: Intel i7-8700K @4.7GHz, 16Gb Ram, SSD, GTX 1080Ti, Win10x64, Asus VG278
Rig: Intel i7-8700K @4.7GHz, 16Gb Ram, SSD, GTX 1080Ti, Win10x64, Asus VG278
Its just "normal modding". http://en.thewitcher.com/forum/index.php?/topic/19587-the-witcher-cursor-set/
Witcher has a powerful mod tools set. I just never dabbled in modding and I cant figure it out. I want to be able to remove the . [DOT aka simple crosshair guess mouse in this case]. Watch the old video and you'll see it. It remains the static not looking anything cursor. Its not possible to remove with shaders causes its a hardware mouse.
It would function similiar to the game I modded. ;feature=player_embedded" rel="nofollow" target = "_blank">;feature=player_embedded Quantum Conundrum.
*Shrug* Maybe I am wrong but it seems right.
http://en.thewitcher.com/forum/index.php?/topic/10168-request-flaming-blade-cursor-mod-for-hard-difficulty/
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
http://answers.unity3d.com/questions/8910/customise-in-game-cursor.html
Maybe this method would work on games where it's not possible to mod the cursor within the game itself.
Im just looking for a way to remove one "cur" [Not actually .cur - was an example - whatever the game's texture for cursor is]
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
After downloading it last night and poking around on my 3DPC, and downloading it again on my laptop, it mainly came down to not being able to unpack the texture packages(bif) with the utilities that were supposed to, finding out what was being used and editing it. Once unpacked I was able to poke around a bit more, open all the gui_mp_* textures mentioned above, none of them matched, so I did a search for gui_mp_*.dds, found the following, edited it and as far as I can tell it works like a charm ... just unpack it into The Witcher's main folder, it should look like this:
...\The Witcher Enhanced Edition\Data\_2da00\gui_mp_dot.dds
https://www.dropbox.com/s/pqlr3btf6x6xi3z/The_Witcher_Dot_Removal.zip
[MonitorSizeOverride][Global/Base Profile Tweaks][Depth=IPD]
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
[MonitorSizeOverride][Global/Base Profile Tweaks][Depth=IPD]
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
[MonitorSizeOverride][Global/Base Profile Tweaks][Depth=IPD]
Any help would be greatly appreciated. Thanks for all your work thus far.