SSU public release comments/bug reports

Status
Not open for further replies.

Face

Well-known member
Orbiter Contributor
Addon Developer
Beta Tester
Joined
Mar 18, 2008
Messages
4,404
Reaction score
581
Points
153
Location
Vienna
Also, the effort with SVN isn't that high. With TortoiseSVN, I need a minute to create a new branch, and merging the branch back is generally not taking longer than 30 minutes, if you merged the trunk into your branch on a regular base.

Well, if this is your experience, then of course your approach is good for you. Mine is vastly different, therefore my advice was as given.

Never had found a way to commit to a tag, unless you mess with the server directly. At least in the past two years.

What happens if you try this?
Code:
svn co prot://myurl/tags/mytag stablework
cd stablework
<hack>
svn ci -m "quick fix"
Last I tried this a colleague checked out "mytag" in the hope of getting the stable work, just to find the work plus my quick fix confusing him. Of course that was with 1.6 and a command-line client, but nowhere near a server hack.

Tags in SVN are just copies of the trunk at a given time, there is no special meaning in the system. Therefore it is possible to commit on a tag checkout.

regards,
Face

---------- Post added at 22:36 ---------- Previous post was at 22:26 ----------

Found this blog post that explains it a bit better. Unfortunately it is only in German.
 

Urwumpe

Not funny anymore
Addon Developer
Donator
Joined
Feb 6, 2008
Messages
37,662
Reaction score
2,382
Points
203
Location
Wolfsburg
Preferred Pronouns
Sire
What happens if you try this?
Code:
svn co prot://myurl/tags/mytag stablework
cd stablework
<hack>
svn ci -m "quick fix"
Last I tried this a colleague checked out "mytag" in the hope of getting the stable work, just to find the work plus my quick fix confusing him. Of course that was with 1.6 and a command-line client, but nowhere near a server hack.

Tags in SVN are just copies of the trunk at a given time, there is no special meaning in the system. Therefore it is possible to commit on a tag checkout.

regards,
Face

---------- Post added at 22:36 ---------- Previous post was at 22:26 ----------

Found this blog post that explains it a bit better. Unfortunately it is only in German.

OK, never tried it with command line, I am using TortoiseSVN now for about 6 years... possible that only TortoiseSVN blocks the tags.

Yes, you can do a lot wrong with tags - if you want to, usually you need a lot of effort for causing real harm.
 

Donamy

Addon Developer
Addon Developer
Donator
Beta Tester
Joined
Oct 16, 2007
Messages
6,924
Reaction score
232
Points
138
Location
Cape
I've found that usually, only the launch scenarios get broken. Sometimes the animations when an update to the meshes are done. If someone changes something in the launch code, if they would include a working launch scenario, and what to add to an existing launch scenario, maybe that would suffice.
 

1hippienaut

New member
Joined
Jan 29, 2011
Messages
115
Reaction score
0
Points
0
can some one explain to me how to add attachment in the properly viewable
format

also i have 2 versions going on two seperate orbiter 2010 p1 folders
a hybrid 1.06-current
and a fully working all with all shuttle systems from 1443 current checkout including working non green hud
though the shuttle rotates to pieces on bay door opening
probably a goof on my end
all crt and keypad,oms switches also a go even apu shutdown enable
to on

most files are late august 2012

not really a bug report or help call cept the attachment part

oddly enough im really happy with the bits working on both versions
and dont mind waiting

take care
 

DaveS

Addon Developer
Addon Developer
Donator
Beta Tester
Joined
Feb 4, 2008
Messages
9,457
Reaction score
712
Points
203
though the shuttle rotates to pieces on bay door opening
This is due to incompatible meshes. The meshgroups have changed so they're not in the order the module expects them to be, so the wrong meshgroups are being animated.
 

Donamy

Addon Developer
Addon Developer
Donator
Beta Tester
Joined
Oct 16, 2007
Messages
6,924
Reaction score
232
Points
138
Location
Cape
Any ideas why the orbiter spins wildly, when it should roll to heads up ?
 

Urwumpe

Not funny anymore
Addon Developer
Donator
Joined
Feb 6, 2008
Messages
37,662
Reaction score
2,382
Points
203
Location
Wolfsburg
Preferred Pronouns
Sire
so are the new mods available too?

:thumbup:

Many of them, yes.

Don't use the bug report thread for asking questions about the next release, please. Such off-topic discussions make the important things harder to read.
 

1hippienaut

New member
Joined
Jan 29, 2011
Messages
115
Reaction score
0
Points
0
seems the forum is redirecting here
i'll terminate further post in the two

is my face red
 
Last edited:

Urwumpe

Not funny anymore
Addon Developer
Donator
Joined
Feb 6, 2008
Messages
37,662
Reaction score
2,382
Points
203
Location
Wolfsburg
Preferred Pronouns
Sire
seems the forum is redirecting here
i'll terminate further post in the two

is my face red

No, actually, I am redirecting here.

I just try to keep the project forum clean and tidy, so the developers can find the information, that they search, without having to dig through pages of off-topic discussion there.

I am no moderator, and yes, I am also not as friendly as the real moderators. But I am, like many other developers of SSU, also responsible for managing our local forum and keep things run smooth.
 

1hippienaut

New member
Joined
Jan 29, 2011
Messages
115
Reaction score
0
Points
0
understood

seems to me your doing a fine job
your just doing your job
some times you just have to help someone out
and fill them in no harm done
from your posts here and elsewhere you dont come off
as un friendly
i needed to know
i can dig it
 

SiameseCat

Addon Developer
Addon Developer
Joined
Feb 9, 2008
Messages
1,699
Reaction score
2
Points
0
Location
Ontario
Any ideas why the orbiter spins wildly, when it should roll to heads up ?
Can you post the scenario and the mission file? The RTHU works for me. Also, are you using time acceleration? The autopilot may not work well if time acceleration is on.
 

Donamy

Addon Developer
Addon Developer
Donator
Beta Tester
Joined
Oct 16, 2007
Messages
6,924
Reaction score
232
Points
138
Location
Cape
Can you post the scenario and the mission file? The RTHU works for me. Also, are you using time acceleration? The autopilot may not work well if time acceleration is on.

Here's the mission file:

Code:
Name=STS-125
EnableWingPainting=TRUE
Orbiter=Atlantis
UseExtAL=TRUE
UseRMS=TRUE
UseODS=FALSE
ODSZPos=10.15000
TargetInc=28.5
TargetLAN=0.000000
MECOAlt=105000.000000
MECOVel=7878.517076
MECOFPA=0.818877
PerformRollToHeadsUp=TRUE
ThrottleDown=843.333
ThrottleUp=1154.266
OMSAssistStart=136.000
OMSAssistEnd=239.000

And the scenario:

Code:
BEGIN_DESC
Contains the latest simulation state.
END_DESC
BEGIN_ENVIRONMENT
  System Sol
  Date MJD 54962.750648
  Context SSU
END_ENVIRONMENT
BEGIN_FOCUS
  Ship Discovery
END_FOCUS
BEGIN_CAMERA
  TARGET Discovery
  MODE Extern
  POS 7.40 -84.06 -13.06
  TRACKMODE TargetRelative
  FOV 40.00
  BEGIN_PRESET
    Ground:Discovery:10.00:Earth -80.60358 28.60776 27.36 2.24 0.08
    Ground:Discovery:40.00:Earth -80.60427 28.60814 85.05 0.94 -0.02
    Ground:Discovery:50.00:Earth -80.60395 28.60866 31.44 -8.11 0.49
    Ground:Discovery:10.00:Earth -80.60275 28.60933 49.67 -2.43 0.19
    Ground:Discovery:20.00:Earth -80.60778 28.61058 3.29 -0.60 0.16
    Ground:Discovery:10.00:Earth -80.59995 28.61035 3.93 -2.64 0.11
    Ground:Discovery:20.00:Earth -80.59995 28.60835 1.00
    Ground:Discovery:10.00:Earth -80.60359 28.60834 19.14 9.43 0.49
    Ground:Discovery:10.00:Earth -80.60434 28.60833 39.06 12.54 0.07
  END_PRESET
END_CAMERA
BEGIN_MFD Left
  TYPE Surface
  SPDMODE 1
END_MFD
BEGIN_MFD Right
  TYPE Orbit
  PROJ Ship
  FRAME Equator
  ALT
  REF Earth
END_MFD

BEGIN_SHIPS
HST:spacecraft\spacecraft3
  STATUS Orbiting Earth
  RPOS 6677238.56 -1856374.41 -16888.87
  RVEL -1521.711 -5523.613 4970.867
  AROT 165.87 -31.98 -33.04
  NAVFREQ 0 0
  RCS 1
  CTRL_SURFACE 1
  CONFIGURATION 1
  CURRENT_PAYLOAD 0
  SEQ 0 2 0.994737
END
LC39A:SSU_Pad
  STATUS Landed Earth
  POS -80.6041120 28.6083650
  HEADING 270.00
  NAVFREQ 0 0
  ACCESS_ARM 0 0.0000
  GVA 0 0.0000
  VENTHOOD 0 0.0000
  FSS_OWP 0 0.0000
  RSS_OWP 0 0.0000
  RSS 1 1.0000
  GOX_SEQUENCE 1
END
MLP:SSU_MLP
  STATUS Landed Earth
  POS -80.6040620 28.6084030
  HEADING 0.00
  ATTACHED 0:0,LC39A
  NAVFREQ 0 0
  T0_UMB 0 0.0000
END
LCC:SSU_LCC
  STATUS Landed Earth
  POS -80.6040745 28.6083855
  HEADING 270.00
  NAVFREQ 0 0
  LAUNCH_MJD 54962.751343
  PAD_NAME LC39A
  SHUTTLE_NAME Discovery
END
Discovery:SpaceShuttleUltra
  STATUS Landed Earth
  POS -80.6232502 28.6197342
  HEADING 2.00
  ATTACHED 0:0,MLP
  PRPLEVEL 0:1.000 1:1.000 2:1.000 3:0.969 4:0.969 5:0.970 6:1.000 7:1.000 8:1.000 11:0.020
  NAVFREQ 0 0
  CONFIGURATION 0
  MET 0.000
  MISSION STS-125
  GEAR 0 0.0000
  STBD_MPM
  RMS
  SAT_OFS_X 0.000
  SAT_OFS_Y 0.000
  SAT_OFS_Z 0.000
  OPS 101
   AUTOPILOT 51.600000 80.500000 105000.000000 7607.601000 0.730000
  ASSIST 133.000000 298.000000
  THROTTLE_BUCKET 1399.670000 1670.670000
  HEADS_UP 12966.670
  TGT_ID 2
  BODY_VECT 1
  ROLL 0.000
  PITCH 0.000
  YAW 0.000
  P_ANGLE 0.000
  Y_ANGLE 0.000
  OM_ANGLE -1.000
  DAP MODE 0 0
  ROT MODE 0 0 0
  TRANS MODE 0 0 0
  CONTROL MODE 1
   PAYLOAD CACTIVE1 0.000000 0.000000 0
   PAYLOAD CACTIVE2 0.000000 0.000000 0
   PAYLOAD CACTIVE3 0.000000 0.000000 0
   PAYLOAD CPASSIVE1 0.000000 0.000000 0
   PAYLOAD CPASSIVE2 2.000000 0.000000 0
   PAYLOAD CPASSIVE3 -6.000000 0.000000 0
   PAYLOAD CPASSIVE4 7.000000 0.000000 0
   PAYLOAD PORT1 3.000000 0.000000 0
   PAYLOAD PORT2 -2.000000 0.000000 0
   PAYLOAD PORT3 -8.000000 0.000000 0
   PAYLOAD PORT4 7.000000 0.000000 0
   PAYLOAD STBD1 3.000000 0.000000 0
   PAYLOAD STBD2 -2.000000 0.000000 0
   PAYLOAD STBD3 -8.000000 0.000000 0
   PAYLOAD STBD4 0.000000 0.000000 0
  PLBD_CAM 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000
 L_ET_UMB_DOOR 1.000
  R_ET_UMB_DOOR 1.000
  ET_DOOR_LATCHES 0.000000 1.000000 1.000000
@SUBSYSTEM MPS_C
@ENDSUBSYSTEM  ;MPS_C
@SUBSYSTEM MPS_L
@ENDSUBSYSTEM  ;MPS_L
@SUBSYSTEM MPS_R
@ENDSUBSYSTEM  ;MPS_R
@SUBSYSTEM FMC1
@ENDSUBSYSTEM  ;FMC1
@SUBSYSTEM FMC2
@ENDSUBSYSTEM  ;FMC2
@SUBSYSTEM FMC3
@ENDSUBSYSTEM  ;FMC3
@SUBSYSTEM MMC1
@ENDSUBSYSTEM  ;MMC1
@SUBSYSTEM MMC2
@ENDSUBSYSTEM  ;MMC2
@SUBSYSTEM MMC3
@ENDSUBSYSTEM  ;MMC3
@SUBSYSTEM MMC4
@ENDSUBSYSTEM  ;MMC4
@SUBSYSTEM AMC1
@ENDSUBSYSTEM  ;AMC1
@SUBSYSTEM AMC2
@ENDSUBSYSTEM  ;AMC2
@SUBSYSTEM AMC3
@ENDSUBSYSTEM  ;AMC3
@SUBSYSTEM EIU1
@ENDSUBSYSTEM  ;EIU1
@SUBSYSTEM EIU2
@ENDSUBSYSTEM  ;EIU2
@SUBSYSTEM EIU3
@ENDSUBSYSTEM  ;EIU3
@SUBSYSTEM MTU
  MET_RUNNING 0
  MET0 0.000
  MET1 0.000
  MET2 0.000
EVENT_TIMER0 0.000000 DOWN STOPPED
EVENT_TIMER1 0.000000 DOWN STOPPED
@ENDSUBSYSTEM  ;MTU
@SUBSYSTEM IDP1
  IDP1 SPEC 65535
  IDP1 DISP 65535
@ENDSUBSYSTEM  ;IDP1
@SUBSYSTEM IDP2
  IDP2 SPEC 65535
  IDP2 DISP 65535
@ENDSUBSYSTEM  ;IDP2
@SUBSYSTEM IDP3
  IDP3 SPEC 65535
  IDP3 DISP 65535
@ENDSUBSYSTEM  ;IDP3
@SUBSYSTEM IDP4
  IDP4 SPEC 65535
  IDP4 DISP 65535
@ENDSUBSYSTEM  ;IDP4
@SUBSYSTEM IMU1
@ENDSUBSYSTEM  ;IMU1
@SUBSYSTEM IMU2
@ENDSUBSYSTEM  ;IMU2
@SUBSYSTEM IMU3
@ENDSUBSYSTEM  ;IMU3
@SUBSYSTEM GPC1
@ENDSUBSYSTEM  ;GPC1
@SUBSYSTEM GPC2
@ENDSUBSYSTEM  ;GPC2
@SUBSYSTEM GPC3
@ENDSUBSYSTEM  ;GPC3
@SUBSYSTEM GPC4
@ENDSUBSYSTEM  ;GPC4
@SUBSYSTEM GPC5
@ENDSUBSYSTEM  ;GPC5
@SUBSYSTEM ODS
  RING_STATE -1 0.0000
@ENDSUBSYSTEM  ;ODS
@SUBSYSTEM ADPS
  LEFT_AIRDATAPROBE 0 0 1.000000
  RIGHT_AIRDATAPROBE 0 0 1.000000
@ENDSUBSYSTEM  ;ADPS
@SUBSYSTEM ETUmbDoors
  ET_DOORS 1.000000 1.000000
  ET_DOOR_LATCHES 0.000000 1.000000 1.000000
@ENDSUBSYSTEM        ;ETUmbDoors
@SUBSYSTEM -Y Star Tracker Door Motor
@ENDSUBSYSTEM  ;-Y Star Tracker Door Motor
@SUBSYSTEM -Z Star Tracker Door Motor
@ENDSUBSYSTEM  ;-Z Star Tracker Door Motor
@SUBSYSTEM ACBusSystem
@ENDSUBSYSTEM  ;ACBusSystem
@SUBSYSTEM INVERTER1
@ENDSUBSYSTEM  ;INVERTER1
@SUBSYSTEM INVERTER2
@ENDSUBSYSTEM  ;INVERTER2
@SUBSYSTEM INVERTER3
@ENDSUBSYSTEM  ;INVERTER3
@SUBSYSTEM APU1
  APU1_State 2
  APU1_FuelPress 1451.108
  APU1_HydPress 3004.392
  APU1_Speed 103.521
@ENDSUBSYSTEM  ;APU1
@SUBSYSTEM APU2
  APU2_State 2
  APU2_FuelPress 1459.138
  APU2_HydPress 2985.080
  APU2_Speed 97.918
@ENDSUBSYSTEM  ;APU2
@SUBSYSTEM APU3
  APU3_State 2
  APU3_FuelPress 1441.774
  APU3_HydPress 2988.386
  APU3_Speed 100.585
@ENDSUBSYSTEM  ;APU3
@SUBSYSTEM WSB1
@ENDSUBSYSTEM  ;WSB1
@SUBSYSTEM WSB2
@ENDSUBSYSTEM  ;WSB2
@SUBSYSTEM WSB3
@ENDSUBSYSTEM  ;WSB3
@SUBSYSTEM LATCH0
  LATCH_STATE1 1 1.0000
  LATCH_STATE2 1 1.0000
  LATCH_STATE3 1 1.0000
  LATCH_STATE4 1 1.0000
  LATCH_STATE5 1 1.0000
@ENDSUBSYSTEM  ;LATCH0
@SUBSYSTEM LATCH1
  LATCH_STATE1 1 1.0000
  LATCH_STATE2 1 1.0000
  LATCH_STATE3 1 1.0000
  LATCH_STATE4 1 1.0000
  LATCH_STATE5 1 1.0000
@ENDSUBSYSTEM  ;LATCH1
@SUBSYSTEM LATCH2
  LATCH_STATE1 1 1.0000
  LATCH_STATE2 1 1.0000
  LATCH_STATE3 1 1.0000
  LATCH_STATE4 1 1.0000
  LATCH_STATE5 1 1.0000
@ENDSUBSYSTEM  ;LATCH2
@SUBSYSTEM RMS
  ARM_STATUS 0.500000 0.013600 0.014688 0.500000 0.500000 0.500000
  SHOULDER_BRACE 0.000
  GRAPPLE 1 1.0000
  RIGIDIZE 1 1.0000
  EXTEND 1 1.0000
  RMS_ELBOW_CAM 0.0000 0.0000
  RMS_ROLLOUT 0 0.0000
  RMS_LATCHES 1 1.0000
@ENDSUBSYSTEM  ;RMS
@SUBSYSTEM STBD_MPM
  STBD_MPM_ROLLOUT 0 0.0000
  STBD_MPM_LATCHES 1 1.0000
  STBD_MPM_ATTACHED_PAYLOAD Ultra_OBSS 0
@ENDSUBSYSTEM  ;STBD_MPM
  CRT_SEL 1 1
  @PANEL F2
  @ENDPANEL 
  @PANEL F4
  @ENDPANEL 
  @PANEL F6
  "Cdr Flt Cntlr Pwr" OFF
  @ENDPANEL 
  @PANEL F7
  @ENDPANEL 
  @PANEL F8
  "Plt Flt Cntlr Pwr" OFF
  @ENDPANEL 
  @PANEL R2
  "Boiler1 N2 Supply" ON
  "Boiler2 N2 Supply" ON
  "Boiler3 N2 Supply" ON
  "Boiler1 Cntlr" ON
  "Boiler2 Cntlr" ON
  "Boiler3 Cntlr" ON
  "Boiler1 Cntlr Pwr/Htr" A
  "Boiler2 Cntlr Pwr/Htr" A
  "Boiler3 Cntlr Pwr/Htr" A
  "APU1 Run" START/RUN
  "APU2 Run" START/RUN
  "APU3 Run" START/RUN
  "Hyd Main Pump Press 1" NORM
  "Hyd Main Pump Press 2" NORM
  "Hyd Main Pump Press 3" NORM
  "APU1 Cntlr Pwr " ON
  "APU2 Cntlr Pwr " ON
  "APU3 Cntlr Pwr " ON
  "APU1 Fuel Tank Valve" OPEN
  "APU2 Fuel Tank Valve" OPEN
  "APU3 Fuel Tank Valve" OPEN
  "ET Umb Centerline Latch" GND
  "ET Umb Left Door" OFF
  "ET Umb Left Door Latch" OFF
  "ET Umb Right Door" OFF
  "ET Umb Right Door Latch" OFF
  "MPS Pwr Left AC2" [1]
  "MPS Pwr Ctr AC1" [1]
  "MPS Pwr Right AC3" [1]
  "MPS Pwr Left AC3" [1]
  "MPS Pwr Ctr AC2" [1]
  "MPS Pwr Right AC1" [1]
  "MPS He Isol A Left" OPEN
  "MPS He Isol A Ctr" OPEN
  "MPS He Isol A Right" OPEN
  "MPS He Isol B Left" OPEN
  "MPS He Isol B Ctr" OPEN
  "MPS He Isol B Right" OPEN
  @ENDPANEL 
  @PANEL C3
  "LOMS Arm" ARM/PRESS
  "ROMS Arm" ARM/PRESS
  "LADP Stow Enable" INHIBIT
  "RADP Stow Enable" INHIBIT
  "LADP Deploy" DEPLOY
  "RADP Deploy" DEPLOY
  @ENDPANEL 
  @PANEL R11
  @ENDPANEL 
  @PANEL A6
  "SENSE" -X
  "Aft Flt Cntlr Pwr" OFF
  "Payload Ret Latch 1" OFF
  "Payload Ret Latch 2" OFF
  "Payload Ret Latch 3" OFF
  "Payload Ret Latch 4" OFF
  "Payload Ret Latch 5" OFF
  "Payload Select" 1
  @ENDPANEL 
  @PANEL AftMDU
  @ENDPANEL 
  @PANEL A7A3/A8A3
  "SYSTEM POWER MNA" [1]
  "SYSTEM POWER MNB" [1]
  "PYRO POWER MNA" [0]
  "PYRO POWER MNC" [0]
  "SYS1 VENT ISOL" [1]
  "SYS1 VENT" [1]
  "SYS2 VENT ISOL" [1]
  "SYS2 VENT" [1]
  "PSU POWER MNA" [0]
  "PSU POWER MNB" [0]
  "LIGHTS AIRLOCK 1-4" [0]
  "LIGHTS AIRLOCK 2-3" [0]
  "LIGHTS DOCKING TRUSS FWD" [0]
  "LIGHTS DOCKING TRUSS AFT" [0]
  "ARLK/TNL FAN A" [0]
  "ARLK/TNL FAN B" [0]
  "LIGHTS C/L VESTIBULE PORT" [0]
  "LIGHTS C/L VESTIBULE STBD" [0]
  "CNTL PNL PWR A" OFF
  "CNTL PNL PWR B" OFF
  "CNTL PNL PWR C" OFF
  "HTRS/DCU PWR H1" OFF
  "HTRS/DCU PWR H2/DCU" OFF
  "HTRS/DCU PWR H3/DCU" OFF
  "APDS PWR A" OFF
  "APDS PWR B" OFF
  "APDS PWR C" OFF
  "PYROS Ap" [0]
  "PYROS Bp" [0]
  "PYROS Cp" [0]
  @ENDPANEL 
  @PANEL A8
  "Port MPM Deploy Cover" [0]
  "Stbd MPM Deploy Cover" [0]
  "Port RMS Latches" OFF
  "Stbd MPM Latches" OFF
  "Port MPM Deploy" OFF
  "Stbd MPM Deploy" OFF
  "EE Mode" OFF
  "EE Man Contr" OFF
  "Shoulder Brace Release" OFF
  "RMS SELECT" OFF
  "Single/Direct Drive" OFF
  "Parameter" TEST
  "Joint" SHOULDER_YAW
  "RMS Mode" OPR_CMD
  @ENDPANEL 
    @SUBSYSTEM MPS_C
  SSME_model 1
  SSME_Igniters 0 0 0 0 0 0
  SSME_Valves 1.000000 0.000000 0.000000 0.000000 0.000000 0 0 0
  SSME_BLOCK_II_pos 0.000000 0.000000
  VIE_WDTstate 0
  VIE_VehicleDataSwitch 1
  OE_chA StorageRegister 0
  OE_chA ONOFFCommandRegister 0 0
  OE_chA SH 1.000000 0.000000 0.000000 0.000000 0.000000
  OE_chB StorageRegister 0
  OE_chB ONOFFCommandRegister 0 0
  OE_chB SH 1.000000 0.000000 0.000000 0.000000 0.000000
  DCU_chA SW 13
  DCU_chB SW 13
  CIE_chA bWDT 0 0
  CIE_chB bWDT 0 0
@ENDSUBSYSTEM  ;MPS_C
@SUBSYSTEM MPS_L
  SSME_model 1
  SSME_Igniters 0 0 0 0 0 0
  SSME_Valves 1.000000 0.000000 0.000000 0.000000 0.000000 0 0 0
  SSME_BLOCK_II_pos 0.000000 0.000000
  VIE_WDTstate 0
  VIE_VehicleDataSwitch 1
  OE_chA StorageRegister 0
  OE_chA ONOFFCommandRegister 0 0
  OE_chA SH 1.000000 0.000000 0.000000 0.000000 0.000000
  OE_chB StorageRegister 0
  OE_chB ONOFFCommandRegister 0 0
  OE_chB SH 1.000000 0.000000 0.000000 0.000000 0.000000
  DCU_chA SW 13
  DCU_chB SW 13
  CIE_chA bWDT 0 0
  CIE_chB bWDT 0 0
@ENDSUBSYSTEM  ;MPS_L
@SUBSYSTEM MPS_R
  SSME_model 1
  SSME_Igniters 0 0 0 0 0 0
  SSME_Valves 1.000000 0.000000 0.000000 0.000000 0.000000 0 0 0
  SSME_BLOCK_II_pos 0.000000 0.000000
  VIE_WDTstate 0
  VIE_VehicleDataSwitch 1
  OE_chA StorageRegister 0
  OE_chA ONOFFCommandRegister 0 0
  OE_chA SH 1.000000 0.000000 0.000000 0.000000 0.000000
  OE_chB StorageRegister 0
  OE_chB ONOFFCommandRegister 0 0
  OE_chB SH 1.000000 0.000000 0.000000 0.000000 0.000000
  DCU_chA SW 13
  DCU_chB SW 13
  CIE_chA bWDT 0 0
  CIE_chB bWDT 0 0
@ENDSUBSYSTEM 
END
Ultra_OBSS:Spacecraft\Spacecraft3
  STATUS Orbiting Earth
  RPOS 4856015.63 -3440704.86 3159714.37
  RVEL -2044.063 3244.397 6665.391
  AROT 25.27 14.85 131.49
  VROT -0.06 0.00 0.00
  ATTACHED 0:1,Discovery
  NAVFREQ 0 0
  RCS 1
  CTRL_SURFACE 1
  CONFIGURATION 1
  CURRENT_PAYLOAD 0
END
STS-125\payload:spacecraft\spacecraft3
  STATUS Orbiting Earth
  RPOS 4493430.94 1055015.10 -5181674.91
  RVEL 5451.021 1535.099 5042.904
  AROT 17.66 -47.24 68.36
  VROT -0.06 0.00 -0.00
  ATTACHED 0:11,Discovery
  AFCMODE 7
  NAVFREQ 0 0
  RCS 1
  CTRL_SURFACE 1
  CONFIGURATION 1
  CURRENT_PAYLOAD 0
END
STS-125\125bridgerail:spacecraft\spacecraft3
  STATUS Orbiting Earth
  RPOS 4493430.93 1055015.09 -5181674.90
  RVEL 5451.021 1535.099 5042.904
  AROT 17.66 -47.24 68.36
  VROT -0.06 0.00 -0.00
  ATTACHED 0:8,Discovery
  AFCMODE 7
  NAVFREQ 0 0
  RCS 1
  CTRL_SURFACE 1
  CONFIGURATION 1
  CURRENT_PAYLOAD 0
END
MFR:spacecraft\spacecraft3
  STATUS Orbiting Earth
  RPOS 4493429.60 1055017.10 -5181676.36
  RVEL 5451.021 1535.099 5042.904
  AROT -177.97 -41.71 11.17
  VROT 0.00 -0.06 -0.01
  ATTACHED 0:0,STS-125\125bridgerail
  AFCMODE 7
  NAVFREQ 0 0
  RCS 1
  CTRL_SURFACE 1
  CONFIGURATION 1
  CURRENT_PAYLOAD 0
  SEQ 0 2 0.999800
  SEQ 1 2 0.992600
  SEQ 2 2 0.999500
  SEQ 3 2 0.963300
END
PFR:spacecraft\spacecraft3
  STATUS Orbiting Earth
  RPOS 4493431.09 1055012.63 -5181676.46
  RVEL 5451.021 1535.099 5042.904
  AROT 169.27 -39.13 -161.17
  VROT 0.00 0.06 0.00
  ATTACHED 0:1,STS-125\125bridgerail
  AFCMODE 7
  NAVFREQ 0 0
  RCS 1
  CTRL_SURFACE 1
  CONFIGURATION 1
  CURRENT_PAYLOAD 0
  SEQ 0 -2 0.500000
  SEQ 1 -2 0.500000
  SEQ 2 -2 0.500000
  SEQ 3 -2 0.300000
END
lightFR:spacecraft\spacecraft3
  STATUS Orbiting Earth
  RPOS 4493430.81 1055015.04 -5181675.94
  RVEL 5451.021 1535.099 5042.904
  AROT -162.34 47.24 111.64
  VROT 0.06 0.00 0.00
  ATTACHED 0:0,ORUC
  AFCMODE 7
  NAVFREQ 0 0
  RCS 1
  CTRL_SURFACE 1
  CONFIGURATION 1
  CURRENT_PAYLOAD 0
  SEQ 0 -2 0.528900
  SEQ 1 -2 0.375200
  SEQ 2 -2 0.480000
  SEQ 3 2 0.000700
  SEQ 4 -2 0.500000
END
FSS:spacecraft\spacecraft3
  STATUS Orbiting Earth
  RPOS 4493428.78 1055014.47 -5181677.67
  RVEL 5451.021 1535.099 5042.904
  AROT 17.66 -47.24 68.36
  VROT -0.06 0.00 -0.00
  ATTACHED 0:0,STS-125\payload
  AFCMODE 7
  NAVFREQ 0 0
  RCS 1
  CTRL_SURFACE 1
  CONFIGURATION 1
  CURRENT_PAYLOAD 0
  SEQ 0 2 0.999860
  SEQ 1 2 0.665364
  SEQ 2 -2 0.000000
  SEQ 3 -2 0.000000
  SEQ 4 -2 0.000000
  SEQ 5 -2 0.000000
END
MULE:spacecraft\spacecraft3
  STATUS Orbiting Earth
  RPOS 4493428.14 1055014.29 -5181678.44
  RVEL 5451.021 1535.099 5042.904
  AROT -162.34 47.24 111.64
  VROT 0.06 0.00 0.00
  ATTACHED 0:1,STS-125\payload
  AFCMODE 7
  NAVFREQ 0 0
  RCS 1
  CTRL_SURFACE 1
  CONFIGURATION 1
  CURRENT_PAYLOAD 0
END
ORUC:spacecraft\spacecraft3
  STATUS Orbiting Earth
  RPOS 4493432.79 1055015.60 -5181674.08
  RVEL 5451.021 1535.099 5042.904
  AROT 17.66 -47.24 68.36
  VROT -0.06 0.00 -0.00
  ATTACHED 0:2,STS-125\payload
  AFCMODE 7
  NAVFREQ 0 0
  RCS 1
  CTRL_SURFACE 1
  CONFIGURATION 1
  CURRENT_PAYLOAD 0
  SEQ 0 -2 0.000224
  SEQ 1 -2 0.000453
  SEQ 2 -2 0.000122
  SEQ 3 -2 0.000000
END
SLIC:spacecraft\spacecraft3
  STATUS Orbiting Earth
  RPOS 4493435.51 1055016.37 -5181671.22
  RVEL 5451.021 1535.099 5042.904
  AROT 17.66 -47.24 68.36
  VROT -0.06 0.00 -0.00
  ATTACHED 0:3,STS-125\payload
  AFCMODE 7
  NAVFREQ 0 0
  RCS 1
  CTRL_SURFACE 1
  CONFIGURATION 1
  CURRENT_PAYLOAD 0
  SEQ 0 -2 0.000109
END
SCM:spacecraft\spacecraft3
  STATUS Orbiting Earth
  RPOS 4493430.68 1055014.85 -5181678.54
  RVEL 5451.021 1535.099 5042.904
  AROT 169.27 -39.14 -130.70
  VROT -0.03 0.05 0.00
  ATTACHED 0:0,FSS
  AFCMODE 7
  NAVFREQ 0 0
  RCS 1
  CTRL_SURFACE 1
  CONFIGURATION 1
  CURRENT_PAYLOAD 0
END
FGS2hold:spacecraft\spacecraft3
  STATUS Orbiting Earth
  RPOS 4493434.03 1055018.21 -5181673.75
  RVEL 5451.021 1535.099 5042.904
  AROT 104.73 2.71 42.69
  VROT -0.00 -0.02 0.06
  ATTACHED 0:4,ORUC
  AFCMODE 7
  NAVFREQ 0 0
  RCS 1
  CTRL_SURFACE 1
  CONFIGURATION 1
  CURRENT_PAYLOAD 0
END
FGS2:spacecraft\spacecraft3
  STATUS Orbiting Earth
  RPOS 4493432.05 1055015.21 -5181681.52
  RVEL 5451.021 1535.099 5042.904
  AROT 19.09 -46.83 67.31
  VROT -0.06 0.00 0.00
  ATTACHED 0:1,HST
  AFCMODE 7
  NAVFREQ 0 0
  RCS 1
  CTRL_SURFACE 1
  CONFIGURATION 1
  CURRENT_PAYLOAD 0
END
FGS3:spacecraft\spacecraft3
  STATUS Orbiting Earth
  RPOS 4493433.90 1055015.89 -5181673.56
  RVEL 5451.021 1535.099 5042.904
  AROT -10.73 39.13 71.17
  VROT -0.06 -0.00 -0.00
  ATTACHED 0:5,ORUC
  AFCMODE 7
  NAVFREQ 0 0
  RCS 1
  CTRL_SURFACE 1
  CONFIGURATION 1
  CURRENT_PAYLOAD 0
END
WFC2hold:spacecraft\spacecraft3
  STATUS Orbiting Earth
  RPOS 4493434.14 1055017.87 -5181673.46
  RVEL 5451.021 1535.099 5042.904
  AROT 87.90 17.36 129.71
  VROT -0.00 -0.00 0.06
  ATTACHED 2:3,ORUC
  AFCMODE 7
  NAVFREQ 0 0
  RCS 1
  CTRL_SURFACE 1
  CONFIGURATION 1
  CURRENT_PAYLOAD 0
END
WFC2:spacecraft\spacecraft3
  STATUS Orbiting Earth
  RPOS 4493433.34 1055015.60 -5181680.39
  RVEL 5451.021 1535.099 5042.904
  AROT -160.91 46.83 -67.31
  VROT -0.06 -0.00 -0.00
  ATTACHED 0:0,HST
  AFCMODE 7
  NAVFREQ 0 0
  RCS 1
  CTRL_SURFACE 1
  CONFIGURATION 1
  CURRENT_PAYLOAD 0
END
FGS3hold:spacecraft\spacecraft3
  STATUS Orbiting Earth
  RPOS 4493435.49 1055018.16 -5181671.54
  RVEL 5451.021 1535.099 5042.904
  AROT 169.27 -39.13 -161.17
  VROT 0.00 0.06 0.00
  ATTACHED 0:2,SLIC
  AFCMODE 7
  NAVFREQ 0 0
  RCS 1
  CTRL_SURFACE 1
  CONFIGURATION 1
  CURRENT_PAYLOAD 0
END
WFC3hold:spacecraft\spacecraft3
  STATUS Orbiting Earth
  RPOS 4493434.24 1055016.05 -5181671.00
  RVEL 5451.021 1535.099 5042.904
  AROT -162.34 47.24 -68.36
  VROT -0.06 -0.00 0.00
  ATTACHED 0:1,SLIC
  AFCMODE 7
  NAVFREQ 0 0
  RCS 1
  CTRL_SURFACE 1
  CONFIGURATION 1
  CURRENT_PAYLOAD 0
END
WFC3:spacecraft\spacecraft3
  STATUS Orbiting Earth
  RPOS 4493436.15 1055016.52 -5181671.96
  RVEL 5451.021 1535.099 5042.904
  AROT -10.73 39.13 71.17
  VROT -0.06 -0.00 -0.00
  ATTACHED 0:0,SLIC
  AFCMODE 7
  NAVFREQ 0 0
  RCS 1
  CTRL_SURFACE 1
  CONFIGURATION 1
  CURRENT_PAYLOAD 0
END
ET:SSU_Tank
  STATUS Orbiting Earth
  ATTACHED 0:20,Discovery
END
LSRB:SSU_LSRB
  STATUS Orbiting Earth
  ATTACHED 0:21,Discovery
END
RSRB:SSU_RSRB
  STATUS Orbiting Earth
  ATTACHED 0:22,Discovery
END
END_SHIPS
BEGIN_ExtMFD
END
 

1hippienaut

New member
Joined
Jan 29, 2011
Messages
115
Reaction score
0
Points
0
is there a thread for questions about version 1.06 CRT as there is no 1.25 anymore?
 

DaveS

Addon Developer
Addon Developer
Donator
Beta Tester
Joined
Feb 4, 2008
Messages
9,457
Reaction score
712
Points
203
is there a thread for questions about version 1.06 CRT as there is no 1.25 anymore?
I am sorry but we do not give support for old versions, it's just too time-consuming as that version is seriously outdated and obsolete. It was replaced by SSU V1.25 but that one was removed due being outdated when the 2010 edition of Orbiter was released.

So we decided to only give support for the revision 1357 modules as they are current and works with Orbiter 2010/P1 and the external graphics clients. Any other version, especially one that you have customized by mixing different versions, are unsupported.
 

1hippienaut

New member
Joined
Jan 29, 2011
Messages
115
Reaction score
0
Points
0
good answer Thank you Sir
so 1357 precompiled modules work with current checkout i thought i read they didnt or a "no go"
also is it best to not install 1.06 before svn and 1357
if svn and 1357 is installed 1.06 become unfunctional
 

fort

Active member
Joined
Mar 19, 2008
Messages
1,018
Reaction score
20
Points
38
<off>
Hello 1hippienaut,

"...so 1357 precompiled modules work with current checkout..."

Not sure. There is, for example, a precompiled 1366 modules version somewhere. So...
</off>
 
Last edited:
Status
Not open for further replies.
Top