Fisher

Former Member
  • Content Count

    779
  • Donations

    0.00 EUR 
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by Fisher

  1. Fisher

    Getting better FPS (Config)

    This is a small tutorial on how to get better Frames Per Second in-game on Call of duty 4. First of you need to find a config which suits your needs (FPS needs/Visual needs). You can use Google to find one: https://www.google.co.uk/webhp?sourceid=chrome-instant&ion=1&espv=2&es_th=1&ie=UTF-8#q=FPS+config+cod4 I'm going to use Yitch1.cfg as an example for this tutorial but any should work fine.(Be aware that this could potentially effect you computer/Cod4 in a bad way so take care when doing this) After you have downloaded the cfg file you need to find you're Call of Duty 4 directory which can vary depending on where you decided to install it. (Example of steam default: C:\Program Files (x86)\Steam\steamapps\common\Call Of Duty 4) You now need to get to you're profile which can be found inside players then profiles (Some who use CodX may not see the profile and will have to create a new one) Backup Copy that folder to a trusted location like your desktop (Some mods dislike you moving the files at all and may de-rank you) Go into the profile you want to modify the file config_mp.cfg. This is what loads prior to loading the profile. If you have saved binds/Cvars copy them into the cfg you downloaded (Try to check if there are duplicate binds are used). Rename the config to config_mp.cfg and place it in the profile folder. Boot Cod4 can it should make the changes. Please comment if i failed to mention something or you are having problems. (I had many people asking me about fps so i thought it would be easier to redirect them to this location) USE AT OWN RISK
  2. Fisher

    New Games

    Christmas is close and new games are being released. I wanted people to suggest some new games that I should buy. The last of us looks interesting but would need a second opinion on it.
  3. Fisher

    Any Ideas?

    I just upgraded my motherboard and decided to run windows off my SSD rather than my HDD but all my programs and games wont run correctly because the drive letter has changed from C to D. I have tried to change it in the control panel but i get a response saying i cant any ideas? I will post the exact response later.
  4. Fisher

    Ignore

    1. Player's name: 300|aLeXx 2. Player's GUID or UID: d2990f59 3. Server: Deathrun 4. Approximate time: 09:42 GMT 5. Proof: https://drive.google.com/file/d/0Bz_VCefp0EkzOUpLRnJVM3A1SjA/view?usp=sharing (Not the best proof as it was brief) 6. Explanation: The player glitched over to the activators side and after I told him to stop he continued and wallbanged the activator
  5. Fisher

    CS: GO

    Wonder if anyone plays cs go competitive and if u do add me steam and tell me your ranks? Name: explictgaming or ninjabbw
  6. I have a lot of deathrun plugins that i think would benefit the deathrun 1.2 server not sure if they will work on 1.1 server. This is a list and description and if many people like a plugin enough maybe they will consider adding them. 1. Endless Free Round (Not sure if already have it) This plugin activated Free round when there is only 1 player on the server so that the player can practice the map. 2. HealthBar This is pretty simple it adds a healthbar to the hud 3.XP for first This plugin gives a player for finishing first on the map but only works on maps with a timer 4. XP Event this plugin is where the server rewards its players for playing it. It doubles xp when the server hits some many players on the server with double xp I did not make any of these plugins but have modified some of them . Say the numbers which you would want on the deathrun server.
  7. I've been wanting to learn how to program Cod 4 for awhile and haven't found anyway to learn besides trial and error and reading other users code. I now want a tutor or someone who has good knowledge on call of duty not only to try teach me but create some projects with me along the way. I know the basics of code and call duty code as I learned python threw code academy. I have my own server which runs of my pc when I try code which is how i know the basics. Thanks for reading
  8. I have recently been trying to disable the damage direction indicator but cant find the the dvar. I tried using this dvar from a lost i found of a website but it does not seem to work. cg_drawDamageDirection "1" Does anyone have a good source of dvars i may use or just the correct dvar for the indicator?. Thanks anyways.
  9. I have recently tried to add custom weapon to the deathrun mod that i have edited with the asset manager. After failing with no errors and just blank space i tried to just add the barret 50 cal and still the same problem. I have added the barret_mp and the iwi file to the mod what could be the problem im using this script to spawn it in. ​barret() { self takeallweapons(); self giveWeapon( "barret_acog_mp" ); self giveMaxAmmo( "barret_acog_mp" ); self SwitchToWeapon( "barret_acog_mp" ); } Thanks for reading