Log in

View Full Version : Is this a bug or error ?


Redwine
04-18-07, 08:41 AM
Into the Basic.dfg file....

[RENOWN]
RenownReachGridObjCompleted=500
RenownPatrolGridObjCompleted=200
CompletedPatrol=100
NEUTRAL=-1
ALLIED=1
AXIS=-10
WrongShipSunk=-5000
FirstRankRenown=1000
SecondRankRenown=3500
EndCampaign=-5000

Axis as negative value ? Or i must to assume Axis is own side ? A remains of SH III ?

Allied a positive value ?

Egan
04-18-07, 09:09 AM
I seem to remember one of the devs saying that basic.cfg is not actually used anymore. It's a hangover from SH3.

U-Bones
04-18-07, 09:35 AM
I seem to remember one of the devs saying that basic.cfg is not actually used anymore. It's a hangover from SH3.
Filedate = 2005
Artifact.

Redwine
04-18-07, 10:22 AM
Thanks both... file not used any more ! :hmm:

Where are the program taking that data, i am looking for a posible tonage modification, so i need to eliminate all renown. For complete objectives, patro grid, all items must be free... the renown of each ship must to be its tonnage.

But seems to be a little complex and long to do. :-?

U-Bones
04-18-07, 12:05 PM
Thanks both... file not used any more ! :hmm:

Where are the program taking that data, i am looking for a posible tonage modification, so i need to eliminate all renown. For complete objectives, patro grid, all items must be free... the renown of each ship must to be its tonnage.

But seems to be a little complex and long to do. :-?

RenownAwarded is in
data\sea\*\*.cfg

Redwine
04-18-07, 07:59 PM
RenownAwarded is in
data\sea\*\*.cfg
Thanks U-Bones.. :up:

That is for ship destroyed ...correct ?

But if the basic.cfg doesnt works any more, where are the patrol goals renown ?

U-Bones
04-18-07, 08:15 PM
RenownAwarded is in
data\sea\*\*.cfg
Thanks U-Bones.. :up:

That is for ship destroyed ...correct ?

But if the basic.cfg doesnt works any more, where are the patrol goals renown ?
Patrol goal renown is configured in the *.Mis files
For instance, inside
data\campaigns\campaign\patrolObjectives\Photo Java Sea 01\Photo Java Sea 01.mis


[Objective 1]
ObjName=Photo Java Sea 01_Objective1
Obj=5
ObjType=0
RenownAwarded=250
ZoneName=Photo Java Sea 01_Zone
PhotoValue=20
MinPhotoValueThreshold=0

Redwine
04-18-07, 08:16 PM
:up: Many Thanks !