Noobkiller1x Posted August 2, 2009 Report Posted August 2, 2009 Ok so for a while now I have been trying to find someone who has a app or know how to make the forge in custom games so if someone can make a tutorial or refer me to a application that would be great. 1
miinaturvat Posted August 2, 2009 Report Posted August 2, 2009 well, at offset 0x147 of the BLF in the gametype CON, there is an enum: enum Gametype { CTF = 1, Slayer = 2, Oddball = 3, KingoftheHill = 4, Forge = 5, VIP = 6, Juggernaut = 7, Territories = 8, Assault = 9, Infection = 10 } To make it a forge gametype, simply make that enum a 5. +rep please 5
Rogue Modder Posted August 2, 2009 Report Posted August 2, 2009 Don't forget to rap that enum in code tags nao. enum Gametype { CTF = 1, Slayer = 2, Oddball = 3, KingoftheHill = 4, Forge = 5, VIP = 6, Juggernaut = 7, Territories = 8, Assault = 9, Infection = 10 } 1
Dark Slipstream Posted August 2, 2009 Report Posted August 2, 2009 My GV-Changer does that for you, I'm glad you are unable to find it... lol
Rogue Modder Posted August 2, 2009 Report Posted August 2, 2009 Oh yeah, I remember when we did that Brian.
Zerker4Life 24 Posted November 28, 2009 Report Posted November 28, 2009 (edited) this is a vid i made on how to do this it explains it a littel betterhttp://www.youtube.com/watch?v=5jSYmNf8pE8 Edited November 30, 2009 by Zerker4Life 24
Slidell Posted November 29, 2009 Report Posted November 29, 2009 (edited) axplains it a littel better .... Edited November 29, 2009 by Slidell
Zerker4Life 24 Posted November 30, 2009 Report Posted November 30, 2009 ....this is a vid i made on how to do this it explains it a littel betterhttp://www.youtube.com/watch?v=5jSYmNf8pE8sorry i fixed it
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now