camcfg

General MSTS related discussion that doesn't really fit into any of the other specific forums.

Moderator: Moderators

User avatar
samwhitewick
Well Established Forum Member
Posts: 665
Joined: Tue Aug 22, 2006 7:17 am

camcfg

Post by samwhitewick »

I am stupid (at least i admit it) and i forgot to back up my original camcfg file and i installed cam hack but i dont like it. Is it possible that someone could email it to me
Much appriciated
Sam
whitewick_13[at]hotmail.com
User avatar
codrivermike
Very Active Forum Member
Posts: 2386
Joined: Fri Feb 04, 2005 7:42 pm
Location: The County Palatine of Lancashire

Post by codrivermike »

Which camhack did you install?

Michael
That's Co - Driver - Mike. The one in the other seat.
User avatar
samwhitewick
Well Established Forum Member
Posts: 665
Joined: Tue Aug 22, 2006 7:17 am

Post by samwhitewick »

V3
User avatar
ashgray
Wafflus Maximus
Posts: 12235
Joined: Sun Jan 09, 2005 3:25 pm
Location: GWR, Nailsea, Somerset

Post by ashgray »

Here it is, just download and install:

 Click to view more informationCamHackIII [33546 bytes] - CamHackIII.zip
File ID: 6 Date: 06 Dec 2001 - 2681 Downloads


Ashley
Ashley Gray

Intel Core i7-7700K @ 4.2Ghz Quad Core, Gigabyte Gaming Motherboard, 2 x 512Gb SSDs + 1TB SATA drives,
16 Gb DDR-4 Corsair RAM, Nvidia GeForce GTX1060 6Gb RAM, ASUS Xonar D2X/XDT Soundcard, Windows 10 64 bit
User avatar
samwhitewick
Well Established Forum Member
Posts: 665
Joined: Tue Aug 22, 2006 7:17 am

Post by samwhitewick »

I installed it in the first place. What i am asking is for the original microsoft camcfg file
thanks
User avatar
samwhitewick
Well Established Forum Member
Posts: 665
Joined: Tue Aug 22, 2006 7:17 am

Post by samwhitewick »

I just looked at this and it is version B. i will look to see if it is different
User avatar
richard222
Very Active Forum Member
Posts: 1572
Joined: Tue Oct 10, 2006 2:44 pm
Location: Surrey
Contact:

Post by richard222 »

Was sent this via PM and am told its the original msts camhack

Code: Select all

Skip (
This file defines the basic camera types.

Camera types:
StaticCamType Pos + rot
ObjectCamType Object relative pos + rot
TrackingCamType Track object offset
HeliCamType Heli model camera

Control types:
NoCamControl
RotCamControl Rotate (look around)
FullCamControl

Some cameras can be placed in a terrain tile's world file. E.g. the spotter can be
positioned and will then track the appropriate train object. This world file entry
need not include the fov, etc (since these can be defined here)..

Camera ( SpotterCam
Position ( 0 0 0 )
Rotation ( 0 0 0 )
)

To Do:
- Add camera IDs and creation code for user camera types?
- Use a string to identify the cameras defined here (rather than the current SToken ID)?

)

skip (
WHY IS CAM TYPE ie CamTypeFrontTracking ENTERED TWICE?????
)

camera ( CamTypeCab
CamType ( CamTypeCab CamControlViewSwitch )

CameraOffset ( -0.51231 4.28496 10.0387 )

Fov ( 60 )
ZClip ( 0.5 )
WagonNum ( 0 )
Description (Cab_Cam)
)

camera ( CamTypeFrontTracking
CamType ( CamTypeFrontTracking CamControlTethered )

CameraOffset ( -12.8 15.6 -45.7 )

Fov ( 60 )
ZClip ( 0.5 )
WagonNum ( 0 )
Description (Tracking_Cam_1)
)


camera ( CamTypeRearTracking
CamType ( CamTypeRearTracking CamControlTethered )

CameraOffset ( -12.8 15.6 -45.7 )

Fov ( 60 )
ZClip ( 0.5 )
WagonNum ( -1 )
Description (Tracking_Cam_2)
)

camera ( CamTypePassenger
CamType ( CamTypePassenger CamControlRotate )

CameraOffset ( 1.046 2.14 4.506 )
Direction ( 0 0 0 )
RotationLimit ( 60 160 0 )

Fov ( 60 )
ZClip ( 0.1 )
WagonNum ( 2 )
Description (Passenger_Cam)

)

camera ( CamTypeSpotter
CamType ( CamTypeSpotter CamControlRotate )

Fov ( 60 )
ZClip ( 0.5 )
WagonNum ( 0 )
Description (Spotter_Cam)
ObjectOffset (0.0 3.0 0.0)
)

camera ( CamTypeDerail
CamType ( CamTypeDerail CamControlDerail )

Fov ( 60 )
ZClip ( 0.5 )
WagonNum ( 0 )
Description (Derail_Cam)
CameraOffset ( 0 30 0 )
)

camera ( CamTypeCoupling
CamType ( CamTypeCoupling CamControlCoupling )

CameraOffset ( 0.0 15.6 -14.0 )
Direction ( 90 0 0 )
RotationLimit ( 0 0 0 )

Fov ( 60 )
ZClip ( 0.5 )
WagonNum ( -1 )
Description (Coupling_Cam)
)

camera ( CamTypeYard
CamType ( CamTypeYard CamControlYard )

Fov ( 60 )
ZClip ( 0.5 )
WagonNum ( 0 )
Description (Yard_Cam)
)

camera ( CamTypeHeadout
CamType ( CamTypeHeadout CamControlRotate )

CameraOffset ( 1.046 2.14 4.506 )
Direction ( 0 0 0 )
RotationLimit ( 60 160 0 )

Fov ( 60 )
ZClip ( 0.5 )
WagonNum ( 0 )
Description (Headout_Cam)
)
richard222 / Richard Jenkins
User avatar
ashgray
Wafflus Maximus
Posts: 12235
Joined: Sun Jan 09, 2005 3:25 pm
Location: GWR, Nailsea, Somerset

Post by ashgray »

samwhitewick wrote:I installed it in the first place. What i am asking is for the original microsoft camcfg file
thanks
Sorry Sam - I completely mis-read your post. :oops: :roll:

Ash
Ashley Gray

Intel Core i7-7700K @ 4.2Ghz Quad Core, Gigabyte Gaming Motherboard, 2 x 512Gb SSDs + 1TB SATA drives,
16 Gb DDR-4 Corsair RAM, Nvidia GeForce GTX1060 6Gb RAM, ASUS Xonar D2X/XDT Soundcard, Windows 10 64 bit
User avatar
codrivermike
Very Active Forum Member
Posts: 2386
Joined: Fri Feb 04, 2005 7:42 pm
Location: The County Palatine of Lancashire

Post by codrivermike »

Before diving in and re-editing your camcfg file, what is it you do not like about the camhack you are using?
One thing to be aware of is that there are several available from different authors and, most importantly, they are not cumulative. What I mean is, my cam hack

 Click to view more informationCamera Hack v1. [7777 bytes] - Cam Hack v1.zip
File ID: 14732 Date: 18 Jun 2006 - 2112 Downloads


Is called v1 because it is the one version I have done. I didn't do a v2 or a v3 or a v4 etc because I was happy with what I created. The v3 you have is NOT an update of my file.

What I'm suggesting is, give this one a try. If you don't like it, or there is anything you don't like. Let me know. I appreciate feedback.

Best regards

Michael
scefhwil
Well Established Forum Member
Posts: 907
Joined: Tue Dec 04, 2001 12:00 am
Location: Bristol, England

Post by scefhwil »

codrivermike wrote:...... Is called v1 because it is the one version I have done. I didn't do a v2 or a v3 or a v4 etc because I was happy with what I created. The v3 you have is NOT an update of my file.
:o

CamHackIII is not a version 3, and no where does it suggest such. (Was Henry VIII the eighth version of Henry?) When it was first uploaded, back in 2001, it was the third cam hack file to be released. Now the three authors of I, II and III could all have called there's I, because each was their first, but that wouldn't be helpful to downloaders who might get confused with three files all called the same. Now your one is called version 1 and you are having to explain to people that it hasn't been updated by other higher numbered alternatives! Maybe the fact yours was released in 2006 when III was released in 2001 is a clue though.
User avatar
samwhitewick
Well Established Forum Member
Posts: 665
Joined: Tue Aug 22, 2006 7:17 am

Post by samwhitewick »

I have tried yours aswell. What i dont like about the hacks is the no. 3 view you cant move the cam unless you right click and press loads of buttons. i just like the swivel camera. Apart from that i dont mind them
User avatar
richard222
Very Active Forum Member
Posts: 1572
Joined: Tue Oct 10, 2006 2:44 pm
Location: Surrey
Contact:

Post by richard222 »

samwhitewick wrote:I have tried yours aswell. What i dont like about the hacks is the no. 3 view you cant move the cam unless you right click and press loads of buttons. i just like the swivel camera. Apart from that i dont mind them
My camhacks and mike's definately don't do that, AFAIK that is the panoramic feature of Cam Hack vIII, unless you mean view 6 that is.

Richard
richard222 / Richard Jenkins
User avatar
samwhitewick
Well Established Forum Member
Posts: 665
Joined: Tue Aug 22, 2006 7:17 am

Post by samwhitewick »

It is definatly view three. you just see the rear side of the train and you have to right and move the mouse to "free view". im sure it was cam hack 3 and another version but i cant remeber which one. anyway so can i open up the camcfg in notepad and paste the above information that you wrote richard?
Thanks
User avatar
emrhd01
Very Active Forum Member
Posts: 4821
Joined: Thu Aug 03, 2006 1:48 pm
Location: Nottingham- East Bridgford

Post by emrhd01 »

Hi All,

As the camfcg topic is getting an airing, I thought I would raise this.

I have had Camera Hack v1. installed for a very long time now (and very good it is too Mike), but I have always experienced problems when using View 4 (Spotter cam?) with just a few (Player) locomotives, mainly Steam.

When the camera sets up for a close to the track pan, as the loco gets close to the camera the sim locks up and then returns to Trainstore. I wondered if anyone experiences this, two locomotives that come to mind (only because I've used them lately) are BD_4MT_Crab_42798 & BR Class 8P No.46256 Sir William Stanier FRS.

It may of course be a problem with the set up of the locos, can anyone give any advice please?

Cheers,

Robert.
thegoonden
Been on the forums for a while
Posts: 285
Joined: Wed Apr 20, 2005 7:36 am

Post by thegoonden »

Do you ever get close enough to see strange transparency? Just thinking it might be crashing at the point where you would suddenly see through the train.

That's summat to do with the zclip value for the camera.
Locked

Return to “[MSTS1] General MSTS Discussion”