OpenSim 0.6.6 legacy configuration information
From OpenSimulator
(Difference between revisions)
m |
m (Robot: Replacing 'OpenSim' to 'OpenSimulator', which is the precise name) |
||
(One intermediate revision by one user not shown) | |||
Line 1: | Line 1: | ||
{{archive}} | {{archive}} | ||
− | ==Standard config in Windows== | + | == Standard config in Windows == |
− | ===0.6.6 Release Information=== | + | === 0.6.6 Release Information === |
− | This release had some bugs with default automatic configuration on the first startup of OpenSim.exe. | + | This release had some bugs with default automatic configuration on the first startup of OpenSim.exe. bin/Regions/default.xml (region configuration file) is not automatically created in the main directory. Therefore, you must manually create this file. Here is an example. |
<pre> | <pre> | ||
<Root> | <Root> | ||
Line 17: | Line 17: | ||
'''Summary''': | '''Summary''': | ||
− | *Run OpenSim0.6.6Setup.exe and install | + | * Run OpenSim0.6.6Setup.exe and install OpenSimulator in Windows |
− | *Run OpenSim.exe and enter default values - record them! | + | * Run OpenSim.exe and enter default values - record them! |
− | *Shutdown simulator (command: shutdown) | + | * Shutdown simulator (command: shutdown) |
− | *Create default.xml with copy of above | + | * Create default.xml with copy of above |
− | *Change values in default.xml with recoded values | + | * Change values in default.xml with recoded values |
− | *Be sure default.xml be in main directory (same with OpenSim.ini) | + | * Be sure default.xml be in main directory (same with OpenSim.ini) |
− | *Run again OpenSim.exe | + | * Run again OpenSim.exe |
− | *Connect with viewer | + | * Connect with viewer |
Latest revision as of 22:49, 3 March 2012
This article or section is archived information. The information in this page is no longer current, but it is being kept for historical reasons. Do not delete this information, since it may hold historical value. |
[edit] Standard config in Windows
[edit] 0.6.6 Release Information
This release had some bugs with default automatic configuration on the first startup of OpenSim.exe. bin/Regions/default.xml (region configuration file) is not automatically created in the main directory. Therefore, you must manually create this file. Here is an example.
<Root> <Config sim_UUID="UUID" sim_name="NAME" sim_location_x="1000" sim_location_y="1000" internal_ip_address="IP_ADDRESS_OF_SERVER" internal_ip_port="9000" allow_alternate_ports="false" external_host_name="DNS_NAME_OF_SERVER" master_avatar_uuid="00000000-0000-0000-0000-000000000000" estate_covanant_uuid="00000000-0000-0000-0000-000000000000" master_avatar_first="FIRST_NAME" master_avatar_last="SECOND_NAME" master_avatar_pass="PASSWORD" /> </Root>
You must change UUID, NAME, IP_ADDRESS_OF_SERVER, DNS_NAME_OF_SERVER, FIRST_NAME, SECOND_NAME and PASSWORD to your own values. (I noticed than IP_ADDRESS_OF_SERVER should be set to real IP not to 127.0.0.1)
Summary:
- Run OpenSim0.6.6Setup.exe and install OpenSimulator in Windows
- Run OpenSim.exe and enter default values - record them!
- Shutdown simulator (command: shutdown)
- Create default.xml with copy of above
- Change values in default.xml with recoded values
- Be sure default.xml be in main directory (same with OpenSim.ini)
- Run again OpenSim.exe
- Connect with viewer