BullyWiiHacks
Welcome dear guest! Very Happy

To start posting and being part of the BWH community, you simply need to register an account or log into an existing one.

If you do not wish to register at all, that's fine but there will be more advertisements. :/

You can probably see and download most content provided for regular members even without an account.

Your contributions will be greatly appreciated though, give it a shot and register today! thumbsup

Join the forum, it's quick and easy

BullyWiiHacks
Welcome dear guest! Very Happy

To start posting and being part of the BWH community, you simply need to register an account or log into an existing one.

If you do not wish to register at all, that's fine but there will be more advertisements. :/

You can probably see and download most content provided for regular members even without an account.

Your contributions will be greatly appreciated though, give it a shot and register today! thumbsup
BullyWiiHacks
Would you like to react to this message? Create an account in a few clicks or log in to continue.
BullyWiiHacks

Gaming, Modding & Programming

Important reminders:

- Click *HERE* for advanced forum search or check out the text field below on the front page for Google before posting
- NO support via private message (use the forum)
- Write meaningful topic titles
Site Translation
Latest topics
» Dropped Out of College to Pursue Web Dev and Life Pursuits in General
Introduction Empty5/16/2024, 8:25 am by Bully@WiiPlaza

» Bully Made It Into a BIG Video 400K Views
Introduction Empty4/7/2024, 6:58 am by Bully@WiiPlaza

» Wii Play Tanks
Introduction Empty3/24/2024, 2:46 pm by helpmeout

» [Bypass Paywalls] (Global) @magnolia1234 - GitLab
Introduction Empty3/18/2024, 3:55 am by Seth@WiiPlaza

» [Download] Mary Shelley's Frankenhole
Introduction Empty3/16/2024, 8:29 am by Seth@WiiPlaza

» Completely Custom Modded Controllers (Undetectable)
Introduction Empty3/5/2024, 1:55 pm by Shadow@BWH

» (Zombies) Drink perks code?
Introduction Empty3/5/2024, 1:24 pm by Shadow@BWH

» Die Rückkehr zu STEAM und WARFACE
Introduction Empty3/2/2024, 3:54 am by Seth@WiiPlaza

» First person hand model change?
Introduction Empty2/28/2024, 4:53 am by Ad3lamac611

» {RELEASE} Field Raider Firefox v1.72 by Seth@WiiPlaza
Introduction Empty2/21/2024, 8:52 am by naxil

Search
 
 

Display results as :
 


Rechercher Advanced Search

May 2024
MonTueWedThuFriSatSun
  12345
6789101112
13141516171819
20212223242526
2728293031  

Calendar Calendar

Country Statistics
Free counters!

You are not connected. Please login or register

Introduction

2 posters

Go down  Message [Page 1 of 1]

1Important Introduction 10/26/2014, 7:21 am

Bully@WiiPlaza

Bully@WiiPlaza
 
 

Call of Duty configuration files (.cfg extension) contain code for button bindings, default game mode options and more. They can be modified and scripted for to do quite cool things. Let's take a look at the code_post_gfx_mp.ff file using FF ExplorerWink

Introduction Cr5mjjw5

In this section you'll learn how to build your own mods for those.



Last edited by Bully@WiiPlaza on 10/30/2014, 11:22 am; edited 2 times in total


_________________
Introduction YBjg74I

2Important Re: Introduction 10/30/2014, 9:00 am

Wolf62~Little~Coder

Wolf62~Little~Coder
Code Creator

complete "Setting Dvars":

set: Only works with dvars that already exist
seta: Can be used to set a new Dvar, or active multiple set dvar in ONE
setu: Sets a cvar so it shows up in dumpuser (its actually set user)
sets: Sets a cvar for a server
vstr: avctive a seta (new Dvar)

set <dvar> <value>
seta <dvar> <value> (version 1)
seta "<name_of_seta> <value>;<dvar> <value>" (version 2)
setu <dvar> <value>
sets <dvar> <value>
vstr <seta>

multiple dvar in one seta, write:

seta <exemple> "onlinegame 1;xblive_privatematch 0"



Last edited by Wolf62~Little~Coder on 10/30/2014, 11:12 am; edited 1 time in total (Reason for editing : add ^^)


_________________
Wolf62 wrote: thank for watch, translate with "https://translate.google.fr/#fr/en/" :3

Wolf62 wrote: thank for watch, translate with "https://translate.google.fr/#fr/en/" :3

Wolf62 wrote: thank for watch, translate with "https://translate.google.fr/#fr/en/" :3



Wolf62 wrote:Real Hacked account 4174-8945-7214
Non Hacked MW3 account 5142-5783-3774
xp lobby for MW3:  1830-7865-0865


OpC# Clan wrote:OpC# It's my team, warning, if you make fun of my team, your death is near ... I will send you to the land of the death ...

3Important Re: Introduction 10/30/2014, 10:27 am

Bully@WiiPlaza

Bully@WiiPlaza
 
 

Ahh, okay. I didn't know that. Here's another tutorial which contains what you wrote and some more: 
http://www.se7ensins.com/forums/threads/cod4-managed-code-list.550304/

I'm missing VSTR also, I will add that soon probably. Razz


_________________
Introduction YBjg74I

Sponsored content



Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum