GTA 5 0.351

Forum rules
new topics are not allowed in this subsection, only replies.
  • Author
  • Message
Offline
User avatar
*master*
Posts: 134
Joined: 07 Jan 2012, 12:39
Location: Gdynia

Re: GTA 5 0.351

kingeric1992 wrote:Have you tried complied the included example plugin? Is it working?

Also make sure LinkFunctions check out ok. (If IsLoaded == TRUE after initialization)
I used the include example plugin and it didn't work, so I made some debug logs as a writing them to a file. I saw that LinkFunctions function was executed without any problems. IsLoaded variable was set to TRUE. The problem is that ENB doesn't call CallbackFunction.
_________________
CPU: Ryzen 7 5800x MOBO: X570 Aorus Elite GPU: Gigabyte RTX 3070 Gaming OC RAM: Ballistix 2x16GB 3600MHz CL16 SSD: Aorus 1TB M.2 PCIe Gen4 NVMe TV: LG OLED C9 55"

My settings for GTA V
Like it on Facebook

Offline
*blah-blah-blah maniac*
Posts: 565
Joined: 05 Apr 2014, 10:29
Location: Taiwan

Re: GTA 5 0.351

well, I don't have gtaV to test.
perhaps there is sth missing in gta5 enbseries dll.

Edit:
yeah, the callback aren't working. Did a test build:

in SkyrimSE:

Code: Select all

04:06:35:0642884 | [MESSAGE] Initializing Plugin
04:06:35:0642884 | [MESSAGE] Plugin Loaded
04:06:39:2215262 | [MESSAGE] callback called
and in GTAV: (tested by Adyss)

Code: Select all

22:13:49:2245317 | [MESSAGE] Initializing Plugin
22:13:49:2245317 | [MESSAGE] Plugin Loaded
with the CallbackFunction:

Code: Select all

void WINAPI	CallbackFunction(ENBCallbackType calltype)
{
    static bool callback = false;
    if (!callback) {
        _MESSAGE("callback called"); callback = true;
    }
}
_________________
Intel Xeon L5639 6C12T @3.96GHz | Gigabyte ga-x58a-ud3r | MSI GTX680 4G | 48G RAM | Intel 760p Nvme w clover bootloader
Flickr
YouTube

Offline
User avatar
*master*
Posts: 134
Joined: 07 Jan 2012, 12:39
Location: Gdynia

Re: GTA 5 0.351

Thanks for confirming that the callback isn't called from enb dll :)
_________________
CPU: Ryzen 7 5800x MOBO: X570 Aorus Elite GPU: Gigabyte RTX 3070 Gaming OC RAM: Ballistix 2x16GB 3600MHz CL16 SSD: Aorus 1TB M.2 PCIe Gen4 NVMe TV: LG OLED C9 55"

My settings for GTA V
Like it on Facebook

Offline
User avatar
*blah-blah-blah maniac*
Posts: 17557
Joined: 27 Dec 2011, 08:53
Location: Rather not to say

Re: GTA 5 0.351

Did test with gta5 mod running on SkyrimSE (can't test gta atm), example plugin work as it should turning on/off mod and callback called according to log.

PS: dont forget plugins are in "enbseries" folder and .dllplugin extention. Also for gta5 they are x64 builds.
_________________
i9-9900k, 64Gb RAM, RTX 3060 12Gb, Win7

Offline
User avatar
*blah-blah-blah maniac*
Posts: 17557
Joined: 27 Dec 2011, 08:53
Location: Rather not to say

Re: GTA 5 0.351

Banned that freak who did multiple accounts to annoy me with Witcher 3, GTA5 and other cases, making false imagination that there is interest to the mod from multiple people. Some people are real retards who believe i am their personal slave. Fuck you!
_________________
i9-9900k, 64Gb RAM, RTX 3060 12Gb, Win7

Offline
User avatar
*master*
Posts: 125
Joined: 09 Jul 2015, 16:13

Re: GTA 5 0.351

Jesus Christ, Boris.... Man, some of these people are insane. Thanks for what you do, and keep banning these clowns.

Offline
Posts: 31
Joined: 04 Oct 2016, 14:32

Re: GTA 5 0.351

I don't seem to be able to get MSAA working... tried restarting the game with MSAA enabled by default in both game settings and enblocal.ini but nothing

Image
Image

Also it doesn't seems to be working with reshade anymore? it did before

Offline
User avatar
*master*
Posts: 134
Joined: 07 Jan 2012, 12:39
Location: Gdynia

Re: GTA 5 0.351

Did you try without any mods except ENB?
_________________
CPU: Ryzen 7 5800x MOBO: X570 Aorus Elite GPU: Gigabyte RTX 3070 Gaming OC RAM: Ballistix 2x16GB 3600MHz CL16 SSD: Aorus 1TB M.2 PCIe Gen4 NVMe TV: LG OLED C9 55"

My settings for GTA V
Like it on Facebook

Offline
Posts: 38
Joined: 02 Feb 2016, 08:29

Re: GTA 5 0.351

I'm toggling HighQualityMSAA on and off right now and can definitely see the difference.

Offline
Posts: 31
Joined: 04 Oct 2016, 14:32

Re: GTA 5 0.351

robi29 wrote:Did you try without any mods except ENB?
wait, do I need to remove my timecycle mod? cause that's the only modded file I have right now, not even visualsettings.dat
Post Reply