Thread: Adding Kevins Floor Tutorial

Page 3 of 4 FirstFirst 1234 LastLast
Results 21 to 30 of 40
  1. #21  
    Zak
    Zak is offline
    Donator


    Join Date
    Jul 2007
    Posts
    859
    Thanks given
    19
    Thanks received
    9
    Rep Power
    459
    oo, i like it

    Reply With Quote  
     

  2. #22  
    Registered Member Blazefire's Avatar
    Join Date
    Jul 2006
    Age
    28
    Posts
    216
    Thanks given
    0
    Thanks received
    0
    Rep Power
    16
    Does anyone have a color list?
    BlazeScape - The Server That Sounds Great -- Literally [Only registered and activated users can see links. ]
    Reply With Quote  
     

  3. #23  
    mrdek11
    Guest
    If you want it to accept any hex color code find:
    Code:
                if(i == 1)
                {
                    anInt390 = class30_sub2_sub2.method412();
                    method262(anInt390, 9);
                } else
    and replace with
    Code:
                if(i == 1)
                {
                    anInt390 = 0x######;
                    method262(anInt390, 9);
                } else
    ###### must be a 6 digit number, a hex color code. use FFFFFF for snow. The method262 line creates slight changes from tile to tile, making it look more natural than plain white.
    Reply With Quote  
     

  4. #24  
    Registered Member
    Wiffles's Avatar
    Join Date
    Dec 2007
    Posts
    1,168
    Thanks given
    100
    Thanks received
    198
    Rep Power
    493
    where can i get flo.dat....i have no idea what kevins tut is..iv never heard of it lol
    Reply With Quote  
     

  5. #25  
    Whitey
    Guest
    Quote Originally Posted by mrdek11 View Post
    If you want it to accept any hex color code find:
    Code:
                if(i == 1)
                {
                    anInt390 = class30_sub2_sub2.method412();
                    method262(anInt390, 9);
                } else
    and replace with
    Code:
                if(i == 1)
                {
                    anInt390 = 0x######;
                    method262(anInt390, 9);
                } else
    ###### must be a 6 digit number, a hex color code. use FFFFFF for snow. The method262 line creates slight changes from tile to tile, making it look more natural than plain white.
    Thanks, very helpful
    Reply With Quote  
     

  6. #26  
    Registered Member
    Wiffles's Avatar
    Join Date
    Dec 2007
    Posts
    1,168
    Thanks given
    100
    Thanks received
    198
    Rep Power
    493
    How can i get flo.dat?? cmon help lol
    Reply With Quote  
     

  7. #27  
    mrdek11
    Guest
    flo.dat comes with your cache, don't worry about it. Just open the class containing the line about flo.dat (look and find it I think its 21),
    and do what I sad in the post above.
    Reply With Quote  
     

  8. #28  
    × Se×pert ×
    Guest
    [PHP]Unable to Initialize Floor Tile Templates..
    Make Sure you have flo.dat in the same directory, where your Run.bat is..
    Error: loaderror Unpacking config 86[/PHP]

    Wutlol
    Reply With Quote  
     

  9. #29  
    Registered Member
    Wiffles's Avatar
    Join Date
    Dec 2007
    Posts
    1,168
    Thanks given
    100
    Thanks received
    198
    Rep Power
    493
    Quote Originally Posted by mrdek11 View Post
    flo.dat comes with your cache, don't worry about it. Just open the class containing the line about flo.dat (look and find it I think its 21),
    and do what I sad in the post above.
    I dont have flo.dat in my cache
    Reply With Quote  
     

  10. #30  
    newservermaker
    Guest
    i got it working.. but how in the hell do you use it lol...

    i want to change the grass in fally... but idk how... any help lol
    Reply With Quote  
     

Page 3 of 4 FirstFirst 1234 LastLast

Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •