Kickbeat just came out on Steam (2 Viewers)

mrmojorisin

Potential Patron
Joined
Aug 31, 2012
Last edited by a moderator:

fleet

Staff
Admin
Forums Moderator
RM Moderator
Content Creator
Joined
Apr 16, 2012
Screenshot and web site link might inspire a modder to look at it. ;)
 

mrmojorisin

Potential Patron
Joined
Aug 31, 2012

Attachments

  • kickbeat-2334434.jpg
    kickbeat-2334434.jpg
    75.6 KB · Views: 1,146

mrmojorisin

Potential Patron
Joined
Aug 31, 2012

MeiMei

Potential Patron
Joined
May 21, 2014
LZSS in .pxp

The data is compressed with LZSS in different setups.
After you unpacked the compressed files from the .pxp archives (with the quickBMS script from xentax),
the files contain chunks of 65.536 uncompressed bytes (starting with '0d' byte, followed by 3-byte chunksize),
the last chunk start with '0e' byte, followed by 3-byte uncompressed chunksize (add %numberOf0bChunks * 65536% to get the total), then 3-byte chunksize.
These chunks contain "subchunks" of 4096 uncompressed bytes. Every subchunk can have a different setup for the offset/length 16 bit! This is determined by the 0xF0 masked 4 bit in the first 16 bit.
The LZSS compression uses a "flag" byte for the following 8 entries, a '0' is an uncompressed 1-byte literal, a '1' is a 2-byte offset/length pair.
I already figured out 16 modes (but dunno what the other 12 bit are for, so there might be more to it :().
You can extract the file data/configs.pxp and then place the uncompressed files in the directory data/configs The game will then read these files instead of the configs.pxp (u can makes sure it does this correctly by renaming the .pxp).
Currently one can only mess around with the plain text files (.cfg, .lst), because the textures/models are in a proprietary format :(

Attached a quick&dirty php script to uncompress (because i dont know if quickbms supports all the LZSS setups).

Would be nice if someone can figure out the format the textures are stored in (maybe dds with stripped headers?).

EDIT: figured out the last mode, kinda obvious "0" means no compression at all :o i updated the php script
 

Attachments

pxp_decompress.zip
2 KB · Views: 124

Last edited by a moderator:

MeiMei

Potential Patron
Joined
May 21, 2014
Got the relevant textures now, but since my painting skills never exceeded pre school level, im unable to do something with them :(

if somebody wants to try it, i can provide the .dds files (and the relevant files/steps for modding the game too). preview:

-
 

mrmojorisin

Potential Patron
Joined
Aug 31, 2012
Got the relevant textures now, but since my painting skills never exceeded pre school level, im unable to do something with them :(

if somebody wants to try it, i can provide the .dds files (and the relevant files/steps for modding the game too). preview:

-

Yes please!!! :) I'd love to take a crack at this. Please post the files and steps! Thanks!!!
 
Last edited by a moderator:

MeiMei

Potential Patron
Joined
May 21, 2014
Modified d3d11.dll from uMod for Kickbeat

Since the unpacking/uncompressing of the texture files wasnt usefull for me (because the *.pxt files needs to be reverse engineered too), and there is afaik no DirectX11-compatible-texmod-like-program (?), i have modified uMod for Kickbeat/DX11:
KickBeat Steam Edition.zip ? RGhost ? file sharing

Now one should be able to modify 7 of the 8 female characters textures, but only the diffuse maps (normal maps are extra and responsible for lightning effects? dunno ...).

The dll is save to use: d3d11.dll - Jottis Malwarescanner

Code:
- Place the d3d11.dll in the same directory where the KickBeat.exe resides in

- Start the game, if one of the 8 female character textures is used, it is written to a file FEMALE*.dds

- Rename this file by adding a "in_" prefix to the name, e.g.:
    FEMALE_CLOTH_MONASTERY.dds -> in_FEMALE_CLOTH_MONASTERY.dds

- If there is a "in_*.dds" file, it will replace the original texture, but only on load time (so a restart of Kickbeat.exe is needed)

Limitations:

This are only the diffuse textures, the normal maps are extra (and thus unchanged/unaffected by changes to the diffuse maps)

FEMALE2_CLOTH_SOUND is the normal map instead of the diffuse (so no change to base texture possible currently)

Make sure to save the textures in the exact same format as the originals, thats is DXT1 with Mips-Maps!
 

mrmojorisin

Potential Patron
Joined
Aug 31, 2012
Here is an attempt at a nude skin for this game. Just unRar the contents of "nudebeat.rar" to your main Kickbeat directory and it will automatically change your current character to the girl and will load my nude skin in place of the default one. BIG thanks to MeiMei for all their help!

- - - Updated - - -

Woops, forgot to add a belly button. So here is a fix for that. Same instructions as above.
 

Attachments

  • KickBeat 2014-06-28 21-20-00-96.png
    KickBeat 2014-06-28 21-20-00-96.png
    325.4 KB · Views: 483
  • KickBeat 2014-06-28 21-20-18-83.png
    KickBeat 2014-06-28 21-20-18-83.png
    432 KB · Views: 461
  • KickBeat 2014-06-28 21-20-33-42.png
    KickBeat 2014-06-28 21-20-33-42.png
    1.2 MB · Views: 404
  • KickBeat 2014-06-28 21-20-34-79.png
    KickBeat 2014-06-28 21-20-34-79.png
    1.2 MB · Views: 375
  • KickBeat 2014-06-28 21-20-35-89.png
    KickBeat 2014-06-28 21-20-35-89.png
    1.2 MB · Views: 329
  • KickBeat 2014-06-28 21-20-37-26.png
    KickBeat 2014-06-28 21-20-37-26.png
    1.2 MB · Views: 308
  • KickBeat 2014-06-28 21-49-53-04.png
    KickBeat 2014-06-28 21-49-53-04.png
    1,000.7 KB · Views: 1,008
  • KickBeat 2014-06-28 21-49-54-24.png
    KickBeat 2014-06-28 21-49-54-24.png
    927.5 KB · Views: 500
  • KickBeat 2014-06-28 21-49-55-74.png
    KickBeat 2014-06-28 21-49-55-74.png
    1,007 KB · Views: 304
nudebeat.rar
509.5 KB · Views: 112

nudebeatbbfix.rar
509.5 KB · Views: 126

mrmojorisin

Potential Patron
Joined
Aug 31, 2012
So I did another version that I'm calling Nudebeat v2. It has the same dll and config files, but with a new texture that I think looks better and sexier. :)
 

Attachments

  • KickBeat 2014-06-29 10-17-30-40.png
    KickBeat 2014-06-29 10-17-30-40.png
    1.1 MB · Views: 425
  • KickBeat 2014-06-29 10-17-32-87.png
    KickBeat 2014-06-29 10-17-32-87.png
    1.2 MB · Views: 419
  • KickBeat 2014-06-29 10-17-38-92.png
    KickBeat 2014-06-29 10-17-38-92.png
    1.2 MB · Views: 221
  • KickBeat 2014-06-29 10-17-41-47.png
    KickBeat 2014-06-29 10-17-41-47.png
    1.2 MB · Views: 262
  • KickBeat 2014-06-29 10-17-53-17.png
    KickBeat 2014-06-29 10-17-53-17.png
    1.2 MB · Views: 228
  • KickBeat 2014-06-29 10-17-58-99.png
    KickBeat 2014-06-29 10-17-58-99.png
    1.2 MB · Views: 206
  • KickBeat 2014-06-29 10-18-00-32.png
    KickBeat 2014-06-29 10-18-00-32.png
    1.2 MB · Views: 302
nudebeatv2.rar
494.8 KB · Views: 110

fleet

Staff
Admin
Forums Moderator
RM Moderator
Content Creator
Joined
Apr 16, 2012
Since we now have nude mods for this, I'll move it from the 'requests' section to the "Hot Stuff' section.
 

mrmojorisin

Potential Patron
Joined
Aug 31, 2012
I went back to liking my first idea for the skin better, but it needed some real nipples, since all I had so far were basic circles, lol. So I gave her some real nipples. :)
 

Attachments

  • KickBeat 2014-06-30 21-05-54-64.png
    KickBeat 2014-06-30 21-05-54-64.png
    1.2 MB · Views: 170
  • KickBeat 2014-06-30 21-05-55-74.png
    KickBeat 2014-06-30 21-05-55-74.png
    1.2 MB · Views: 181
  • KickBeat 2014-06-30 21-06-04-60.png
    KickBeat 2014-06-30 21-06-04-60.png
    1.2 MB · Views: 158
  • KickBeat 2014-06-30 21-06-16-30.png
    KickBeat 2014-06-30 21-06-16-30.png
    1.3 MB · Views: 149
  • KickBeat 2014-06-30 21-06-35-90.png
    KickBeat 2014-06-30 21-06-35-90.png
    1.2 MB · Views: 138
  • KickBeat 2014-06-30 21-07-18-59.png
    KickBeat 2014-06-30 21-07-18-59.png
    1.2 MB · Views: 145
  • KickBeat 2014-06-30 21-07-57-95.png
    KickBeat 2014-06-30 21-07-57-95.png
    1.1 MB · Views: 189
  • KickBeat 2014-06-30 21-08-52-45.png
    KickBeat 2014-06-30 21-08-52-45.png
    1.3 MB · Views: 203
nudebeatbetternipples.rar
509.4 KB · Views: 108

mrmojorisin

Potential Patron
Joined
Aug 31, 2012
Nudebeat v3

In a concerted effort to further confuse anyone that might be following this topic, I am releasing my latest effort as "Nudebeat v3". It is an improvement over the "better nipples" version, which should have probably been v3, which would really make this technically v4, lol. Unless you count the "bellybutton fix" as a version, which would make this v5! :p But here it is. I'm pretty satisfied with how it is now, so I'll probably not try to perfect it anymore. I'm sure I'll still play with it and see what else I can come up with, though. :) Oh, and if you are wondering what I changed since they all look so similar, I improved the coloring and spacing of the nipples. It's harder in a game like this to place things than in an MMO or something, where you can look at them from all angles whenever you want.
 

Attachments

  • KickBeat 2014-07-01 21-21-37-41.png
    KickBeat 2014-07-01 21-21-37-41.png
    1.2 MB · Views: 245
  • KickBeat 2014-07-01 21-22-01-63.png
    KickBeat 2014-07-01 21-22-01-63.png
    893.2 KB · Views: 171
  • KickBeat 2014-07-01 21-22-15-85.png
    KickBeat 2014-07-01 21-22-15-85.png
    874.8 KB · Views: 214
  • KickBeat 2014-07-01 21-22-16-66.png
    KickBeat 2014-07-01 21-22-16-66.png
    941.2 KB · Views: 196
nudebeatv3.rar
509.3 KB · Views: 109

Last edited by a moderator:

mrmojorisin

Potential Patron
Joined
Aug 31, 2012
Nudebeat Ultra Final

So I went BACK to liking the all flesh color design more, and I came up with this ULTRA FINAL edition of my mod. I'm happy with it now for sure, and I'm going to go on to some gimmick skins like maybe a July 4th themed one next. :)
 

Attachments

  • KickBeat 2014-07-03 01-32-04-85.png
    KickBeat 2014-07-03 01-32-04-85.png
    1.1 MB · Views: 163
  • KickBeat 2014-07-03 01-32-06-36.png
    KickBeat 2014-07-03 01-32-06-36.png
    1.2 MB · Views: 223
  • KickBeat 2014-07-03 01-32-20-79.png
    KickBeat 2014-07-03 01-32-20-79.png
    1.2 MB · Views: 164
  • KickBeat 2014-07-03 01-32-29-57.png
    KickBeat 2014-07-03 01-32-29-57.png
    1.2 MB · Views: 269
nudebeatultrafinal.rar
437 KB · Views: 112

mrmojorisin

Potential Patron
Joined
Aug 31, 2012
Nudebeat Ultra Final Ver2 and Nudebeat 'Murrica!!! Edition

Because I can't leave well enough alone, I "fixed" my base Nudebeat skin with better nipple and bellybutton placement. Also, since it is July 4th, what better way to celebrate my nation's independence than with a stars and stripes (and not much else) clad Mei! 'Murrica!!!
 

Attachments

  • KickBeat 2014-07-04 01-15-40-57.png
    KickBeat 2014-07-04 01-15-40-57.png
    1.2 MB · Views: 225
  • KickBeat 2014-07-04 01-15-41-84.png
    KickBeat 2014-07-04 01-15-41-84.png
    1.2 MB · Views: 239
  • KickBeat 2014-07-04 01-15-42-79.png
    KickBeat 2014-07-04 01-15-42-79.png
    864.2 KB · Views: 290
nudebeatultrafinalv2.rar
437.3 KB · Views: 131

nudebeatmurrica.rar
515.6 KB · Views: 104

Users who are viewing this thread

Top


Are you 18 or older?

This website requires you to be 18 years of age or older. Please verify your age to view the content, or click Exit to leave.