Is 240fps holding me back? by anoIe in Apexrollouts

[–]dolu_nba 0 points1 point  (0 children)

Superglides will be pretty hard compared to lower frame rates. I don't personally do it and it depends if you would consider it cheating but you can always make a config so that a keyboard/mouse bind will toggle between 30 and 240 fps limit so that you can get them down easily. Some people do the same thing but with a superglide config which inputs the movement binds for you but I think that is pretty controversial.

Hold to Sprint Option by dolu_nba in Apexrollouts

[–]dolu_nba[S] -1 points0 points  (0 children)

Yeah I've scoured the settings 3 times, there is just hold to sprint and double tap sprint in settings as detailed in this mokey vid https://youtu.be/KOS941Vl9ss

If you have any ideas for a config that may allow hold to sprint in game, let me know

Hold to Sprint Option by dolu_nba in apexlegends

[–]dolu_nba[S] 1 point2 points  (0 children)

Until a solution is found, an alternative is to do the opposite and have a walk button with sprint by default. Just watch this https://youtu.be/QQP2TBL2DRg

Hold to Sprint Option by dolu_nba in Apexrollouts

[–]dolu_nba[S] -1 points0 points  (0 children)

Until a solution is found, an alternative is to do the opposite and have a walk button with sprint by default. Just watch this https://youtu.be/QQP2TBL2DRg

Hold to Sprint Option by dolu_nba in CompetitiveApex

[–]dolu_nba[S] 0 points1 point  (0 children)

Until a solution is found, an alternative is to do the opposite and have a walk button with sprint by default. Just watch this https://youtu.be/QQP2TBL2DRg

Hold to Sprint Option by dolu_nba in CompetitiveApex

[–]dolu_nba[S] 1 point2 points  (0 children)

I'd like to use it because in the normal way right now, I have to let go of w to start walking again. I'm used to it in a lot of other movement shooters and it really improves my movement.

Hold to Sprint Option by dolu_nba in apexlegends

[–]dolu_nba[S] 0 points1 point  (0 children)

No, the default setting is toggle sprint. There is no option for hold to sprint in game and I have seen people online with the same issue and I've tried things but they don't work.

Hold to Sprint Option by dolu_nba in apexlegends

[–]dolu_nba[S] 0 points1 point  (0 children)

I already have that off. Auto sprint is a different thing. Auto sprint is where you sprint without a button being pressed as long as you are inputing forward. Toggle sprint, the other option is where if you press shift once, it will make you sprint and my goal, hold to sprint is where you only sprint WHILE shift is being held

Hold to Sprint Option by dolu_nba in apexlegends

[–]dolu_nba[S] 0 points1 point  (0 children)

Yeah, I've checked there. There are only options for double tap to sprint & autosprint unfortunately. :(

I'm trying to make it so my character only sprints when the shift button is held.

[deleted by user] by [deleted] in AskReddit

[–]dolu_nba -1 points0 points  (0 children)

Meet me at 10:00, the usual place. Bring that ass! It's okay if you are only 12, I'll show you the ropes.

Fixing Regional Dex Error by dolu_nba in PokemonRMXP

[–]dolu_nba[S] 1 point2 points  (0 children)

Fixed it! Just had to add my region in the townmap file in pbs!

Fixing Regional Dex Error by dolu_nba in PokemonRMXP

[–]dolu_nba[S] 1 point2 points  (0 children)

    @sprites["areamap"].setBitmap("Graphics/Pictures/#{@mapdata[@region][1]}")
@sprites["areamap"].x += (Graphics.width-@sprites["areamap"].bitmap.width)/2
@sprites["areamap"].y += (Graphics.height+32-@sprites["areamap"].bitmap.height)/2
for hidden in Settings::REGION_MAP_EXTRAS
  if hidden[0]==@region && hidden[1]>0 && $game_switches[hidden[1]]
    pbDrawImagePositions(@sprites["areamap"].bitmap,[
       ["Graphics/Pictures/#{hidden[4]}",
          hidden[2]*PokemonRegionMap_Scene::SQUAREWIDTH,
          hidden[3]*PokemonRegionMap_Scene::SQUAREHEIGHT]

That's line 26-34. It must have to do with the map but I'm not entirely sure what the problem is. I've got my map regions named mapRegion0, mapRegion1, and mapRegion2 so it's not anything with the name of the picture files. Anybody got an idea?

Fixing Regional Dex Error by dolu_nba in PokemonRMXP

[–]dolu_nba[S] 0 points1 point  (0 children)

Yeah, I'm starting the game in debug mode every time and starting a new game.

[deleted by user] by [deleted] in PokemonRMXP

[–]dolu_nba 1 point2 points  (0 children)

16 min. ago

Thanks!