Tripwire Interactive Forums

Go Back   Tripwire Interactive Forums > Killing Floor Forums > Killing Floor Modifications > General Modding Discussion

Reply
 
Thread Tools Display Modes
  #61  
Old 07-29-2012, 03:56 AM
BartBear's Avatar
BartBear BartBear is offline
Senior Member
 
Join Date: May 2007
Location: Poland
Posts: 666
Default

...and there were my videos about bz-skins in action but as it hadn't been permitted for release (as I have learned later) they are gone (and this post waiting for deletion if possible)...
__________________

Last edited by BartBear; 07-31-2012 at 04:24 PM.
Reply With Quote
  #62  
Old 07-29-2012, 04:14 AM
FluX FluX is offline
Senior Member
 
Join Date: Oct 2010
Posts: 3,790
Default

Wait, so if you put characters into a single package, they can be read still? Im still going off with the old one file with the "NameMod" name and having it in there...
__________________

Reply With Quote
  #63  
Old 07-29-2012, 04:58 AM
BartBear's Avatar
BartBear BartBear is offline
Senior Member
 
Join Date: May 2007
Location: Poland
Posts: 666
Default

Quote:
Originally Posted by FluX View Post
Wait, so if you put characters into a single package, they can be read still? Im still going off with the old one file with the "NameMod" name and having it in there...
All skins scripted into 2 .u files with external textures/anims/sounds etc ...which some of them were missing (or is still ;p)
__________________
Reply With Quote
  #64  
Old 07-29-2012, 08:05 AM
FluX FluX is offline
Senior Member
 
Join Date: Oct 2010
Posts: 3,790
Default

Quote:
Originally Posted by BartBear View Post
All skins scripted into 2 .u files with external textures/anims/sounds etc ...which some of them were missing (or is still ;p)
Im still lost...I may decompile and have a look for myself as it shouldn't work or there has been some change in Marco's ServerPerks to allow it.
__________________

Reply With Quote
  #65  
Old 07-29-2012, 11:03 AM
lVlal2ll3ol2o lVlal2ll3ol2o is offline
Member
 
Join Date: Mar 2012
Posts: 85
Default

Quote:
Originally Posted by FluX View Post
Im still lost...I may decompile and have a look for myself as it shouldn't work or there has been some change in Marco's ServerPerks to allow it.
I already tried because I was curious also. Got missing files, "KF_MaleVoiceThree" and "BarZombiesTex".
Reply With Quote
  #66  
Old 07-29-2012, 12:02 PM
DMN666's Avatar
DMN666 DMN666 is offline
Senior Member
 
Join Date: Jun 2012
Location: Brooklyn, NewYork
Posts: 906
Default

Quote:
Originally Posted by FluX View Post
Im still lost...I may decompile and have a look for myself as it shouldn't work or there has been some change in Marco's ServerPerks to allow it.
Lol im terrible
1) Did serverperks update?
2) i think he's right about the u file
Reply With Quote
  #67  
Old 07-29-2012, 12:35 PM
FluX FluX is offline
Senior Member
 
Join Date: Oct 2010
Posts: 3,790
Default

Quote:
Originally Posted by lVlal2ll3ol2o View Post
I already tried because I was curious also. Got missing files, "KF_MaleVoiceThree" and "BarZombiesTex".
Quote:
Originally Posted by DMN666 View Post
Lol im terrible
1) Did serverperks update?
2) i think he's right about the u file
The way I found out and how Marco has explained, all characters must be put in it's OWN package named "$CharacterNickname$Mod.u". The file inside must be named after the characters name, the one with the character information.

Here's the snippet from the PlayerRecordClass.uc:
Code:
/* 
PLAYERRECORDCLASS
Use PlayerRecordClass to push down player skins and meshes from the server.
For example, if the Reaper clan was running a server, and had their own clan skin, in ReaperSkin.utx, here's what they'd need to do:
Create a new ReaperMod.u file, with the class Reaper in it.  The package name must be the class name with "mod" appended.  Reaper is a subclass of PlayerRecordClass, with
all the default properties set appropriately to setup up the character. Clan members will have to edit their user.ini file,
to change their character in the [DefaultPlayer] section, or have a .upl file with the same character definition.
The server will need to have both ReaperSkin and ReaperMod in its serverpackages.
*/
This is the same engine and will be treated pretty much the same as this is this is how my custom character enabler works.
__________________

Reply With Quote
  #68  
Old 07-29-2012, 04:15 PM
lVlal2ll3ol2o lVlal2ll3ol2o is offline
Member
 
Join Date: Mar 2012
Posts: 85
Default

I got it to decompile and I'm separating all the files to there own NameMod file and sorting through all the Animation/Texture files. All in all, it was a pain in the f'ing arse.

Also like to note that after separating them, all the Skins works. Packing it all together made a few of those Skin not usable.

Last edited by lVlal2ll3ol2o; 07-29-2012 at 04:16 PM.
Reply With Quote
  #69  
Old 07-29-2012, 05:21 PM
DMN666's Avatar
DMN666 DMN666 is offline
Senior Member
 
Join Date: Jun 2012
Location: Brooklyn, NewYork
Posts: 906
Default

Quote:
Originally Posted by lVlal2ll3ol2o View Post
I got it to decompile and I'm separating all the files to there own NameMod file and sorting through all the Animation/Texture files. All in all, it was a pain in the f'ing arse.

Also like to note that after separating them, all the Skins works. Packing it all together made a few of those Skin not usable.
That well be just as good to (Just in case someone dosnt like a certain character) can 1 of you teach me on how to do this? As far as i know, i only know how to make a simple .upl file. (i know that upl's in Serverperks duplicate's characters in the CSS)
I would also like to separate specimens from packs.
Reply With Quote
  #70  
Old 07-29-2012, 05:41 PM
FluX FluX is offline
Senior Member
 
Join Date: Oct 2010
Posts: 3,790
Default

Quote:
Originally Posted by DMN666 View Post
That well be just as good to (Just in case someone dosnt like a certain character) can 1 of you teach me on how to do this? As far as i know, i only know how to make a simple .upl file. (i know that upl's in Serverperks duplicate's characters in the CSS)
I would also like to separate specimens from packs.
Depends on the time I am given as I still want to get a few projects sorted out of my own.

Here's a teaser of one:
Spoiler!
__________________

Reply With Quote
  #71  
Old 07-30-2012, 06:25 PM
DMN666's Avatar
DMN666 DMN666 is offline
Senior Member
 
Join Date: Jun 2012
Location: Brooklyn, NewYork
Posts: 906
Default

Quote:
Originally Posted by FluX View Post
Depends on the time I am given as I still want to get a few projects sorted out of my own.
Oh alright, i to want to learn how to port a gun as well, to bad its from DS game.

Any ways update.
Killing Floor - Edited Menu - YouTube
Another simple thing i did.
I also made another skin, a green pyro

http://www.mediafire.com/?d0hcma8csxp8ykg

Last edited by DMN666; 07-31-2012 at 02:45 PM.
Reply With Quote
  #72  
Old 07-31-2012, 11:15 AM
FluX FluX is offline
Senior Member
 
Join Date: Oct 2010
Posts: 3,790
Default

Woah wait a minute, did I give permission to give this out? You didn't ask me and that is MY files...Take the link down as there is some bits that are personal and not publicly downloadable (not mine).
__________________

Reply With Quote
  #73  
Old 07-31-2012, 02:19 PM
Hicks-D's Avatar
Hicks-D Hicks-D is offline
Member
 
Join Date: Oct 2009
Posts: 35
Default

Quote:
Originally Posted by DMN666 View Post
Super Special Awesome Character pack!
So many kewl and awesome characters!
Spoiler!

CustomCharacters=BZCharactersMod.Scrake
CustomCharacters=BZCharactersMod.BZHazmat
CustomCharacters=BZCharactersMod.BZHooligan
CustomCharacters=BZCharactersMod.BZPrisoner
CustomCharacters=BZCharactersMod.BZFoundryWorker
CustomCharacters=BZCharactersMod.BZClot
CustomCharacters=BZCharactersMod.BZSoldier
CustomCharacters=BZCharactersMod.Ivan_Lebovski
CustomCharacters=BZCharactersMod.Torque
CustomCharacters=BZCharactersMod.Torquebloody
CustomCharacters=BZCharactersMod.USMC
CustomCharacters=BZCharactersMod.Isaac_Clarke
CustomCharacters=BZCharactersMod.Spetsnaz_Commando
CustomCharacters=BZCharactersMod.Spetsnaz_Medic
CustomCharacters=BZCharactersMod.Spetsnaz_Firebug
CustomCharacters=BZCharactersMod.MechaCarnivore
CustomCharacters=BZCharactersMod.TorqueBloody
CustomCharacters=BZCharactersMod.SubZero
CustomCharacters=BZCharactersMod.ES
CustomCharacters=BZCharactersMod.BlackTemplar
CustomCharacters=BZCharactersMod.CatherineBlack
CustomCharacters=BZCharactersMod.Harley
CustomCharacters=BZCharactersMod.BobaFett
CustomCharacters=BZCharactersMod.RepublicCommando
CustomCharacters=BZCharactersMod.Leon
CustomCharacters=BZCharactersMod.Jill
CustomCharacters=BZCharactersMod.BZFan
CustomCharacters=BZCharactersMod.IronMan
Did we gave you permission for uploading this to public access? Nope. Delete links for our stuff, don't be a thief.

Last edited by Hicks-D; 07-31-2012 at 03:17 PM.
Reply With Quote
  #74  
Old 07-31-2012, 02:36 PM
DMN666's Avatar
DMN666 DMN666 is offline
Senior Member
 
Join Date: Jun 2012
Location: Brooklyn, NewYork
Posts: 906
Default

Quote:
Originally Posted by FluX View Post
Woah wait a minute, did I give permission to give this out? You didn't ask me and that is MY files...Take the link down as there is some bits that are personal and not publicly downloadable (not mine).
Oh yeah sure then, that goes for both of you.
But Flux, these where already out there in the open, i randomly came across them on YT.
Can i still have the pics up?

@Hicks-D : I hope you didnt pay for those characters.

Last edited by DMN666; 07-31-2012 at 02:48 PM.
Reply With Quote
  #75  
Old 07-31-2012, 03:20 PM
3xzet 3xzet is offline
Member
 
Join Date: Nov 2011
Location: Russia
Posts: 87
Default

Quote:
Originally Posted by DMN666 View Post
From mediafire also
__________________
killing-floor.ru,killingfloor.ru -RussianGameCommunity
Join our community chat:
client (5.58Mb)| server: cs.mod.lt | channel: KFModding
Dr.Killjoy,3xzet,LLIePLLIeHb,Dave_Scream,Flame
Reply With Quote
  #76  
Old 07-31-2012, 03:36 PM
BartBear's Avatar
BartBear BartBear is offline
Senior Member
 
Join Date: May 2007
Location: Poland
Posts: 666
Default

Wait a second, so this BZ skinpack was released without permission? Damn I just struggled with someone on yt calling me "the thief" in comment at my video showing some of them in action and I wrote him that when it shouldn't be released to the world and stay private-use only then I'd gladly erase it from server, so where we stand here? BTW you should react a "little" quicker next time preventing situations when normal "custom server" admins are called thieves and "f****** noobz" ;/
__________________
Reply With Quote
  #77  
Old 07-31-2012, 04:01 PM
Hicks-D's Avatar
Hicks-D Hicks-D is offline
Member
 
Join Date: Oct 2009
Posts: 35
Default

Quote:
Wait a second, so this BZ skinpack was released without permission?
That's right. Skinpack was made exclusively for Bar Zombies server. Please, remove our skins from your server.
Quote:
BTW you should react a "little" quicker next time preventing situations when normal "custom server" admins are called thieves and "f****** noobz" ;/
Yeah... we'll try.
Reply With Quote
  #78  
Old 07-31-2012, 04:14 PM
BartBear's Avatar
BartBear BartBear is offline
Senior Member
 
Join Date: May 2007
Location: Poland
Posts: 666
Default

Quote:
Originally Posted by Hicks-D View Post
That's right. Skinpack was made exclusively for Bar Zombies server. Please, remove our skins from your server.
OK I understand private property so I'm deleting them from the server... as goes for video because now it's obsolete
Anyway no (more) harm done, if only that would be a lesson for the future and I hope to be never again called the way I was for those misunderstandings.
Quote:
Originally Posted by Hicks-D View Post
Yeah... we'll try.
Yes, please do! пока
__________________
Reply With Quote
  #79  
Old 07-31-2012, 04:52 PM
FluX FluX is offline
Senior Member
 
Join Date: Oct 2010
Posts: 3,790
Default

Quote:
Originally Posted by DMN666 View Post
Oh yeah sure then, that goes for both of you.
But Flux, these where already out there in the open, i randomly came across them on YT.
Can i still have the pics up?

@Hicks-D : I hope you didnt pay for those characters.
1.) You didn't get permission to use MY files.
2.) The Mars Attacks Alien is NOT mine. I was giving it by the KF-Argentina community as a test for my custom character mutator.

What's YT?
__________________

Reply With Quote
  #80  
Old 07-31-2012, 04:54 PM
BartBear's Avatar
BartBear BartBear is offline
Senior Member
 
Join Date: May 2007
Location: Poland
Posts: 666
Default

Quote:
Originally Posted by FluX View Post

What's YT?
You Tube I guess

@DMN666 you wanted right, but you f***ed up, please recall all your down-links and which ones you really got permitted to release....
__________________

Last edited by BartBear; 07-31-2012 at 05:00 PM.
Reply With Quote
Reply

Thread Tools
Display Modes

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 09:00 PM.


Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Copyright ©2005 - 2013, Tripwire Interactive, LLC