Not logged in | Log In
Pirates of the Burning Sea logo
 
 
Pirates of the Burning Sea Forums > The Open Sea > Roberts
Click here to Log In

Closed Thread
 
Thread Tools Display Modes
  #1  
Old 08-28-2010, 01:37 PM
Join Date: Jan 2008
Server: Both
Society: Renegade Legion/Immortalis/This is Spain/CoG/Less Elite
Nation: All Now
Career: Nutter
 
Default As asked, my pirate_local.ini file

People were asking about my pirate local .ini file

Modded to be able to zoom out on the OS - [CONSTRAINTS_SAILINGMAP].
360 deg and no range limit in AvCom - [AvatarManager].
Colours changed for OS ships - [Ui] first section.
Logging of all chat in PotBS log files - [Logger].

Code:
[Ui]
IFFIconColor_default=1 1 1 1
IFFIconColor_you=1 1 0 1
IFFIconColor_derelict=.5 .5 .5 1
IFFIconColor_NPC_ally=.3 .56 .3 1
IFFIconColor_NPC_neutral=.92 .92 .62 1
IFFIconColor_NPC_hostile=1 .3 .3 1
IFFIconColor_PC_PVPoff=0 0 1 1
IFFIconColor_PC_PVPoff_group=0.5 .9 1 1
IFFIconColor_PC_PVPon_group=0.5 0.9 1 1
IFFIconColor_PC_PVPon_ally=.3 1 .3 1
IFFIconColor_PC_PVPon_attacker_only=.9 1 .5 1
IFFIconColor_PC_PVPon_ally=.3 1 .3 1
IFFIconColor_PC_PVPon_victim_only=1 .9 .3 1
IFFIconColor_PC_PVPon_enemy=1 .26 1 1

worldMapIconColorPirate=0 0 0 1
worldMapIconColorSpain=1 1 0 1
worldMapIconColorEngland=1 0 0 1
worldMapIconColorFrance=.30 .41 1 1
worldMapIconColorDutch=0 1 0 1
worldMapIconColorCarib=0 1 1 1
worldMapIconColorDenmark=1 0 1 1
worldMapIconColorMayan=1 1 1 1
worldMapIconColorJesuit=0.5 0.5 0.5 1

;chatOutputFont = arial10
;chatOutputFont1	= arial10
;chatOutputFont2	= arial13
;chatOutputFont3	= arial15
;chatOutputFont4	= arial17
;chatOutputFont5	= arial21

[ShipManager]
; ship scale on the sailing map
sailingMapScale=0.45

shipServerUpdateInterval=0.05
battleMarkerUpdateInterval=0.5

[CONSTRAINTS_SHIP]

pitchRestricted = true
maxPitch = 2;
minPitch = -89;

offsetRadiusMax = 60000;
offsetRadiusMin = 1;

offsetHeightMax = 2500;
offsetHeightMin = -10;

enforceFloor = true;
floorInCM = 100;

[CONSTRAINTS_SAILINGMAP]

pitchRestricted = true;
maxPitch = -.25;
minPitch = -89;

enforceFloor = true;
floorInCM = 100;

offsetHeightMax = 75000;
offsetHeightMin = 1500;

offsetRadiusMax = 450000;
offsetRadiusMin = 200;

[AvatarManager]
maxAvatarTabTargetRangeM = -1

maxAvatarTabTargetFOVDeg=360

[Logger]
chat_messages=info
To use you have to look for a file called 'pirate_local.ini' in the PotBS directory on your hard drive. I suggest you rename it to 'pirate_local.old' so that you can always return to your old settings.

You can copy and paste the code directly into a new text file and save it as 'pirate_local.ini' or you can only copy the parts that you are interested in and paste them into your .ini file.
__________________
Quote:
Originally Posted by Bennet View Post
- Everyone who is faster than me is failfitted (even he has double planks )
- Everyone who can tank more than me is an annoying resistance stacker
- Everyone who is doing more damage than me is an one-trick-pony damage fitter
Swiss Mercenary is offline Add to ignore list

Last edited by Swiss Mercenary : 08-29-2010 at 02:05 PM.
  #2  
Old 08-28-2010, 05:29 PM
Join Date: Mar 2008
Society: L.E
Nation: France
Career: Slamkusse
 
Default

Quote:
Originally Posted by Swiss Mercenary View Post
People were asking about my pirate local .ini file

Modded to be able to zoom out on the OS.
360 deg and no range limit in AvCom
colours changed for OS ships.

[Ui]
IFFIconColor_default=1 1 1 1
IFFIconColor_you=1 1 0 1
IFFIconColor_derelict=.5 .5 .5 1
IFFIconColor_NPC_ally=.3 .56 .3 1
IFFIconColor_NPC_neutral=.92 .92 .62 1
IFFIconColor_NPC_hostile=1 .3 .3 1
IFFIconColor_PC_PVPoff=0 0 1 1
IFFIconColor_PC_PVPoff_group=0.5 .9 1 1
IFFIconColor_PC_PVPon_group=0.5 0.9 1 1
IFFIconColor_PC_PVPon_ally=.3 1 .3 1
IFFIconColor_PC_PVPon_attacker_only=.9 1 .5 1
IFFIconColor_PC_PVPon_ally=.3 1 .3 1
IFFIconColor_PC_PVPon_victim_only=1 .9 .3 1
IFFIconColor_PC_PVPon_enemy=1 .26 1 1

worldMapIconColorPirate=0 0 0 1
worldMapIconColorSpain=1 1 0 1
worldMapIconColorEngland=1 0 0 1
worldMapIconColorFrance=.30 .41 1 1
worldMapIconColorDutch=0 1 0 1
worldMapIconColorCarib=0 1 1 1
worldMapIconColorDenmark=1 0 1 1
worldMapIconColorMayan=1 1 1 1
worldMapIconColorJesuit=0.5 0.5 0.5 1

;chatOutputFont = arial10
;chatOutputFont1 = arial10
;chatOutputFont2 = arial13
;chatOutputFont3 = arial15
;chatOutputFont4 = arial17
;chatOutputFont5 = arial21

[ShipManager]
; ship scale on the sailing map
sailingMapScale=0.45

shipServerUpdateInterval=0.05
battleMarkerUpdateInterval=0.5

[CONSTRAINTS_SHIP]

pitchRestricted = true
maxPitch = 2;
minPitch = -89;

offsetRadiusMax = 60000;
offsetRadiusMin = 1;

offsetHeightMax = 2500;
offsetHeightMin = -10;

enforceFloor = true;
floorInCM = 100;

[CONSTRAINTS_SAILINGMAP]

pitchRestricted = true;
maxPitch = -.25;
minPitch = -89;

enforceFloor = true;
floorInCM = 100;

offsetHeightMax = 75000;
offsetHeightMin = 1500;

offsetRadiusMax = 450000;
offsetRadiusMin = 200;

[AvatarManager]
maxAvatarTabTargetRangeM = -1

maxAvatarTabTargetFOVDeg=360

[Logger]
chat_messages=info
This is not the pirate_local.ini you were looking for. Move along Move along
CorpseMaker is offline Add to ignore list
  #3  
Old 08-29-2010, 01:27 AM
Join Date: Sep 2008
Server: Robert's
Society: Hans Majestäts Kaparflotta
Nation: From the land of ice and snow...
Career: Naval Officer
 
Default

Quote:
Originally Posted by Swiss Mercenary View Post
People were asking about my pirate local .ini file
I still dunno how to adjust the .ini file need to speak to you. I wanna do dis wiff a camera.
William_Wodehouse is offline Add to ignore list
  #4  
Old 08-29-2010, 02:09 AM
will ed
 
will ed's Avatar

Join Date: Oct 2008
Server: rack>roberts, and everything in between
Society: none
Nation: British/pirate
Career: all of them
 
Default

im sorry i dont speak greek



or german, or russian.
__________________
Quote:
Originally Posted by Ronny1 View Post
Trying to change things in Britain is just as pointless as trying to understand a woman.
Smokey mcpot-NO-from rack to bb/Loki mcpot(aka merlin sneath)-FT-rack/willie mcpot-PR-bb/scurvy mcpot-CT-roberts/scurvy mcpot-BU-defiant/dirty harry-CT-rack/jack daniells-BU-rack
will ed is offline Add to ignore list
  #5  
Old 08-29-2010, 02:12 AM
Catopa
 
Catopa's Avatar

Join Date: Jan 2008
Server: Roberts
Nation: Don
Career: NO
 
Default

Quote:
Originally Posted by William_Wodehouse View Post
I still dunno how to adjust the .ini file need to speak to you. I wanna do dis wiff a camera.
You cannot change the ini.file, only the local_ini! Simply copy/paste this into your local_ini, that's it. If Averell really has changed the settings for a better zoom, it should work with your game, too.
__________________
Tobio Contrameste/ Seth Seaborn
Catopa is offline Add to ignore list
  #6  
Old 08-29-2010, 08:15 AM
Aegir
Live Events Coordinator
 
Aegir's Avatar

Join Date: Oct 2008
 
Default

I find it curious that you have the old select option for avcom as an option on there for tabbing to targets. Have you tried your .ini file on the expansion? It'd be interesting to see that with auto-face...

As a side, I really should sit down one day and make a full list of all the things you can actually adjust in the game with the pirates_local.ini file
__________________
FORUM NINJA!
Aegir is offline Add to ignore list
  #7  
Old 08-29-2010, 08:18 AM
Join Date: Sep 2008
Server: Robert's
Society: Hans Majestäts Kaparflotta
Nation: From the land of ice and snow...
Career: Naval Officer
 
Default

Quote:
Originally Posted by Aegir View Post
As a side, I really should sit down one day and make a full list of all the things you can actually adjust in the game with the pirates_local.ini file
Ooooh oooh please do, make it so, make it happen, please!!!
William_Wodehouse is offline Add to ignore list
  #8  
Old 08-29-2010, 09:54 AM
Aegir
Live Events Coordinator
 
Aegir's Avatar

Join Date: Oct 2008
 
Default

Quote:
Originally Posted by William_Wodehouse View Post
Ooooh oooh please do, make it so, make it happen, please!!!
I'll look into it this week. There's a number of GM specific things on mine, so I don't feel happy with just sharing it as I'd have to spend a while removing bits
__________________
FORUM NINJA!
Aegir is offline Add to ignore list
  #9  
Old 08-29-2010, 01:55 PM
Join Date: Jan 2008
Server: Both
Society: Renegade Legion/Immortalis/This is Spain/CoG/Less Elite
Nation: All Now
Career: Nutter
 
Default

Quote:
Originally Posted by Aegir View Post
I find it curious that you have the old select option for avcom as an option on there for tabbing to targets. Have you tried your .ini file on the expansion? It'd be interesting to see that with auto-face...
No I have not tried it with the expansion, but the old select option is very helpful.
We just had a PB where we had downed all the opponents bar one in the fort and most people thought the last player had jumped out.
By tabbing I was able to select the character even though it was almost 100 yards away.

Have edited my original post with installation instructions.
__________________
Quote:
Originally Posted by Bennet View Post
- Everyone who is faster than me is failfitted (even he has double planks )
- Everyone who can tank more than me is an annoying resistance stacker
- Everyone who is doing more damage than me is an one-trick-pony damage fitter
Swiss Mercenary is offline Add to ignore list
  #10  
Old 08-31-2010, 06:29 AM
Join Date: May 2009
Server: Roberts
Society: Hans Majestäts Kaparflotta (HMK)
Nation: Frog! Always have and always will, nothing else. Crossteaming Sux!
Career: Ecodamage
 
Default

I didnt have a pirate_local.ini so i made one. Dont work tho
__________________
Teamwork is essential; it gives the enemy other people to shoot at
Magnus Hult (Priv), Magnus von Hult (NO), Mange Hult (FT)
Ban crossteaming again plz..
Magnus Hult is offline Add to ignore list
Closed Thread


Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT -7. The time now is 11:20 AM.


Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.