Results 1 to 6 of 6

Thread: [COD5] Error Exceeded limit of 400 'fx' assets

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #4
    Private
    Join Date
    Jun 2013
    Posts
    70
    Thanks
    20
    Thanked 32 Times in 26 Posts
    i cant tell u that ,like i said u need some scripting knowledge and have to look for stuff like this in gsc files
    precacheFX()
    {
    level._effect["flak_explosion"] = loadfx("fx/explosions/flak88_explosion.efx");
    }

    but u cannot just delete them because they get called frome somewhere else so u have to find the level._effect["flak_explosion"] int his example in all scripts and replace the effect so more stuff sharing the same effect or u delete bothe the call there and the loadfx and im not sure but in cod5 u also have to decompress the mod files before u have access to the scripts

    u can try start a dedicated server on ur pc and connect to that with ur friends maybe thats fix the problem

  2. The Following User Says Thank You to vanfreddy For This Useful Post:

    G-Stuff002 (23rd August 2019)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •