Results 1 to 4 of 4
  1. #1
    supercarz1991's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    6,285
    Reputation
    435
    Thanks
    3,715
    My Mood
    Doh

    RenderStyles Hex Bytes

    This may be useful, this may be garbage. Either way, I was digging through old hard drives from 3+ years ago and found this. I figured this fits the Source Code section better than the Modding section since its hex bytes for a file, rather than some sort of modding tutorial. Keep in mind, I haven't touched CA or my TPS builds in about 2 years now, so I'm going off of memory, sorry if some of this is slightly incorrect.

    What Is this? What's RenderStyles?
    RenderStyles (better known as RS.rez or Engine.rez) are LTB files within the Game folder that control the lighting on models. If you look in attributes at a character model, you'll see the following
    Code:
    renderstyle1=RS/default.ltb
    renderstyle2=RS/NinjaTranslucent.ltb
    The Default.ltb is on just about every character model and weapon model in the game. As well as some prefabs like Barrels, Boxes, HiSec cases, and Papa boxes. Default is just a plain LTB file for general lighting. That's what when Rez Modded Wall Hack first came around, it was nothing more than a modified default.ltb in a hex editor. See where I'm going with this?

    So how I managed to do this was I took a Default.ltb from CA, and modified it 1 byte at a time then went in game, to see what the change of the byte did. Took quite a few hours as the Default.ltb was kind of a good size to go through at 1 byte at a time.

    Enough talk, gib me bytes
    Alright, fine. These bytes were used when CA First patched Rez Mods. We were finding these bytes in memory and modifying them to bypass it to make Rez Chams via memory manipulation. I know D3D probably would have been easier, but meh, what ever.

    Code:
    RS FILE BYTES
    
    0x02: No effect (changed from 07 to 00)
    
    BYTES
    0x10-0x1F: UNKNOWN
    
    0x20-0x2F:
    B2 A0 80 3F 00 00 80 3F 00 00 80 3F 00 00 80 3F
    to
    B2 A0 20 3E 00 00 00 00 EE D0 D0 3D 00 00 80 3F
    
    0x30-0x3F:
    CD CC 4C 3F CD CC 4C 3F CD CC 4C 3F 00 00 80 3F
    to
    BF B6 B6 3E 94 88 88 3E E9 F0 70 3E 00 00 80 3F
    
    0x60-0x6F:
    00 00 A0 41 02 00 00 00 01 00 00 00 02 00 00 00
    to
    00 00 0C 42 01 00 00 00 02 00 00 00 02 00 00 00
    
    0x62-0x64:
    0C 42 01
    to
    FF FF FF
    
    0x50-0x5F: unknown
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 80 3F
    to
    BF B6 B6 3E 94 88 88 3E E9 F0 70 3E 00 00 80 3F
    
    0x254-0x258: VISIBLE COLOR
    FF 26 00 00 80
    to
    A1 99 22 10 80
    
    0x46A-0x46D: BASE COLOR
    00 99 00 21
    to
    FF 32 11 66
    This list of bytes was to change the default LTB to red through walls. That's it. This is a 1 solid color cham.

    Like i said, possibly helpful, possibly useless.

    commando: You're probably the best non-coder coder I know LOL


  2. The Following 2 Users Say Thank You to supercarz1991 For This Useful Post:

    claypole2 (05-25-2016),gibam761 (05-06-2016)

  3. #2
    Skaterforeva1's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Up your ass
    Posts
    936
    Reputation
    32
    Thanks
    485
    My Mood
    Psychedelic
    I cant think of any use to this since they have patched byte modifying.




    ^Suck it!

  4. #3
    supercarz1991's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    6,285
    Reputation
    435
    Thanks
    3,715
    My Mood
    Doh
    Quote Originally Posted by Skaterforeva1 View Post
    I cant think of any use to this since they have patched byte modifying.
    Well, this isn't really bytes of an address or something, its bytes of a physical file in the Game folder. Probably the same thing in the end though

    commando: You're probably the best non-coder coder I know LOL


  5. #4
    wwsyhsyfsa06762's Avatar
    Join Date
    Jun 2016
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    1
    (Dedit) Hello, may I ask the map after the completion of the why can not be converted, It can not be converted to DAT. .Why this, Select Object type No details

Similar Threads

  1. Converting Assembly Into Bytes
    By radnomguywfq3 in forum Visual Basic Programming
    Replies: 0
    Last Post: 09-24-2007, 04:42 PM
  2. ItemShop Hex Different From p to p what next?
    By khaid in forum WarRock - International Hacks
    Replies: 10
    Last Post: 07-25-2007, 11:58 PM
  3. Byte values please?
    By Jeckels in forum WarRock - International Hacks
    Replies: 6
    Last Post: 05-01-2007, 03:01 PM
  4. Dark Byte = BUSTED
    By -[standoff]- in forum General
    Replies: 1
    Last Post: 01-04-2007, 07:10 PM
  5. Differences in Bytes.
    By Dave84311 in forum Game Hacking Tutorials
    Replies: 0
    Last Post: 01-02-2006, 12:36 PM