Free donations to 3DVision fixers ( Absolutly No Request Here ! )
1 / 3
[u]NO REQUEST HERE, JUST THANKS, PLEASE.[/u]
(Thanks will reup the thread, so do it !)
3DVision must not die, so I think it is essential, if you have the financial means, to reward the hard work put by our heroes.
Any bucks counts.
So i'll post here, the Paypal information to send them money: (No taxe/fee)
[url]https://www.paypal.com/fr/webapps/mpp/send-money-online[/url]
-=HeliX=-:
?
Eqzitara:
eqzitara@yahoo.com
bo3b:
?
mike_ar69:
?
Chiri:
?
Flugan:
ulfjalmbrant@hotmail.com
Darkstarsword (DSS):
darkstarsword@gmail.com
Helifax:
tavyhome@gmail.com
DHR:
dhr.donation@gmail.com
DJ-RK
rshannonca@gmail.com
Masterotaku:
masterotakusuko@gmail.com
Sgs.rules:
sgs.rules@gmail.com
Pauldusler:
duselpaul86@gmx.de
Losti:
rauti@inetmx.de
I don't have all the email donation so if you think you should be in this list, PM me your infos please.
.
This list is soo tiny...
We used to be a lot more!
Don't forget Masterotakusuko
If you liked the fix and want to contribute for more future fixes, you can donate to this PayPal account: masterotakusuko@gmail.com
I don't think Mike accepts donations:( I know, he didn't in the past, but maybe he changed his stance!
I don't know about Bo3b either!
As for DarkStarSword:
I think, if you really want to show his appreciation, we should all support him on Patreon:
https://www.patreon.com/DarkStarSword
Few of you guys know, but because of him lots of the feature and Fixes are possible in 3DMigoto. He developed so many breakthrough techniques for fixing games: Look at ROTTR, FarCry, UNITY games to mention just a few! And others are on their way! 99% of the fixes released under Dx11 have DarkStarSword written in the Code-Stone;)
So I really wish a lot more people would support him!
This list is soo tiny...
We used to be a lot more!
Don't forget Masterotakusuko
If you liked the fix and want to contribute for more future fixes, you can donate to this PayPal account: masterotakusuko@gmail.com
I don't think Mike accepts donations:( I know, he didn't in the past, but maybe he changed his stance!
I don't know about Bo3b either!
Few of you guys know, but because of him lots of the feature and Fixes are possible in 3DMigoto. He developed so many breakthrough techniques for fixing games: Look at ROTTR, FarCry, UNITY games to mention just a few! And others are on their way! 99% of the fixes released under Dx11 have DarkStarSword written in the Code-Stone;)
So I really wish a lot more people would support him!
1x Palit RTX 2080Ti Pro Gaming OC(watercooled and overclocked to hell)
3x 3D Vision Ready Asus VG278HE monitors (5760x1080).
Intel i9 9900K (overclocked to 5.3 and watercooled ofc).
Asus Maximus XI Hero Mobo.
16 GB Team Group T-Force Dark Pro DDR4 @ 3600.
Lots of Disks:
- Raid 0 - 256GB Sandisk Extreme SSD.
- Raid 0 - WD Black - 2TB.
- SanDisk SSD PLUS 480 GB.
- Intel 760p 256GB M.2 PCIe NVMe SSD.
Creative Sound Blaster Z.
Windows 10 x64 Pro.
etc
[quote="Helifax"]
Few of you guys know, but because of him lots of the feature and Fixes are possible in 3DMigoto. He developed so many breakthrough techniques for fixing games: Look at ROTTR, FarCry, UNITY games to mention just a few! And others are on their way! 99% of the fixes released under Dx11 have DarkStarSword written in the Code-Stone;)
So I really wish a lot more people would support him!
[/quote]
[s]Winter[/s] regex is coming:
https://github.com/bo3b/3Dmigoto/commit/27f91b5c75d6e35748c175b51a28dc1f4af16348
Helifax said:
Few of you guys know, but because of him lots of the feature and Fixes are possible in 3DMigoto. He developed so many breakthrough techniques for fixing games: Look at ROTTR, FarCry, UNITY games to mention just a few! And others are on their way! 99% of the fixes released under Dx11 have DarkStarSword written in the Code-Stone;)
So I really wish a lot more people would support him!
In the beginning of the month, i donated 10 € to
Helifax
darkstarsword
masterotaku
Pauldusier
DHR
i can't donate anymore !!^^
Solde au 20/09/2017
-376,33 €
i hope a fix for 3DVision & 3DSurround for PUB / H1Z1 / F1 2016/2017 / FIFA 17 / Through the Woods :)
Amazing feature DSS!!!
Can i suggest 2 things :)
1) Make a Shader "White list"....so we can specific hash # of the shader we don't want to search/replace. This is in case some pattern match a wrong shaders, and instead of fixing....broke it. (this happens a lot with the Lua Script)
2) Make in the ini a "Load" section for the regex (load_regex = UE4.ini), and in a different .ini (or other extension) put all the regex code. So we can have UE4.ini, Unity.ini, etc...etc. Easier to identify the search/replace related to an specific engine.
1) Make a Shader "White list"....so we can specific hash # of the shader we don't want to search/replace. This is in case some pattern match a wrong shaders, and instead of fixing....broke it. (this happens a lot with the Lua Script)
2) Make in the ini a "Load" section for the regex (load_regex = UE4.ini), and in a different .ini (or other extension) put all the regex code. So we can have UE4.ini, Unity.ini, etc...etc. Easier to identify the search/replace related to an specific engine.
Although I have donated in the past, at present my financial situation prohibits me from doing so.
Regardless, I am deeply appreciative to everyone involved, and the great many who have retired.
[quote="DHR"]Amazing feature DSS!!!
Can i suggest 2 things :)
1) Make a Shader "White list"....so we can specific hash # of the shader we don't want to search/replace. This is in case some pattern match a wrong shaders, and instead of fixing....broke it. (this happens a lot with the Lua Script)[/quote]
Any shader in ShaderFixes is automatically excluded, so usually just using marking_mode=original and dumping the false positive will be enough to fix it. I'm still working on the details, but there might be ... more options to filter what shaders are affected by the time this is released.
[quote]
2) Make in the ini a "Load" section for the regex (load_regex = UE4.ini), and in a different .ini (or other extension) put all the regex code. So we can have UE4.ini, Unity.ini, etc...etc. Easier to identify the search/replace related to an specific engine.
[/quote]
For that I probably want to go a little further and allow any ini sections to come from external files... I'm playing around with engine specific ideas at the moment for Hellblade (because the regex is only a small part of that fix... the main part of that fix is something far more significant, but also a little too engine specific to go in 3DMigoto itself, and non-trivial to describe in the d3dx.ini... maybe I'll do it as an extension DLL... still working out the details)
1) Make a Shader "White list"....so we can specific hash # of the shader we don't want to search/replace. This is in case some pattern match a wrong shaders, and instead of fixing....broke it. (this happens a lot with the Lua Script)
Any shader in ShaderFixes is automatically excluded, so usually just using marking_mode=original and dumping the false positive will be enough to fix it. I'm still working on the details, but there might be ... more options to filter what shaders are affected by the time this is released.
2) Make in the ini a "Load" section for the regex (load_regex = UE4.ini), and in a different .ini (or other extension) put all the regex code. So we can have UE4.ini, Unity.ini, etc...etc. Easier to identify the search/replace related to an specific engine.
For that I probably want to go a little further and allow any ini sections to come from external files... I'm playing around with engine specific ideas at the moment for Hellblade (because the regex is only a small part of that fix... the main part of that fix is something far more significant, but also a little too engine specific to go in 3DMigoto itself, and non-trivial to describe in the d3dx.ini... maybe I'll do it as an extension DLL... still working out the details)
2x Geforce GTX 980 in SLI provided by NVIDIA, i7 6700K 4GHz CPU, Asus 27" VG278HE 144Hz 3D Monitor, BenQ W1070 3D Projector, 120" Elite Screens YardMaster 2, 32GB Corsair DDR4 3200MHz RAM, Samsung 850 EVO 500G SSD, 4x750GB HDD in RAID5, Gigabyte Z170X-Gaming 7 Motherboard, Corsair Obsidian 750D Airflow Edition Case, Corsair RM850i PSU, HTC Vive, Win 10 64bit
That regex stuff reminds me of what Helifax can do with his wrapper to stereoize shaders :).
@greatxerox: what are you doing with negative numbers?!! :( I prefer you to save some money and not donate to me if you have money problems.
[quote="masterotaku"]@greatxerox: what are you doing with negative numbers?!! :( I prefer you to save some money and not donate to me if you have money problems.[/quote]
it's ok. i just had the will to donate to all members this month (except one or two members, i couldn't, it lacks donation infos). i'm working in a supermarket, so i can get food freely (unsold) :)
thank you for your fixes. :)
masterotaku said:@greatxerox: what are you doing with negative numbers?!! :( I prefer you to save some money and not donate to me if you have money problems.
it's ok. i just had the will to donate to all members this month (except one or two members, i couldn't, it lacks donation infos). i'm working in a supermarket, so i can get food freely (unsold) :)
thank you for your fixes. :)
[quote="greatxerox"][quote="masterotaku"]@greatxerox: what are you doing with negative numbers?!! :( I prefer you to save some money and not donate to me if you have money problems.[/quote]
it's ok. i just had the will to donate to all members this month (except one or two members, i couldn't, it lacks donation infos). i'm working in a supermarket, so i can get food freely (unsold) :)
thank you for your fixes. :)
[/quote]
:(
masterotaku said:@greatxerox: what are you doing with negative numbers?!! :( I prefer you to save some money and not donate to me if you have money problems.
it's ok. i just had the will to donate to all members this month (except one or two members, i couldn't, it lacks donation infos). i'm working in a supermarket, so i can get food freely (unsold) :)
thank you for your fixes. :)
:(
1x Palit RTX 2080Ti Pro Gaming OC(watercooled and overclocked to hell)
3x 3D Vision Ready Asus VG278HE monitors (5760x1080).
Intel i9 9900K (overclocked to 5.3 and watercooled ofc).
Asus Maximus XI Hero Mobo.
16 GB Team Group T-Force Dark Pro DDR4 @ 3600.
Lots of Disks:
- Raid 0 - 256GB Sandisk Extreme SSD.
- Raid 0 - WD Black - 2TB.
- SanDisk SSD PLUS 480 GB.
- Intel 760p 256GB M.2 PCIe NVMe SSD.
Creative Sound Blaster Z.
Windows 10 x64 Pro.
etc
Im really sorry to say that im unemployed at the moment and plan on working as little as possible just to afford staple needs so i can finish learning digital art and land an art job. Then i'll have some money to spend.
Edit: edited out the negativity and old info...
Im really sorry to say that im unemployed at the moment and plan on working as little as possible just to afford staple needs so i can finish learning digital art and land an art job. Then i'll have some money to spend.
(Thanks will reup the thread, so do it !)
3DVision must not die, so I think it is essential, if you have the financial means, to reward the hard work put by our heroes.
Any bucks counts.
So i'll post here, the Paypal information to send them money: (No taxe/fee)
https://www.paypal.com/fr/webapps/mpp/send-money-online
-=HeliX=-:
?
Eqzitara:
eqzitara@yahoo.com
bo3b:
?
mike_ar69:
?
Chiri:
?
Flugan:
ulfjalmbrant@hotmail.com
Darkstarsword (DSS):
darkstarsword@gmail.com
Helifax:
tavyhome@gmail.com
DHR:
dhr.donation@gmail.com
DJ-RK
rshannonca@gmail.com
Masterotaku:
masterotakusuko@gmail.com
Sgs.rules:
sgs.rules@gmail.com
Pauldusler:
duselpaul86@gmx.de
Losti:
rauti@inetmx.de
I don't have all the email donation so if you think you should be in this list, PM me your infos please.
.
i7 4790K @4.8Ghz / 2x 1080 8GB SLI @2000Mhz / 16GB @2400Mhz
Just click:
My 3D videos and crosstalk test pattern
3DVision Fixes:
HelixMod Site
Universal fix for UnrealEngine 4 Games
Universal fix for Unity Games
Universal fix for FrostBite 3 Games
Universal fix for TellTales Games
Compability Mode Unleashed
Please donate if you can:
-----> Donations to 3DVision Fixers
.
sgs.rules: sgs.rules@gmail.com
We used to be a lot more!
Don't forget Masterotakusuko
If you liked the fix and want to contribute for more future fixes, you can donate to this PayPal account: masterotakusuko@gmail.com
I don't think Mike accepts donations:( I know, he didn't in the past, but maybe he changed his stance!
I don't know about Bo3b either!
As for DarkStarSword:
I think, if you really want to show his appreciation, we should all support him on Patreon:
https://www.patreon.com/DarkStarSword
Few of you guys know, but because of him lots of the feature and Fixes are possible in 3DMigoto. He developed so many breakthrough techniques for fixing games: Look at ROTTR, FarCry, UNITY games to mention just a few! And others are on their way! 99% of the fixes released under Dx11 have DarkStarSword written in the Code-Stone;)
So I really wish a lot more people would support him!
1x Palit RTX 2080Ti Pro Gaming OC(watercooled and overclocked to hell)
3x 3D Vision Ready Asus VG278HE monitors (5760x1080).
Intel i9 9900K (overclocked to 5.3 and watercooled ofc).
Asus Maximus XI Hero Mobo.
16 GB Team Group T-Force Dark Pro DDR4 @ 3600.
Lots of Disks:
- Raid 0 - 256GB Sandisk Extreme SSD.
- Raid 0 - WD Black - 2TB.
- SanDisk SSD PLUS 480 GB.
- Intel 760p 256GB M.2 PCIe NVMe SSD.
Creative Sound Blaster Z.
Windows 10 x64 Pro.
etc
My website with my fixes and OpenGL to 3D Vision wrapper:
http://3dsurroundgaming.com
(If you like some of the stuff that I've done and want to donate something, you can do it with PayPal at tavyhome@gmail.com)
Winterregex is coming:https://github.com/bo3b/3Dmigoto/commit/27f91b5c75d6e35748c175b51a28dc1f4af16348
2x Geforce GTX 980 in SLI provided by NVIDIA, i7 6700K 4GHz CPU, Asus 27" VG278HE 144Hz 3D Monitor, BenQ W1070 3D Projector, 120" Elite Screens YardMaster 2, 32GB Corsair DDR4 3200MHz RAM, Samsung 850 EVO 500G SSD, 4x750GB HDD in RAID5, Gigabyte Z170X-Gaming 7 Motherboard, Corsair Obsidian 750D Airflow Edition Case, Corsair RM850i PSU, HTC Vive, Win 10 64bit
Alienware M17x R4 w/ built in 3D, Intel i7 3740QM, GTX 680m 2GB, 16GB DDR3 1600MHz RAM, Win7 64bit, 1TB SSD, 1TB HDD, 750GB HDD
Pre-release 3D fixes, shadertool.py and other goodies: http://github.com/DarkStarSword/3d-fixes
Support me on Patreon: https://www.patreon.com/DarkStarSword or PayPal: https://www.paypal.me/DarkStarSword
Helifax
darkstarsword
masterotaku
Pauldusier
DHR
i can't donate anymore !!^^
Solde au 20/09/2017
-376,33 €
i hope a fix for 3DVision & 3DSurround for PUB / H1Z1 / F1 2016/2017 / FIFA 17 / Through the Woods :)
Corei7 4790K 32GB / 2xSLI: Titan X Pascal 3DSurr 7680x1440 +FSIM cockpit :D
My Hardcore gamer rig : http://forum.hardware.fr/configuration.php?config=hardwarefr.inc&pseudo=greatxerox
SETUP Video 20190623 : https://vimeo.com/343968979
Pictures : http://www.casimages.com/u/greatxerox/369138
Best site Emulation on the net : http://www.emu-france.com/
Can i suggest 2 things :)
1) Make a Shader "White list"....so we can specific hash # of the shader we don't want to search/replace. This is in case some pattern match a wrong shaders, and instead of fixing....broke it. (this happens a lot with the Lua Script)
2) Make in the ini a "Load" section for the regex (load_regex = UE4.ini), and in a different .ini (or other extension) put all the regex code. So we can have UE4.ini, Unity.ini, etc...etc. Easier to identify the search/replace related to an specific engine.
MY WEB
Helix Mod - Making 3D Better
My 3D Screenshot Gallery
Like my fixes? you can donate to Paypal: dhr.donation@gmail.com
Regardless, I am deeply appreciative to everyone involved, and the great many who have retired.
Windows 10 64-bit, Intel 7700K @ 5.1GHz, 16GB 3600MHz CL15 DDR4 RAM, 2x GTX 1080 SLI, Asus Maximus IX Hero, Sound Blaster ZxR, PCIe Quad SSD, Oculus Rift CV1, DLP Link PGD-150 glasses, ViewSonic PJD6531w 3D DLP Projector @ 1280x800 120Hz native / 2560x1600 120Hz DSR 3D Gaming.
Any shader in ShaderFixes is automatically excluded, so usually just using marking_mode=original and dumping the false positive will be enough to fix it. I'm still working on the details, but there might be ... more options to filter what shaders are affected by the time this is released.
For that I probably want to go a little further and allow any ini sections to come from external files... I'm playing around with engine specific ideas at the moment for Hellblade (because the regex is only a small part of that fix... the main part of that fix is something far more significant, but also a little too engine specific to go in 3DMigoto itself, and non-trivial to describe in the d3dx.ini... maybe I'll do it as an extension DLL... still working out the details)
2x Geforce GTX 980 in SLI provided by NVIDIA, i7 6700K 4GHz CPU, Asus 27" VG278HE 144Hz 3D Monitor, BenQ W1070 3D Projector, 120" Elite Screens YardMaster 2, 32GB Corsair DDR4 3200MHz RAM, Samsung 850 EVO 500G SSD, 4x750GB HDD in RAID5, Gigabyte Z170X-Gaming 7 Motherboard, Corsair Obsidian 750D Airflow Edition Case, Corsair RM850i PSU, HTC Vive, Win 10 64bit
Alienware M17x R4 w/ built in 3D, Intel i7 3740QM, GTX 680m 2GB, 16GB DDR3 1600MHz RAM, Win7 64bit, 1TB SSD, 1TB HDD, 750GB HDD
Pre-release 3D fixes, shadertool.py and other goodies: http://github.com/DarkStarSword/3d-fixes
Support me on Patreon: https://www.patreon.com/DarkStarSword or PayPal: https://www.paypal.me/DarkStarSword
@greatxerox: what are you doing with negative numbers?!! :( I prefer you to save some money and not donate to me if you have money problems.
CPU: Intel Core i7 7700K @ 4.9GHz
Motherboard: Gigabyte Aorus GA-Z270X-Gaming 5
RAM: GSKILL Ripjaws Z 16GB 3866MHz CL18
GPU: MSI GeForce RTX 2080Ti Gaming X Trio
Monitor: Asus PG278QR
Speakers: Logitech Z506
Donations account: masterotakusuko@gmail.com
i7 4790K @4.8Ghz / 2x 1080 8GB SLI @2000Mhz / 16GB @2400Mhz
Just click:
My 3D videos and crosstalk test pattern
3DVision Fixes:
HelixMod Site
Universal fix for UnrealEngine 4 Games
Universal fix for Unity Games
Universal fix for FrostBite 3 Games
Universal fix for TellTales Games
Compability Mode Unleashed
Please donate if you can:
-----> Donations to 3DVision Fixers
.
it's ok. i just had the will to donate to all members this month (except one or two members, i couldn't, it lacks donation infos). i'm working in a supermarket, so i can get food freely (unsold) :)
thank you for your fixes. :)
Corei7 4790K 32GB / 2xSLI: Titan X Pascal 3DSurr 7680x1440 +FSIM cockpit :D
My Hardcore gamer rig : http://forum.hardware.fr/configuration.php?config=hardwarefr.inc&pseudo=greatxerox
SETUP Video 20190623 : https://vimeo.com/343968979
Pictures : http://www.casimages.com/u/greatxerox/369138
Best site Emulation on the net : http://www.emu-france.com/
:(
1x Palit RTX 2080Ti Pro Gaming OC(watercooled and overclocked to hell)
3x 3D Vision Ready Asus VG278HE monitors (5760x1080).
Intel i9 9900K (overclocked to 5.3 and watercooled ofc).
Asus Maximus XI Hero Mobo.
16 GB Team Group T-Force Dark Pro DDR4 @ 3600.
Lots of Disks:
- Raid 0 - 256GB Sandisk Extreme SSD.
- Raid 0 - WD Black - 2TB.
- SanDisk SSD PLUS 480 GB.
- Intel 760p 256GB M.2 PCIe NVMe SSD.
Creative Sound Blaster Z.
Windows 10 x64 Pro.
etc
My website with my fixes and OpenGL to 3D Vision wrapper:
http://3dsurroundgaming.com
(If you like some of the stuff that I've done and want to donate something, you can do it with PayPal at tavyhome@gmail.com)
Edit: edited out the negativity and old info...
46" Samsung ES7500 3DTV (checkerboard, high FOV as desktop monitor, highly recommend!) - Metro 2033 3D PNG screens - Metro LL filter realism mod - Flugan's Deus Ex:HR Depth changers - Nvidia tech support online form - Nvidia support: 1-800-797-6530
Corei7 4790K 32GB / 2xSLI: Titan X Pascal 3DSurr 7680x1440 +FSIM cockpit :D
My Hardcore gamer rig : http://forum.hardware.fr/configuration.php?config=hardwarefr.inc&pseudo=greatxerox
SETUP Video 20190623 : https://vimeo.com/343968979
Pictures : http://www.casimages.com/u/greatxerox/369138
Best site Emulation on the net : http://www.emu-france.com/