Page 1 of 7 123 ... LastLast
Results 1 to 10 of 70

Thread: Anyone can help me with my server?

  1. #1
    Senior Member verruguitens's Avatar
    Join Date
    Mar 2017
    Location
    Argentina
    Posts
    207

    Question Anyone can help me with my server?

    Hi ppl, i want in my server ALL Official Mission Maps (for ex.: m1l2, m3l2, m6l1), i want put this play in my server, this maps and Only Sniper and 1 granate, how is?,

    Any can make me the map rotation list and the commands for Server Config?, or any mod? please!

    Thanks

  2. #2

    Default

    Server config: https://www.x-null.net/forums/thread...Config-Example
    SP to MP: http://www.mohaaaa.co.uk/AAAAMOHAA/c...converted-maps
    Sniper only mod: http://www.mohaaaa.co.uk/AAAAMOHAA/c...niper-only-mod
    To have one grenade: Download attachment and throw into your main.

    I made one nade mod by going to pak0, throwing models folder to my desktop, then I deleted all crap inside models folder which wasn't named weapons, then inside weapons folder I deleted all crap which wasnt named m2frag_grenade_base.txt and steilhandgranate_base.txt.
    I opened m2frag_grenade_base.txt and changed this:


    // DM Attributes
    dmprojectile models/projectiles/M2FGrenade_primary.tik
    dmstartammo 6
    dmammorequired 1


    to:

    // DM Attributes
    dmprojectile models/projectiles/M2FGrenade_primary.tik
    dmstartammo 1 //original 6
    dmammorequired 1


    And save. Then do the same thing for steilhangranate_base.txt, throw whole folder into pakscape, then compress as zzzzzz_whatever.pk3. You could find these answers by using google and forum search option.
    Attached Files Attached Files
    Last edited by Criminal; March 19th, 2019 at 10:57 AM.
    Github - Steam - .Crimewavez#5285

  3. #3
    Senior Member verruguitens's Avatar
    Join Date
    Mar 2017
    Location
    Argentina
    Posts
    207

    Default

    Thanks!!

  4. #4
    Senior Member verruguitens's Avatar
    Join Date
    Mar 2017
    Location
    Argentina
    Posts
    207

    Default

    Men, the commands for DISABLE WEAPONS?, all only sniper mod installed not working, how can disable the weapons and only can choice the snipa? you remember the commands?

  5. #5

    Default

    Then it's your fault, not mod fault, on my dev server mods I posted here work together, just tested. There are no commands, you can either:
    a) Post all mods, or screenshot of mods you have in your main folder of server.
    b) Try other weapon mod, like this one: http://www.mohaaaa.co.uk/AAAAMOHAA/c...weapon-limiter
    Last edited by Criminal; March 19th, 2019 at 04:39 PM.
    Github - Steam - .Crimewavez#5285

  6. #6
    Senior Member verruguitens's Avatar
    Join Date
    Mar 2017
    Location
    Argentina
    Posts
    207

    Default

    But, i upload the pk3 in Main HOST SERVER, and not work, in game u can choice all weapons! :S

  7. #7
    Senior Member verruguitens's Avatar
    Join Date
    Mar 2017
    Location
    Argentina
    Posts
    207

    Default

    Criminal, you know who is the command for habilite the HI-Standard Silenced Pistol?

  8. #8
    Senior Member verruguitens's Avatar
    Join Date
    Mar 2017
    Location
    Argentina
    Posts
    207

    Default

    Need help with WEAPON LIMITER, i open the PK3 with PakScape but how can disable all weapons and only sniper and 1 granate???? what file i have to edit???????!

  9. #9
    Senior Member verruguitens's Avatar
    Join Date
    Mar 2017
    Location
    Argentina
    Posts
    207

    Default

    I want lock all weapons, only want Only Sniper and 1 Granate, and if can... want too the HI-Standard Silenced Pistol with only 10 bullets, can help me please?

    Sniper 1_5_45
    Granate 1_1_0 (only 1)
    Hi Standard Pistol 1_10_0 (only 10 bullet)

    Please help me with LIMITER WEAPON!

  10. #10

    Default

    First the Sniper only mod Criminal gave you is simple but it should work, just change it's name to zzzzzzzzzzUser-MorphinesSniperOnlyModv1.0.pk3 in case you had another mod for weapons that might conflict with this one.

    And to change how many grenade or bullet in every weapon just open the weapon.TIK file and edit it, for an example lets say you want to change how many bullets and grenade in "Springfield '03 Sniper" in simple explanation first open this file (springfield.tik) using notepad or any other editor and scroll down to those lines:

    //========================================//
    // AMMO //
    //========================================//

    firetype bullet
    ammotype "rifle"
    meansofdeath bullet
    semiauto
    clipsize 5 // <-- After shooting ( 5 ) bullets it will reload
    ammorequired 1
    bulletlarge 1

    sp startammo 5 // <-- After shooting ( 5 ) bullets it will reload
    dm startammo 50 // <-- Set the maximum bullets this gun have
    sprealism startammo 5 // <-- After shooting ( 5 ) bullets it will reload
    dmrealism startammo 50 // <-- Set the maximum bullets this gun have

    // Additional DM Loadout
    dm additionalstartammo "grenade" 1 // <-- Set how many Grenade the holder should have
    // dm additionalstartammo "smokegrenade" 1 // <-- Set how many Smoke Grenade the holder should have

    // Additional DM Realism Loadout
    dmrealism additionalstartammo "grenade" 1 // <-- Set how many Grenade the holder should have
    // dmrealism additionalstartammo "smokegrenade" 1 // <-- Set how many Smoke Grenade the holder should have


    It's that simple really.
    Last edited by RemoZz; March 20th, 2019 at 01:33 AM.

Tags for this Thread

Posting Permissions

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