An fps counter mod

Status
This thread has been locked.

Clobber

[email protected]
Banned
Feedback score
0
Posts
77
Reactions
46
Resources
0
I can't seem to find a simple mod that literally just shows your fps. I can give someone like 10 usd if they make me it with a config of where I want it (top left, top middle, top right, etc.) and what color I want it as (blue, red, gray, white, green, yellow, etc.) I guess I can pay more if I need to, but although I don't have the slightest clue of how coding works, I still don't think this would be too complicated. This might be in the wrong section, but this is the closest I could find to Minecraft modding.
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Lampbork

Server Management/Configuration
Premium
Feedback score
0
Posts
73
Reactions
12
Resources
0
Batty's coord mod has an fps counter and you should be able to toggle off the coords so you just have the counter. You can also change which corner the counter is in.
 

Clobber

[email protected]
Banned
Feedback score
0
Posts
77
Reactions
46
Resources
0
Batty's coord mod has an fps counter and you should be able to toggle off the coords so you just have the counter. You can also change which corner the counter is in.
Im really OCD and the fact that it's light blue while all my other hud mods are white makes me insane XD
 
Banned forever. Reason: Scamming (www.mc-market.org/threads/149261/)

Clobber

[email protected]
Banned
Feedback score
0
Posts
77
Reactions
46
Resources
0
Open up Fraps whilst your playing.
I have an I3 processor and no gfx card, so I'd like to keep the amount of programs I have open at a minimal, also that's yellow as well so my OCD goes crazy again. Thanks for the suggestion though.
 
Banned forever. Reason: Scamming (www.mc-market.org/threads/149261/)

Zilema

Feedback score
0
Posts
210
Reactions
109
Resources
0
I have an I3 processor and no gfx card, so I'd like to keep the amount of programs I have open at a minimal, also that's yellow as well so my OCD goes crazy again. Thanks for the suggestion though.

Add Minecraft to your steam library and enable FPS counter on Steam. The FPS counter is white and has little to no performance effect.
 

Lampbork

Server Management/Configuration
Premium
Feedback score
0
Posts
73
Reactions
12
Resources
0
Im really OCD and the fact that it's light blue while all my other hud mods are white makes me insane XD
You can change the colors of the mod.

Custom Colours
You can customise the colours in which Batty's Coordinates and Timer appear on the screen.

This done by creating a small file called BatMod.properties in your .minecraft folder.

If this file is not present, the displays all appear in the default colours.

The following lines are permitted in the file:
    • Coords.shade = <true or false>
    • Coords.chars.Increase = <any character>
    • Coords.chars.Decrease = <any character>
    • Coords.colours.TitleText = <colour from the list>
    • Coords.colours.PosCoordText = <colour from the list>
    • Coords.colours.NegCoordText = <colour from the list>
    • Coords.colours.PosChunkText = <colour from the list>
    • Coords.colours.NegChunkText = <colour from the list>
    • Coords.colours.CoordText = <colour from the list>
    • Coords.colours.CompassText = <colour from the list>
    • Coords.colours.BiomeText = <colour from the list>
    • Coords.copy.tpFormat = <true or false>
    • Timer.shade = <true or false>
    • Timer.colours.Stopped = <colour from the list>
    • Timer.colours.Running = <colour from the list>
    • FPS.shade = <true or false>
    • FPS.colours.Text = <colour from the list>
NOTE 1: PosCoordText and NegCoordText can be used to distinguish positive and negative coordinates from each other by giving them different colours

NOTE 2: You can still use CoordText, and this will override anything you put in PosCoordText and NegCoordText

NOTE 3: You can choose the character that indicates whether your coordinates are increasing or decreasing in the X or Z directions. By default these are '+' and '-', but by use of Coords.chars.Increase or .Decrease you can substitute another character.

NOTE 4: You can choose the colours that the Chunk Coordinates display, positive and negative

NOTE 5: You can decide to copy the Coordinates to your clipboard in standard format "x=999, y=99, z=999" or in /tp command format "999 99 999" by the Coords.copy.tpFormat parameter. Setting this to true will make it use the /tp command format.

The full list of recognised colours:
Available_Colours.PNG


(*Note* that you must type all of the entries exactly as they appear here - capitals and lowercase - or they will be ignored and the default colours will be used by the game)

So, for example, if you like all-white lettering and no shaded panel, make this BatMod.properties file:

BatModproperties.PNG
 

Clobber

[email protected]
Banned
Feedback score
0
Posts
77
Reactions
46
Resources
0
You can change the colors of the mod.

Custom Colours
You can customise the colours in which Batty's Coordinates and Timer appear on the screen.

This done by creating a small file called BatMod.properties in your .minecraft folder.

If this file is not present, the displays all appear in the default colours.

The following lines are permitted in the file:
    • Coords.shade = <true or false>
    • Coords.chars.Increase = <any character>
    • Coords.chars.Decrease = <any character>
    • Coords.colours.TitleText = <colour from the list>
    • Coords.colours.PosCoordText = <colour from the list>
    • Coords.colours.NegCoordText = <colour from the list>
    • Coords.colours.PosChunkText = <colour from the list>
    • Coords.colours.NegChunkText = <colour from the list>
    • Coords.colours.CoordText = <colour from the list>
    • Coords.colours.CompassText = <colour from the list>
    • Coords.colours.BiomeText = <colour from the list>
    • Coords.copy.tpFormat = <true or false>
    • Timer.shade = <true or false>
    • Timer.colours.Stopped = <colour from the list>
    • Timer.colours.Running = <colour from the list>
    • FPS.shade = <true or false>
    • FPS.colours.Text = <colour from the list>
NOTE 1: PosCoordText and NegCoordText can be used to distinguish positive and negative coordinates from each other by giving them different colours

NOTE 2: You can still use CoordText, and this will override anything you put in PosCoordText and NegCoordText

NOTE 3: You can choose the character that indicates whether your coordinates are increasing or decreasing in the X or Z directions. By default these are '+' and '-', but by use of Coords.chars.Increase or .Decrease you can substitute another character.

NOTE 4: You can choose the colours that the Chunk Coordinates display, positive and negative

NOTE 5: You can decide to copy the Coordinates to your clipboard in standard format "x=999, y=99, z=999" or in /tp command format "999 99 999" by the Coords.copy.tpFormat parameter. Setting this to true will make it use the /tp command format.

The full list of recognised colours:
Available_Colours.PNG


(*Note* that you must type all of the entries exactly as they appear here - capitals and lowercase - or they will be ignored and the default colours will be used by the game)

So, for example, if you like all-white lettering and no shaded panel, make this BatMod.properties file:

BatModproperties.PNG
Looks like too much work and when I tried battys before, the config files would not save for some reason. Maybe a bug in the 1.7.2 versions or something.
 
Banned forever. Reason: Scamming (www.mc-market.org/threads/149261/)

STUDIOZ3RO

Business Owner
Premium
Feedback score
8
Posts
664
Reactions
237
Resources
0
Sounds like you should either upgrade your computer or just don't worrie about and push F3[DOUBLEPOST=1464103492][/DOUBLEPOST]Btw optifine has that option if you just want the fps![DOUBLEPOST=1464103512][/DOUBLEPOST]That will be 0.00$ please!
 

Clobber

[email protected]
Banned
Feedback score
0
Posts
77
Reactions
46
Resources
0
Sounds like you should either upgrade your computer or just don't worrie about and push F3[DOUBLEPOST=1464103492][/DOUBLEPOST]Btw optifine has that option if you just want the fps![DOUBLEPOST=1464103512][/DOUBLEPOST]That will be 0.00$ please!
I use 1.7.2 so I can't use the new optifine that shows FPS. Also, I don't wanna see all the other stuff on F3 so that really isn't much of an option. And trust me, if I could upgrade my PC, I would. But I have an all in one and I'm 14 so I can't do much to earn money.
 
Banned forever. Reason: Scamming (www.mc-market.org/threads/149261/)

STUDIOZ3RO

Business Owner
Premium
Feedback score
8
Posts
664
Reactions
237
Resources
0
Sell things on mc market do some graphics that's how I've made money and I'm 15!
 

Saphirus

Premium
Feedback score
6
Posts
835
Reactions
390
Resources
0
I use 1.7.2 so I can't use the new optifine that shows FPS. Also, I don't wanna see all the other stuff on F3 so that really isn't much of an option. And trust me, if I could upgrade my PC, I would. But I have an all in one and I'm 14 so I can't do much to earn money.
when i was 14 i made 300$+ a month, cmon bud c;
 

STUDIOZ3RO

Business Owner
Premium
Feedback score
8
Posts
664
Reactions
237
Resources
0
Status
This thread has been locked.
Top