project reality header
Go Back   Project Reality Forums > Project Reality Support > PR Tech Archives
21 Sep 2024, 00:00:00 (PRT)
Register Developer Blogs Members List Search Quick Links
PR Tech Archives Archived threads - locked for searching

 
 
Thread Tools Display Modes
Old 2007-02-17, 08:20   #1
aura
Default help with kits

I have followed the steps listed to gain access to the kits that you cannot spawn with however they never seem to appear, I was trying on single player and local is there something I am missing about it?
aura is offline
Old 2007-02-20, 05:20   #2
GeZe
Retired PR Developer

GeZe's Avatar
Default

it doesn't work fully in single and local, in single, request from flags doesn't work, try from an apc

GeZe is offline
Old 2007-02-25, 21:42   #3
Stigger32

Stigger32's Avatar
Default

I've got the same problem. How do I get a tank kit in single player? I cannot find instructions anywhere! I get in tank and see message "Stigger32. You need a tank crewman kit to use this vehicle" - Well, where are they???
And sp commander mode.. why can I not drop supplies or kits?
ALL I WANNA DO IS DRIVE A BLOODY TANK!!!!
Stigger32 is offline
Old 2007-02-25, 23:04   #4
Outlaw22
Retired PR Developer

Outlaw22's Avatar
Default

1. Go to the main pr folder and edit 'gamelogicinit.con'
2. Find the line gameLogic.supplyDropHeight 375
3. Change to '375' to 50 or 75 or some low number (reason is the hight is so high you cant see it and it take ages to land)
4. Start coop or sp, and create a squad
5. After capture of first flag ask for supplies
6. Go to supply crate and ask for the Kit you want

If you want to play Coop or Conquest on your own, bring down the Consol (Tild key) and type sv.numplayersneededtostart 1

If you want more tickets to make the game last longer, go to 'pr\python\game\realitycore.py' and find the lines
def setupTicketSystem():
ticketsTeam1 = calcStartTickets(bf2.gameLogic.getDefaultTickets(1 ))
ticketsTeam2 = calcStartTickets(bf2.gameLogic.getDefaultTickets(2 ))

and add the lines
ticketsTeam1 = 600
ticketsTeam2 = 600

or what ever number you want
so it looks like this

def setupTicketSystem():
ticketsTeam1 = calcStartTickets(bf2.gameLogic.getDefaultTickets(1 ))
ticketsTeam2 = calcStartTickets(bf2.gameLogic.getDefaultTickets(2 ))
ticketsTeam1 = 600
ticketsTeam2 = 600

Reason for all this is that SP/Coop is not fully supported yet (WIP)
By the way back up the files you edit first

Hope this helps

You can have my gun when you pry it from my paranoid,
mentally disturbed, physically-abusive, cold, dead hand.
Outlaw22 is offline
Last edited by Outlaw22; 2007-02-25 at 23:19..
 


Tags
kits

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



All times are GMT. The time now is 15:26.