Jump to content

Mr-120

Member
  • Content Count

    2
  • Joined

  • Last visited

  • Medals

Posts posted by Mr-120


  1. So your mod motivated me to make an account on this forums, nicely done ;) . I was thrilled when I found out someone made a mod to arm my favorite in-game aircraft.

    I'm having some issues installing it though and was wondering if anyone has any tips? I'm working with an addon (Epoch, yes I'm one of those people) and I'm not really getting anywhere with an install that seems it should be relatively straightforward.

    So far I've placed the @pook folder in the root server directory and I've tried changing the database tables to include a line for this vehicle but everytime I drop into my server none of the vendors have the item on their lists. I've been working with it for a few days now and am at a loss although I'm brand new to both Arma and databasing (so it's no surprise).

    Anyway, if anyone has any thoughts or suggestions please inbox me or just reply whatever is easiest, thanks in advance.

    Insure your using the current mod as it is "@pook_mv22mg" not "@pook" any more. The correct class names you'll need are posted on the first page, depending on which of the mv22 you want, you'll place that class name in the DB..

    Example:

    MV-22 w/ IDWS system:
    
     pook_MV22 (USMC)
     pook_MV22_US
     pook_MV22_BAF
    
    MV-22 w/ M134 guns:
    
     pook_MV22_DG (USMC)
     pook_MV22_DG_US
     pook_MV22_DG_BAF
    
    MV-22 w/ M240 guns:
    
     pook_MV22_DG_M240 (USMC)
     pook_MV22_DG_US_M240
     pook_MV22_DG_BAF_M240
    

    You'll place the vehicle you want to place the class name as a new record in the "traders_data" table.

    Example to modify for your needs:

    INSERT INTO `Traders_DATA` VALUES(null, '["class name here",2]', quantity, [quantity,"class of money",type]', '[quantity,"class of money",type]', 0, trader menu id, 'afile');
    

×