Anyone else felt like they have less fps this patch even though they don't?


(capriRocket) #21

so i replaced:

Bindings=(Name=“WeaponSlotOne”,Command=“SelectWeaponSlot WS_Melee”)

with:

Bindings=(Name=“WeaponSlotOne”,Command=“SelectWeap onSlot WS_Melee | hudturnoff minimap”,Control=False,Shift=False,Alt=False,bIgno reCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)

but my minimap doesnt disapear? what am i doing wrong? :o


(insightfulHelicopter) #22

[quote=“capriRocket;47271”]so i replaced:

Bindings=(Name=“WeaponSlotOne”,Command=“SelectWeaponSlot WS_Melee”)

with:

Bindings=(Name=“WeaponSlotOne”,Command=“SelectWeap onSlot WS_Melee | hudturnoff minimap”,Control=False,Shift=False,Alt=False,bIgno reCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)

but my minimap doesnt disapear? what am i doing wrong? :o[/quote]

I had the same problem, there is a second line, you have to replace this one:

Bindings=(Name=“WeaponSlotOne”,Command=“SelectWeap onSlot WS_Melee”,Control=False,Shift=False,Alt=False,bIgno reCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)

It’s on the [ShooterGame.SGPlayerInputPawn] section

Now the minimap should disappear when you switch to your melee weapon


(Fatcamp) #23

thats prob cuz u run without v-sync the game in window/window borderless mode. this mode does so it feels laggy even though you have high fps. plus having a drop between 300-400 fps makes u get a high laggy feeling cuz those 100 frames might be many of the important frames, so in some scenarios you might see 45 fps instead of 60 fps cuz 25 of those 100 fps you missed might be the ones that is important. that is why having a locked framerate a few fps like 5 over your screens hz limit is the best thing you can do, that way you wont get that 100 fps drop and feel the lagg.

i use msi afterburner and rivatuner to lock my fps to 125 on my 120hz screen to not get over what i actually need and you do save alot of electricity on it to cuz your gpu will only use enough power to get 125 fps or as close to 125 as you can get. so in dirtybomb my gpu is using like 25% of it while i play cuz it is locked to 125 fps instead of having 500 fps that i could have with 100% gpu load if my cpu would allow it which dirtybomb dont cuz its so bad omptimized with cpu usage. but that is a common ue 3 enginge problem.


(capriRocket) #24

cool that worked thanks but now it doesnt select my melee weapon haha. i think im giving up on this and wait for them to release very low settings and a fixed hud or remove the minimap i never even used before.


(Kroad) #25

overall performance does seem worse, but I have no more memory leak at least


(insightfulHelicopter) #26

cool that worked thanks but now it doesnt select my melee weapon haha.

It’s because there’s a typo, it’s not “SelectWeap onSlot”, it’s “SelectWeaponSlot”, try again it should work :wink:

Apparently, the extra space was added by the splash damage forum which doesn’t like long lines of characters so it added a space when the guy copy pasted the thing.


(Amerika) #27
Bindings=(Name="WeaponSlotOne",Command="SelectWeaponSlot WS_Melee",Control=False,Shift=False,Alt=False,bIgno reCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)

That fixes the spacing issue.

-edit- Oh wow, the color really needs to be changed for code boxes on this forum haha.


(Ghosthree3) #28

[quote=“capriRocket;47271”]so i replaced:

Bindings=(Name=“WeaponSlotOne”,Command=“SelectWeaponSlot WS_Melee”)

with:

Bindings=(Name=“WeaponSlotOne”,Command=“SelectWeap onSlot WS_Melee | hudturnoff minimap”,Control=False,Shift=False,Alt=False,bIgno reCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)

but my minimap doesnt disapear? what am i doing wrong? :o[/quote]
Wrong replacement. There’s a line which has
Bindings=(Name=“WeaponSlotOne”,Command=“SelectWeaponSlot WS_Melee”,Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
further up in the config. THAT’S the one which you add ’ | hudturnoff minimap’ - no quotes - to.

EDIT: I see this was answered. Yeah there’s a typo in the code, about 3 mis spacings. You should be able to find them.

EDIT2: @Amerika you missed one of them. bIgno reCtrl=False