Readme.txt
上传用户:gmtled
上传日期:2022-07-26
资源大小:468k
文件大小:8k
- CIGI Host Emulator 3.2.1
- Installation:
- =========================================================================
- 1. Install DirectX 8.0 or later. This is available from Microsoft at
- http://www.microsoft.com/directx/.
- 2. For the Real-Time version of the HE, install RTX 5.1 or higher.
- RTX is availabe from VenturCom's web site (http://www.vci.com);
- 3. Create a directory and copy the files contained within this
- distribution to the new directory.
- NOTE: Further details can be found in the Installation section of the
- help file (hemu.chm).
- Configuration:
- =========================================================================
- Modify the .DEF files as appropriate. Refer to the Configuration section
- of the help file (hemu.chm) for details.
- If you do not intend to use the CIGI Host Emulator to manipulate the
- views, you may delete or rename the VIEWS.DEF file to use the IG's
- default view configuration.
- Common Problems:
- =========================================================================
- The CIGI Host Emulator hangs or crashes at startup.
- Possible Cause:
- One or more of the .DEF files contains errors. Check for missing or
- extra braces ({}) and/or misspelled keywords. Make sure each
- parameter assignment is followed by a semicolor (;).
- The CIGI Host Emulator will not communicate with the IG.
- Possible Causes:
- (Real-Time version only)
- RT-TCP/IP was not configured correctly or is not comptible with the
- network card (NIC). Try to ping the real-time NIC's IP address from
- another machine. Note that Windows can only communicate with the
- real-time NIC via a network connection. In other words, the
- real-time NIC must have a physical external connection to a second
- NIC installed in the system to be visible to Windows.
- (Real-Time version only)
- The RTXTCPIP.INI file was not correctly specified when RT-TCP/IP was
- started. Specify the full path of both RTXTCPIP.RTSS and
- RTXTCPIP.INI when starting RT-TCP/IP.
- The SYSCONFIG.DEF file must contain a valid IP address. DNS lookup
- is not supported by the CIGI Host Emulator at this time.
- The send and/or the receive port(s) specified in the SYSCONFIG.DEF
- file are incorrect.
- A previous copy of the driver is running. For the Real-Time
- version, use RTSSKILL.EXE to view RTSS processes and kill the
- HEMURTDRV.RTSS process. For the Win32 version, use TASKMAN.EXE to
- kill HEMUDRV.EXE.
- The CIGI Host Emulator reports that the real-time driver is not loaded.
- Possible Causes:
- RT-PCT/IP is not started.
- Windows was booted in "Normal" mode. Reboot and select "RTX 5.1"
- mode from the boot menu.
- Change History:
- =========================================================================
- Version 3.1.1
- -------------------------------------------------------------------------
- - New release
- Version 3.1.2
- -------------------------------------------------------------------------
- - Fixed problem where the Frame Count value in the IG Control was
- actually from the previous frame.
- - Fixed entities not being deleted when in Run mode.
- - Fixed child entity X and Y positions being limited to +/-90 meters.
- - Missiles now remember their targets after the Reset Scenario button is
- clicked.
- - Fixed Component tabs' Component-Specific Data fields.
- - Changed edit boxes so they momentarily stop updating when they get focus
- or when user clicks the mouse. Previously it only paid attention to
- keyboard events.
- - Removed nagging dialogs when the user enters out-of-range value for
- latitude, longitude, heading, pitch, and roll.
- - Fixed problem with ENTITY_ATTACH script keyword not working if
- parent ID was set to -1.
- Version 3.1.3
- -------------------------------------------------------------------------
- - Replaced 3.1.0/3.1.1 data-sharing mechanism. This should fix MANY bugs.
- - Fixed annoying problem where deleting the contents of an entity field
- would cause an error window to pop up repeatedly.
- - Added VIEW_ATTACH and VIEWGROUP_ATTACH keywords as documented in the
- help file. The commands were actually implemented as ATTACH_VIEW and
- ATTACH_VIEWGROUP; those commands are still implemented but not
- documented.
- - Fixed the PAUSE_MESSAGE and CLEAR_MESSAGES script commands.
- - Fixed Celestial Sphere Control and Weather Control CIGI packets not
- being sent.
- - Fixed occurrence of two Entity Control packets when assigning a parent
- to a child entity. This was a quick fix and is not guaranteed to stop
- every occurrence; however, providing a proper fix will require more
- effort than it is worth. This is related to a problem where an Entity
- Control packet is sent when an entity's fly mode is changed.
- - Fixed problem where changing the Sky and Global Atmosphere properties
- in the Environment tab did not cause packets to be sent or generated
- erroneous packets. This applied to both celestial sphere and global
- atmosphere properties.
- - Added a Fly Mode indicator to the Attributes area of the entity state
- window. Rearranged some of the items to accommodate the addition.
- - Added multi-type combo boxes to Send Short Component Control Packet
- dialog.
- - Fixed Short Component Control packets not being sent if two or fewer
- user-data fields were needed.
- - Fixed ENTITY_PITCH_RELATIVE script command.
- - Fixed Entity Controls being sent when airspeed, fly mode, and other
- non-cigi data were changed.
- - Added range circle labels to the situation display.
- - Message window now gives the coordinates of the next waypoint when a
- script is running.
- - Decreased joystick's POV hat sensitivity for Magic Carpet mode.
- - Fixed playback loop mode.
- Version 3.2.0
- -------------------------------------------------------------------------
- - Added support for CIGI 3.2 features:
- - Added CIGI Version combo to Setup dialog
- - Modified Start of Frame and IG Control packets
- - Added Coord System parameter to Rate Control packet
- - Modified HAT/HOT Request, LOS Segment Request, and LOS Vector
- Request packets. The new fields can be accessed through the
- Send Packet interface.
- - Fixed a bug in the driver where waypoint flight and missile tracking
- gave the wrong heading.
- - Fixed byte-swapping of Conformal Clamped Entity Control, Articulated
- Part Control, and Weather Control packets for Big-Endian emulation.
- - Fixed a problem where the driver process would sometimes remain loaded
- after the main process exited.
- - Added the following script commands:
- ATMOSPHERE_COMPONENT_END_UPDATE
- CELSPHERE_COMPONENT_END_UPDATE
- ENTITY_COMPONENT_END_UPDATE
- EVENT_COMPONENT_END_UPDATE
- GLAYER_COMPONENT_END_UPDATE
- GSEA_COMPONENT_END_UPDATE
- GTERRAIN_COMPONENT_END_UPDATE
- RLAYER_COMPONENT_END_UPDATE
- RSEA_COMPONENT_END_UPDATE
- RTERRAIN_COMPONENT_END_UPDATE
- SENSOR_COMPONENT_END_UPDATE
- SYSTEM_COMPONENT_END_UPDATE
- VIEW_COMPONENT_END_UPDATE
- VIEWGROUP_COMPONENT_END_UPDATE
- - Improved the reliability of the FRAME and FRAME_WAIT script commands.
- - Fixed a bug in the driver preventing packet recording from working
- after the first time.
- - Fixed problem with date/time not being updated correctly from
- Sky and Global Atmosphere properties on Environment tab.
- - Fixed bug where view groups' pitch and roll values were not being set
- correctly.
- - Fixed LINEAR_RATE and ANGULAR_RATE script keywords so that one does
- not override (zero out) the other.
- - Fixed Big-Endian setting in Setup dialog not being saved in the Windows
- registry.
- - Cleaned up driver thread shutdown events. This should (hopefully) fix
- situations where the driver does not terminate properly.
- Version 3.2.1
- -------------------------------------------------------------------------
- Fixed bug where Send Articulated Part Packet and Send Component Control
- Packet windows caused a crash if the user specified a non-configured
- part or component.
-
- - Improved performance when creating many entities from a script. Up to
- approximately 500 entities may now be created.
-
- - Fixed the watch window so that messages are grouped properly for
CIGI 3.2.
- - Added CIGI 3.2 packet fields to the watch window.
-