Various small updates
This commit is contained in:
10
README.md
10
README.md
@@ -29,13 +29,15 @@ For help and chatter, join us on [Matrix](https://matrix.to/#/#oscollar:matrix.o
|
||||
> installer: The source code for the updater aka patch
|
||||
> remote: The source code for the remote control HUD.
|
||||
> spares: Spares and snippets for research and development.
|
||||
|
||||
> web: Files for the updater check within the Help/About menu
|
||||
```
|
||||
|
||||
#### Requirements
|
||||
|
||||
Simulator: OpenSim 0.9.1.0 or newer
|
||||
XEngine or YEngine (YEngine strongly recommended!)
|
||||
Simulator: OpenSim 0.9.3.1 or newer
|
||||
|
||||
Note that as soon as YEngine becomes the default in a forthcoming OpenSim release, we will drop XEngine support. High quality grids already have set YEngine as default, or at least give simowners the option to enable it.
|
||||
Teleporting to a sim running older versions of OpenSim may result in loss of settings (linkset data) and loss of functionality (non-running scripts)
|
||||
Teleporting to a hypergrid sim may result in scripts to stop running and/or reset, unless the destination sim is patched
|
||||
|
||||
UUIDs referenced by code and notecards refer to assets on the OsGrid.org asset server
|
||||
General advice is to only use this on your home grid running the recommended OpenSim version.
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
Recommended patches for OpenSim
|
||||
|
||||
You wouldn't believe how often I got a "bug report" for what is actually a bug in OpenSim itself. Unfortunately the core devs don't see the urgency to address these problems in mainstream OpenSim, so you'll have to patch the OpenSim sourcecode yourself!
|
||||
Often we get a "bug report" for what is actually a known bug in OpenSim itself. Unfortunately the core devs don't see the urgency to address these problems, so you'll have to patch the OpenSim sourcecode yourself!
|
||||
|
||||
Alternatively, run my own [OpenSim fork](https://github.com/lickx/opensim-lickx) in which this all is fixed
|
||||
|
||||
[Mantis 8366](http://opensimulator.org/mantis/view.php?id=8366)
|
||||
This fixes state being lost or even non-working scripts for any hypergrid visitors you receive at your sim. If you have been wondering why your collar (and other scripted attachments) lost any and all settings when hypergridding, this is it. The destination sim will have to apply these patches.
|
||||
@@ -8,10 +10,9 @@ This fixes state being lost or even non-working scripts for any hypergrid visito
|
||||
[Mantis 8366](http://opensimulator.org/mantis/view.php?id=8366) and [Mantis 9052](http://opensimulator.org/mantis/view.php?id=9052)
|
||||
After a TP to the hypergrid, your attachments won't be set to the active group tag for that grid, which is needed if you allow access from that group on the collar. The destination sim will have to apply these patches.
|
||||
|
||||
[Mantis 6311](http://opensimulator.org/mantis/view.php?id=6311) [Patch here](https://github.com/lickx/opensim-lickx/wiki/6311)
|
||||
This affects RLVa, when declining a folder given to your shared #RLV folder by a scripted object/trap. Accepting seems to be working now since OpenSim 0.9.2, decline will only work correctly after this patch is applied.
|
||||
[Mantis 6311](http://opensimulator.org/mantis/view.php?id=6311)
|
||||
This affects RLVa, when declining a folder given to your shared #RLV folder by a scripted object/trap. Accepting works since OpenSim 0.9.2, decline will only work correctly after a patch is applied. Basically the object url in a inventory offer message HAS to start with http://slurl because RLVa is hardcoded like that. http://slurl.yourgrid.com is fine for example.
|
||||
|
||||
[Mantis 8250](http://opensimulator.org/mantis/view.php?id=8250)
|
||||
If your leashed sub has been bunny hopping or is stuck when walking up or down a hill, stairs, or other kind of slope, this patch fixes that leash weirdness.
|
||||
|
||||
Alternatively, run my [OpenSim fork](https://github.com/lickx/opensim-lickx) in which this all is fixed
|
||||
|
||||
@@ -15,8 +15,4 @@ Free software for 3D assets creation:
|
||||
* [Blender](https://blender.org/)
|
||||
|
||||
License:
|
||||
* The official OpenCollar logos and derivatives are trademark and property of their respective owners and may not be used without prior express permission.
|
||||
|
||||
* Button textures, which are generally prefixed with button_ in their name, may only be used with express permission.
|
||||
|
||||
* All other textures and binaries contributed to this repository, with exception of those stated above, are licensed under a [Creative Commons Attribution-ShareAlike 4.0 International Public License](https://creativecommons.org/licenses/by-sa/4.0/)
|
||||
* All textures and binaries contributed to this repository are licensed under a [Creative Commons Attribution-ShareAlike 4.0 International Public License](https://creativecommons.org/licenses/by-sa/4.0/)
|
||||
|
||||
@@ -1 +1 @@
|
||||
2023.09.06
|
||||
2025.04
|
||||
|
||||
@@ -1,8 +1,5 @@
|
||||
|
||||
Get an updater at:
|
||||
|
||||
ArcadiaShop
|
||||
hop://hg.osgrid.org:80/ArcadiaShop/271/441/37
|
||||
|
||||
Kinky Hub
|
||||
hop://hg.tamai.nl:80/Eternal/206/190/20
|
||||
|
||||
Reference in New Issue
Block a user