Increasing Tickets

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Shogun27

    #1

    Increasing Tickets

    Alright, im getting frustrated searching for this. Can one of you tell me how to change the ticket limit in Single Player mode? ~Thanks
  • FFOLKES

    #2
    Re: Increasing Tickets

    You can do it a couple of different ways:

    1. Edit the ServerSettings.con file found here:

    ...\My Documents\Battlefield 2\Profiles\Default\ServerSettings.con

    Find sv.ticketRatio 200

    You can increase or decrease the number depending upon how long you want the game to play.

    Then make the ServerSettings.con read-only.

    2. You can also change the map's init.con located in the server.zip file. This allows you to set different ticket levels for each map.

    For example, on Wake Island I prefer 400 tickets:

    Before:

    gameLogic.setDefaultNumberOfTicketsEx 16 1 100
    gameLogic.setDefaultNumberOfTicketsEx 16 2 100

    This defaults to 200 tickets

    After:

    gameLogic.setDefaultNumberOfTicketsEx 16 1 200
    gameLogic.setDefaultNumberOfTicketsEx 16 2 200

    This defaults to 400 tickets

    Comment

    Working...