Jump to content
Existing user? Sign In

Sign In



Sign Up

[Ruse] Custom floor Tiles


Galaxy

Recommended Posts

The objectivate of this is to take a area and imply water on the ground. This can be done by changing a tiles texture value. I'm releasing because this knowledge could have saved me a lot of time but I couldn't find it anywhere. 

In ObjectManager search for

if(tileX >= 0 && tileX < 104 && tileY >= 0 && tileY < 104)
        {

Add this directly after

int absX = (k1 + tileX);
int absY = (j + tileY);

In the same method you should find something like this

 if(tileType <= 49)
                {
                    overLay[tilePlane][tileX][tileY] = stream.readSignedByte();
                    overlayClippingPaths[tilePlane][tileX][tileY] = (byte)((tileType - 2) / 4);
                    overlayClippingPathRotations[tilePlane][tileX][tileY] = (byte)((tileType - 2) + rotation & 3);
                } else

Before it, we're going to put this.

  if(absX >= 2679 && absX <= 2684 && absY >= 3714 && absY <= 3718)
                	overLay[tilePlane][tileX][tileY] = 112;

 

 

2VZPphx.png

Link to comment
Share on other sites

  • 2 weeks later...
On 9/25/2017 at 11:09 PM, Blurite said:

never knew you were able to do shit like this without a mapeditor. Thanks for the contribution.

your able to do alot of things w/o a map editor if you know where to look.

Link to comment
Share on other sites

  • 11 months later...

Where did you get 112 from? How can I find other tiles? And how exactly do i find the other tiles to use? when i change 112, all i get are black tiles.

Edited by Versatile
Link to comment
Share on other sites

  • 3 months later...
  • 2 months later...
  • 3 months later...
  • 1 month later...
  • 4 months later...
  • 5 weeks later...
  • 2 months later...
  • 2 years later...
  • 1 year later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Contact

[email protected]

astra.security

What is a RSPS?

A RSPS, also known as RuneScape private server, is an online game based on RuneScape, and controlled by independent individuals.

Popular RSPS Servers

Runewild Ikov RedemptionRSPS

Disclaimer

Runesuite is not affiliated with runescape, jagex in any way & exists solely for educational purposes.

×
×
  • Create New...