Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Special pages
Open Simulator Technical Help
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
OpenSimulator Internals/Databases
(section)
Page
Discussion
English
Read
Edit
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
View history
General
What links here
Related changes
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
=== assets === {| class="wikitable" ! Field !! Type !! Notes |- | id || char(36) || Primary key -- asset UUID |- | name || varchar(64) || Display name |- | description || varchar(64) || Description -- HG landmarks store grid URI here |- | assetType || tinyint || Asset type number (see below) |- | data || longblob || Raw binary asset data |- | local || tinyint(1) || 1 = local-only, not transferred to other grids |- | temporary || tinyint(1) || 1 = temporary, may be discarded |- | asset_flags || int || Bitmask of asset flags |- | CreatorID || varchar(128) || Creator UUID or HyperGrid URI |- | create_time || int || Unix timestamp of creation |- | access_time || int || Unix timestamp of last access |} Asset types observed on osimdev: {| class="wikitable" ! assetType !! Name |- | 0 || Texture |- | 3 || Landmark -- HG landmarks store grid URI in description field |- | 6 || Object -- serialized prim/linkset XML |- | 7 || Notecard |- | 10 || Script |- | 20 || Animation |} Library/system assets use non-random UUID patterns and CreatorID 11111111-1111-0000-0000-000100bba000. On osimdev after initial setup and one user session: 2602 total assets, 85 user-created (1 texture, 4 landmarks, 79 objects, 1 notecard). ----
Summary:
Please note that all contributions to Open Simulator Technical Help may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Open Simulator Technical Help:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Search
Search
Editing
OpenSimulator Internals/Databases
(section)
Add topic