It is currently Fri May 31, 2024 4:28 am








MrTwoVideoCards wrote:Actually, I never thought about the tech behind it expanding, thats pretty neat stuff. Could be a jiggle bone that expands?






Groxkiller585 wrote:One of the recent updates seems to have made custom content have priority over the VPK's.
I actually got the boomer's whole model into Source SDK Hammer simply through drag-n'-drop to the right folders. However the skin doesn't work, which I assume is because the .QC file specifies it's somewhere else.
That and how do you open version 7.5 VTF files? My VTFedt can't open them.
static void Main(string[] args)
{
foreach (string file in args)
{
BinaryReader br = new BinaryReader(new FileStream(file,FileMode.Open));
BinaryWriter bw = new BinaryWriter(new FileStream(file + "c.vtf", FileMode.OpenOrCreate));
bw.Write(br.ReadBytes((int)br.BaseStream.Length));
br.BaseStream.Seek(8, SeekOrigin.Begin);
if (br.ReadByte() == 4)
{
bw.BaseStream.Seek(8, SeekOrigin.Begin);
bw.Write((byte)5);
}
else
{
bw.BaseStream.Seek(8, SeekOrigin.Begin);
bw.Write((byte)4);
}
}
}










joe_rogers_11155 wrote:Stoopdapoop's Unofficial Ballsack Modification and Jigglebone Enlargement Thread. A subsidiary of Enzyte and Viagra.
By Interlopers, For Interlopers.
And now back to the topic of Alien Swarm modding. Did I see a First-Person version of the game somewhere on Lopers recently? That would be freaking sweet.


Users browsing this forum: Google [Bot]