Approved Easy FPS Booster [Deleted]

Status
Not open for further replies.

Jakkee

Retired Staff
Retired Staff
Plugin Developer
Jul 28, 2014
1,465
932
113
Australia
i know..but my plugin have a new Feature
Yes, But the original JS code was created by someone (@DreTaX I believe)
Not stating where the original code came from will normally result in the plugin being unapproved until fixed
Think of it like you typed a 5 page essay and someone takes it and just changes a few things
 
  • Agree
Reactions: DreTaX

Assassin

Plugin Developer
Plugin Developer
Apr 9, 2017
190
196
43
26
Iran
These FPS Boosters don't work good!
if you can make this plugin for FPS!

C#:
//btn fps+
            if (GUI.Button(new Rect(3, 3, 113, 18), "FPS+", buttonStyle))
            {
                if (!loadDefault)
                {
                    heightmapPixelError = Terrain.activeTerrain.heightmapPixelError;
                    detailObjectDistance = Terrain.activeTerrain.detailObjectDistance;
                    treeDistance = Terrain.activeTerrain.treeDistance;
                    treeMaximumFullLODCount = Terrain.activeTerrain.treeMaximumFullLODCount;
                    loadDefault = true;
                }

                if (fpsBoostActive)
                {
                    Terrain.activeTerrain.heightmapPixelError = heightmapPixelError;
                    Terrain.activeTerrain.detailObjectDistance = detailObjectDistance;
                    Terrain.activeTerrain.treeDistance = treeDistance;
                    Terrain.activeTerrain.treeMaximumFullLODCount = treeMaximumFullLODCount;
                    fpsBoostActive = false;
                }
                else
                {
                    Terrain.activeTerrain.heightmapPixelError = 110;
                    Terrain.activeTerrain.detailObjectDistance = 0;
                    Terrain.activeTerrain.treeDistance = 225;
                    Terrain.activeTerrain.treeMaximumFullLODCount = 0;
                    fpsBoostActive = true;
                }
            }
 

salva

Friendly self-taught developer
Administrator
Jan 31, 2016
577
612
63
Wtf! That code was published by @xandeturf and works perfectly, he did a great job with this code ... It is used on the client side
 

Assassin

Plugin Developer
Plugin Developer
Apr 9, 2017
190
196
43
26
Iran
Wtf! That code was published by @xandeturf and works perfectly, he did a great job with this code ... It is used on the client side
i know this is for @xandeturf
but he said: he doesn't have enough time to publish plugin!
if someone like me,doesn't know how to use this codes!what does he must do?
i mean publish a plugin with that code!!
 

Jakkee

Retired Staff
Retired Staff
Plugin Developer
Jul 28, 2014
1,465
932
113
Australia
Edited your submission, Added who I think had the original code
You can edit and credit who is the rightful owner if I got it wrong
 
Status
Not open for further replies.