Page 3 of 5 FirstFirst 12345 LastLast
Results 21 to 30 of 47

Thread: IP to Country Mod for Reborn 2.5 Gamma+

  1. #21

    Default

    @buli This mod is probably overriding your original dmprecache. You need to combine the two to make just one dmprecache.
    Website: www.drunkingamers.com

    TS3: ts3.drunkingamers.com
    MOH:AA: 74.208.185.35:12203
    L4D2: 74.208.185.35:27015
    BF:BC2: 68.232.177.30:19567

  2. #22

    Default

    Most likely it's because both mods have a modified script like DMprecache.scr or Mike_torso file.
    Try combining them into one mod. That usually works

    @Godsmack
    lol, ya beat me to it!

  3. #23

    Default

    so... should I copy DMprecache.scr lines from mapinfo to DMprecache.scr reborn? or what .....:P:P:?

  4. #24

    Default

    If you want to attach your map info mod, i can take a look.

  5. #25

    Default

    yes how we can talk ?

  6. #26

    Default

    either post it here, or attach it in an email admin@crazygamersclan.com

  7. #27

    Default

    also i have this problem to :/i tried mix them but it doesnt work :/

  8. #28

    Default

    Well, i've listed the solution multiple times in this post, including the first post.

    If you have other mods, you have to combine the global/dmprecache.scr. Most mods get executed from global/dmprecache.scr

    If your other mods are working but this one isn't....
    Sort your .pk3 files alphabetically.
    Open up that last one(alphabetically), and check for global/dmprecache.scr
    If there isn't one there, keep working your way backwards from z to a until you find the first one that contains global/dmprecache.scr
    Edit this file and put this in....
    PHP Code:
        //REBORN EVENT REGISTERING 
        
    local.result registerev "connected" global/connectedhandler.scr 
         
        
    //load ip->country arrays 
        
    waitexec global/ip2co/arrays.scr 
    ----------------------------------------------------------------------------------------------------------------------------------------------------------

    If other mods aren't working, but this mod is....
    Open up the .pk3 of the mod that isn't working. Look inside global/dmprecache.scr. Copy any lines that are specifically for that mod.
    then paste those lines into global/dmprecache.scr inside the iptocountry.pk3 mod file.
    Last edited by armageddon; April 6th, 2012 at 03:26 PM.

  9. #29
    Senior Member gkdestroyer's Avatar
    Join Date
    Jul 2011
    Location
    Nottinghamshire UK
    Posts
    172

    Question

    Hi i have put this in with the mapinfo which also has the change name mod in it . They both work but the locations wont

    so all 3 mods are together mapinfo/change name & this one . The first 2 work but not this one any ideas .

    ive tried putting

    //REBORN EVENT REGISTERING
    local.result = registerev "connected" global/connectedhandler.scr

    //load ip->country arrays
    waitexec global/ip2co/arrays.scr

    in all places that in there was last unsucessfull try :P
    If the other 2 in there are working all ok why not this one GRRRRRRRRRRR
    Attached Files Attached Files
    Last edited by gkdestroyer; April 8th, 2012 at 03:06 AM.

  10. #30

    Default

    Are you using Gamma 2.5+?
    Also, do you have the ip2co.dat file put into mohaa/main folder?

Posting Permissions

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