New Tools for Fixing Slow Scripts

We updated our system today with several new features. First, we vastly improved the ability to find and fix slow scripts; this has a big impact on world performance. We’ll contribute this feature to the OpenSim project soon. Next, we continued to improve support for items that were obtained in other grids. Finally, we added a few features that improve usability.

How to Fix Slow Worlds

Don’t you hate it when you visit a slow world, where every step you take causes rubber-banding, and chatting is slow and jerky? When worlds are slow, that’s almost always caused by either slow physics or slow scripts. World Managers are responsible for making sure that their worlds are fast and provide a good experience to visitors. But how can you, the world manager, know if your world is fast or slow?

The first thing you need to check is the Statistics panel. You can open this panel by pressing Ctrl+Shift+1 in the viewer. The panel shows many statistics, but the two most important statistics are the Physics Time and Script Time. If they show high values then that tells you that you have a problem that needs to be fixed.

Statistics

This screenshot was taken in the Kitely Welcome Center, which is a highly optimized world: a Script Time under 1 ms is a good result. However, if you see a high Script Time or Physics Time then the next step is to find which objects are causing the slowdown. In the Region/Estate dialog you can open one of two dialogs: Top Colliders and Top Scripts. The Top Colliders dialog shows the objects that use the most physics time, and the Top Scripts dialog shows the scripts that take the most time. With this information you can decide what to do: optimize the objects, or disable them.

Debug Region

We’ve already improved the Top Colliders dialog significantly in the past, and today we made a similar improvement for Scripts.

Find and Fix Slow Scripts

Until today, the Script Time shown in the Statistics panel was always 0! That statistic had never been implemented in OpenSim. Today’s update, at last, implements the statistic. The “Script Time” value now shows the amount of time spent executing the world’s scripts in the last frame. This value should usually be very low: ideally under 1 ms. Some worlds might legitimately need more Script Time, if they have many scripts or many animations, but usually if the Script Time is higher than a few ms then you should try to optimize some of the slowest scripts in your world.

By the way, the Script Time shown in the Statistics panel is independent from all the other times shown in this panel. That’s because scripts execute on separate threads, outside of the frame processing time. This has two important implications. First, because scripts execute outside of the frame, it’s possible that the frame time will appear to be good, even though in fact the world is operating slowly due to heavy scripts activity. Therefore, if you have a high Script Time then you should optimize your scripts, regardless of what the other statistics show. Second, it’s possible for the Script Time to be very high, in some cases even hundreds of ms, i.e. longer than the frame time.

If you see that your world is using a lot of script time then the next step is to find which scripts are causing the problem. To do this, open the Top Scripts dialog. This dialog has been vastly improved in today’s update. Previously, the values it had shown were practically useless. But now, this dialog shows an accurate list of the slowest scripts in the world, and measures their execution time precisely. The value shown for each script is the total time spent executing that script in the last 30 seconds. (Note that 30 seconds is much longer than a single frame, and therefore the times shown here have little correlation with the Script Time shown in the statistics panel.)

Top Scripts

This screenshot was also taken in the Kitely Welcome Center. The top scripts here are pretty fast: the slowest script took just 5 ms, and remember that this is the total execution time over a 30-second period.

If your world contains slow scripts then they’ll appear at the top of the list in this dialog, and you’ll be able to see that they take much more time than the rest of the scripts. Alternatively, another cause of slow performance is if your scripts are efficient, but you have thousands of them. In that case you should consider why you need so many scripts, and whether you can reduce their number. (Note that this dialog won’t show thousands of scripts, but if you see a hundred identical scripts then you may assume that there are thousands more behind them…)

Once you’ve found the slow scripts, edit them to make them faster. How to do this is out of scope for this blog post; if you need help, try asking in our Scripting Forum. Whenever you save the script, the new version starts executing immediately. Click “Refresh” in the Top Scripts dialog to see if your changes made the script faster. Keep in mind that this dialog shows the total execution time in the last 30 seconds, so it will take some time for your changes to have an effect.

Once you’ve optimized enough of the slow scripts, check the Script Time in the Statistics panel to see if it has dropped significantly.

If you don’t want to take the time to edit the scripts, or you’re in the middle of an event and you need to improve the world’s performance quickly, then you can use the “Return Selected” or “Disable Selected” buttons in the dialog. “Return Selected” removes the selected objects from the world and adds them to your inventory. “Disable Selected” disables scripts and physics on the selected objects. After using either of these buttons, you can immediately check the Statistics panel to see if the Script Time has dropped. If you Disabled the objects then remember to re-enable their scripts (and possibly their physics, if they’re physical objects) after you have optimized the scripts.

We’re very proud of this feature. One area in which OpenSim has lagged behind Second Life is in ensuring a good (i.e., fast) experience for users. Every ex-Second Life user who switches to OpenSim enjoys the freedom to create large worlds with many prims and complex scripts, but this freedom can come at the cost of performance. At Kitely we’ve done a lot of work to make sure that our side of the service is fast, by using powerful servers and optimized asset and inventory systems. But slow scripts can bring any world to its knees, no matter how fast the hardware it’s running on. Today’s update gives world managers the information they need to ensure that their worlds are snappy and enjoyable.

Contributing the New Script Features to OpenSim

After we’ve had some time to test this new feature on Kitely and ensure its quality, we’ll contribute this patch to the OpenSim project. This should improve the performance of scripts everywhere in the Metaverse, to the benefit of the entire OpenSim community.

Other Improvements

We continued improving support for taking items from other grids and having them remain Exportable. This is a continuation of the work described in our last update. If you encountered problems after the previous update then please get the affected objects from the third-party grid again now.

When you view the list of members in a Group, the list now shows for each member whether they’re online, or otherwise the last time that they were online.

The OSSL function osKey2Name now returns the full name (including grid) for HG users. For example, local users return a name such as “First Last”, while Hypergrid users return a name such as “First.Last @grid.example.com:8002”. (Previously Hypergrid users also returned a name such as “First Last”, so they couldn’t be differentiated from local users.)

Improved Item Exchange with Other Grids

We updated the system today with a change that makes it easier to take items from other grids into Kitely, and then take them with you when you leave Kitely to visit other grids.

This update also includes several bug fixes, including a bug that sometimes prevented Hypergrid users from teleporting into Kitely.

Improved Item Exchange with Other Grids

Kitely is a Content-Filtered open grid. Unlike unfiltered open grids, Kitely enables content creators to decide whether the items they create may be taken to other grids, or will be treated as unexportable content. There are two ways that content creators can specify this preference. The first method is used only for items in Kitely Market: such items have an explicit “Export” flag, which determines whether they can be taken out of Kitely. This method hasn’t changed, and will not be discussed in this blog post. For any objects not acquired from Kitely Market, we use the following rule: if the object has Copy + Transfer (CT) permissions then it may be exported out of Kitely. Otherwise, it may not leave Kitely.

If an item isn’t allowed to be exported then users may not:

  • Wear it while teleporting to other grids
  • Store it in their “My Suitcase” folder while teleporting to other grids
  • Have it included in exported OAR files

But what happens if a Kitely user, while visiting another grid, picks up an item that doesn’t have CT permissions? Since that item clearly came from another grid, there’s no reason to prevent it from leaving Kitely. For this reason, we added the “Foreign Grid” flag: if an object came to Kitely from another grid then we turn this flag on, and that allows the object to be exported from Kitely even if it doesn’t have CT permissions.

And now we get to the problem that today’s update fixes. Until today, we had an exception to the “Foreign Grid” rule: if the item already existed in Kitely before the user picked it up in the foreign grid, then we wouldn’t turn on the “Foreign Grid” flag. This meant that the user still couldn’t export the item out of Kitely (e.g., by wearing it), despite the fact that we had already seen the item in a different grid.

The idea behind this logic was that even if the item already exists in one foreign grid, perhaps we shouldn’t allow it to proliferate any further. But this turned out to be a mistake. In the vast majority of cases, it prevented users from taking legitimate free content out of Kitely. It came down to randomness: if a certain common item without CT permissions (e.g., a Linda Kellie item) was first imported directly into Kitely by any Kitely user (e.g., using Load OAR), then we would never allow it to leave. But if the same item first came into Kitely from another grid, then it would be allowed to leave. This made no sense. It also didn’t add much to security, since we still couldn’t prevent items from being taken out using Copybots.

After consulting with our users we decided to change this logic, by removing the exception described above. Now, if we see an item in a foreign grid, then we always enable the “Foreign Grid” flag on the item, even if it already exists in Kitely. This change will make it much easier to pick up items in other grids and be sure that they will be allowed to enter and leave Kitely freely.

Please note that this change won’t affect existing items in your inventory, so if you had any items that suffered from this problem (you couldn’t leave Kitely with them) then you should pick up a new copy of the item from the foreign grid. We’re sorry for this inconvenience, but this will only need to be done once.

A note to Kitely Market merchants: this change doesn’t affect the exportability of products that were bought from Kitely Market. The explicit “Export” flag on such items takes precedence over everything else, so No-Export items won’t be allowed to leave Kitely even if they have CT permissions, and even if they have the “Foreign Grid” flag.

OSSL Permissions

When we recently updated to OpenSim 0.8.2 Dev we changed the permissions of a few OSSL functions, allowing fewer people to use them (e.g., only World Managers vs. Everyone). These changes were originally made in the core version of OpenSim, because the developers have come to consider some functions to be more dangerous than previously thought. We chose to accept these changes in order to maintain security and compatibility with other grids that are using the latest version of OpenSim. We’ve updated the list of Supported OSSL Functions to reflect the new functions and permissions.

Bug Fixes

This release also includes a number of bug fixes:

There was a bug that prevented Transfer Stations from working for users that came in from other grids. This meant that if users on other grids tried to visit a Kitely world, and that world was offline, then the teleport failed. Now the teleport will succeed, and the user will be sent to the Transfer Station while the world is being started. (This is how Kitely had worked up until we upgraded to OpenSim 0.8.2 earlier this month; that’s when this bug started.)

Kitely allows restricting access to Kitely worlds to users who belong to a certain OpenSim Group. Until today, such restrictions only worked for Kitely users. While you could add Hypergrid users to your Groups, they still weren’t allowed to enter restricted worlds. This bug has been fixed, so now Hypergrid users who belong to Groups will be allowed to visit worlds that are restricted to members of those Groups.

It is now possible to visit Kitely from other grids by entering kitely.com:8002 in the World Map. The correct address for Kitely is actually grid.kitely.com:8002, so until today if anyone tried to visit by entering just “kitely.com:8002” then they received an error. But now we allow this address to work. However, we still recommend entering the full address (grid.kitely.com:8002), because foreign grids may cache these addresses and we prefer that they cache the correct address.

Updated to OpenSim 0.8.2 Dev

We updated the system today, bringing in updates from OpenSim 0.8.1 and 0.8.2 (Dev).

You can see the full list of changes in OpenSim 0.8.1 here: http://opensimulator.org/wiki/0.8.1_Release

Since OpenSim 0.8.2 hasn’t been officially released yet, there’s no comparable page that shows which changes it contains. However, we’ve noted some of the important changes in this release below (changes in both OpenSim 0.8.1 and 0.8.2).

All of the Scripts Need to Be Recompiled

Scripts in OpenSim are written in the LSL programming language, but before they can be used they need to be compiled into a DLL. Compiling scripts is a slow operation, so we compile each script only once and from then on we reuse the compiled DLL.

The new version of OpenSim has changed the format of compiled scripts. (This was done to make scripts more reliable if they need to be terminated; this is called setting “ScriptStopStrategy” to “co-op”.) Therefore, all of the scripts in Kitely now need to be recompiled. The first time any world is started after this update it will spend some time recompiling its scripts. During this time the world will perform slower than usual, and scripts will be slow to start. This will take a few minutes, and it will only happen once.

Scripting Changes

This release contains a couple of new OSSL functions:

There are also some new and improved LSL functions:

Other Notable Changes

In order to make it easier to change terrain, terrain updates are now sent first for the area the user is near. This makes terrain editing faster. However, it means that far away terrain changes may not be displayed as quickly.

The algorithm used to calculate performance metrics such as frame time, fps, etc. has changed. If you’re used to the old performance metrics then the new metrics will look very different. The performance of OpenSim hasn’t actually changed (well, except for improving a bit): only the numbers shown have changed, to be more accurate. If you would like more technical information about this change then see this post: http://opensimulator.org/pipermail/opensim-dev/2015-April/025621.html.

World managers can now Kick a user using the Estate Management dialog.

You can now “Grab” objects: use Ctrl+Drag to move them, and Ctrl+Shift+Drag to rotate them.

And finally, there have been numerous changes to many aspects of OpenSim that are too small to mention here, but together can have a big impact. Please let us know if you encounter any problems.

60% Off Large Worlds, and a Dedicated Memory Guarantee

New World Prices, and Dedicated Memory

Kitely has always provided great performance for low prices, and today we’re happy to announce that we’ve reduced the price of large worlds by 60%! Standard Worlds have been reduced in price from $49.95 to $19.95 per month, and Advanced Worlds have been reduced in price from $99.95 to $39.95 per month.

In addition, all Kitely worlds now get a large amount of dedicated memory: between 1024 MB and 4096 MB, depending on the world type. Previously worlds were not guaranteed any particular amount of memory. Having a lot of dedicated memory is important to ensure that worlds with many prims, scripts or avatars run fast and lag-free.

Here’s the new price list, and how much dedicated memory each type of world gets:

Starter World Standard World Advanced World
Maximum world size 1 Region 4 Regions 16 Regions
Maximum prims 15,000 60,000 120,000
Avatar capacity 10 40 80
Dedicated memory (RAM) 1024 MB 2048 MB 4096 MB
World speed Fast Faster Fastest
Price $14.95 / month $19.95 / month $39.95 / month

How Does This Affect You?

If you have an existing Starter World then you don’t need to do anything, since the price of the world hasn’t changed, and you’ll get the new dedicated memory automatically. However, you might want to consider upgrading to a Standard World, since for only $5/month more than what you’re paying now you’ll get significantly more server resources, be able to build a world that is 4 times as large, and allow 4 times as many avatars into your world.

If you have an old-price Standard World ($49.95/month) or Advanced World ($99.95/month) then we encourage you to switch to the new world types now, and thus save a lot of money. This is necessary because these discounts aren’t applied automatically to existing worlds.

High Performance Worlds

The introduction of dedicated memory is just the latest step in our mission to provide the fastest, highest-quality OpenSim hosting service. Kitely worlds are fast for a number of reasons:

First, we run OpenSim on powerful servers with Intel Xeon E5-2670 CPUs and SSD hard drives. Each world gets a generous amount of dedicated memory: between 1024 MB and 4096 MB, depending on the world type. Each world also gets fast and unlimited bandwidth.

We place no more than 4 worlds on each server. This ensures that each world gets plenty of RAM and CPU power. Even better: as a world gets more visitors we automatically scale up the amount of CPU, network, and I/O resources it gets in order to maintain good performance, at no additional price! This means that a world with many visitors can get an entire server all to itself. Only Kitely, with our on-demand, cloud-based architecture, can offer such a service. Advanced Worlds are especially privileged: they get more server resources than other world types at all times (even when they have only a single avatar in them).

Another important way that we offer high performance is our proprietary and highly optimized version of OpenSim. Kitely users benefit from more than 400 OpenSim optimization and stability patches that we’ve created that don’t exist in regular OpenSim (totaling more than 30,000 lines of code). In addition, we use our own cloud-based Asset and Inventory services, which are much faster than the services that come with regular OpenSim. These enhancements ensure that Kitely worlds start up much faster than they can on regular OpenSim; that they take significantly less time to rezz; and that they’re more stable while many people are using them. Our enhancements also enable Kitely users to have large inventories that perform well both while in Kitely, and during their Hypergrid visits to other grids.

No More Premium Accounts

As we announced last month, as of today we no longer offer Premium Accounts: all new users get a Regular Account. However, users who already have a Premium Account or Gold Plan can keep it for as long as they continue paying for it.

Kitely Provides the Best Value for Your Money

Are you interested in getting your own virtual world? Get a Kitely world now. There are no setup fees, and no delays. When you buy a Kitely world it’s ready to use immediately. If you’re a new user then you can even create a Trial World for free and use it for 6 hours, all without giving us your billing information.

Secure Browsing and Better Hypergrid Support in Kitely Market

Secure Browsing using SSL

All communications with the Kitely website are now encrypted using SSL. This means that you can visit our website from anywhere, even over public Wi-Fi networks, and have your private information remain secure from eavesdroppers.

SSL

Simpler Delivery Options

We changed the Kitely Market shopping cart to make it easier to understand which avatar will receive the items that you purchase. Previously there were three delivery options: “Me”, “Gift” and “Other Grid”. This confused some of our marketplace shoppers, who thought that “Me” referred to their avatar on another grid, when in fact it referred to their Kitely avatar (we automatically create an avatar on our grid for anyone who signs up for a Kitely account).

Therefore, we’ve changed the shopping cart so that now it includes only two delivery options:

  • My Kitely Avatar – the items will be delivered to the Kitely avatar that belongs to the Kitely account that you are logged in with.
  • Other Avatar – the items will be delivered to a different avatar. That avatar may be a Kitely avatar (one of your alts, or another Kitely user’s avatar), or an avatar that belongs to a different grid altogether.

Market Delivery Options

Easier Delivery to Other Grids

We added a feature that’s intended for grid owners, and makes it easier for their users to buy from Kitely Market. The problem is that in order for Hypergrid users to buy from Kitely Market, their grid needs to be included in the list of grids in the Shopping Cart. Only a few widely-used grids are automatically included in everyone’s grids list, e.g. OSGrid. All other grids need to be added manually using the Grid Manager (you can see the link to the Grid Manager in the screenshot above).

In order to make adding a custom grid easier, it’s now possible to create links to Kitely Market that automatically add a custom grid to the user’s grids list. This is done by adding a parameter called “grid” to the URL. When we see this parameter, we find the specified grid; add it to the user’s grids list; and make it the currently-selected grid. The value of this parameter is the grid’s Grid URI (sometimes called the Home URI).

For example, suppose you want to buy items for your avatar in the OpenSimulator Community Conference grid. Now you can simply click on this link: https://www.kitely.com/market/cart?grid=cc.opensimulator.org:8002. Do this now, and you’ll see that the grid has been added to your grids list in the shopping cart. This works even if you’re not logged-in yet, and even if you haven’t signed-up! (The grid will be added to your grids list once you login and/or signup.)

We created an image that grid owners can use in order to help their users access Kitely Market:

kitely-market-metaverse-marketplace

To use this image, first open it in an image editing program and add your grid’s logo at the bottom. If you don’t have a grid logo then you can add your grid name as text. If you do that, and you want your grid name to appear similar to the rest of the text in this image, then use this font: typeface Meiryo; regular; size 18px or more; color #082e6c. If you don’t have the Meiryo font then use whatever else looks similar, e.g. Helvetica.

Once you’ve finished preparing the image, upload it to your website. Then, add a link in your website to Kitely Market, using the special URL that adds your grid to the user’s list of grids. For example (replace YOURGRID.EXAMPLE.COM:8002 with your real Grid URI):

<a href="https://www.kitely.com/market?grid=YOURGRID.EXAMPLE.COM:8002"><img src="kitely-market-metaverse-marketplace.png" title="Kitely Market" width="200" height="200"></a>

Please note that this will only work if the grid is already known to us and verified for use with Kitely Market.

Increased the Idle Visitors Timeout

We increased the Idle Visitors Timeout from 30 minutes to 1 hour. This timeout determines when we disconnect avatars who have been in-world for a long time without doing anything (i.e. without moving, chatting, etc.).

Please note that in some cases we use a longer timeout of 2 hours:

  • For World Managers, when they’re in one of their own worlds.
  • For users with a Premium Account or Gold Plan, when they’re in any world.

Better Error Checking of OAR Files

People get OAR files from many different sources, and sometimes those OAR files contain problems which prevent them from being imported into OpenSim. In order to help people handle these cases, we improved our validation of uploaded OAR files. We now detect problems in OAR files faster than before, and when we detect a problem we show error messages that are easier to understand.

Phasing Out Premium Accounts, and a Limited-Time Offer

Soon: No More Premium Accounts

Starting on June 1, 2015, we will no longer be offering Premium Accounts. Users who already have a Premium Account on that date will be able to keep it, but new users will no longer be offered this option: they will only be able to choose one of our Fixed-Price Worlds.

The reason we’re making this change is to simplify our offering. Currently we offer two very different ways to get land: Premium Accounts and Fixed-Price Worlds. However, we’ve found that having two different pricing models is often confusing to potential customers. Once we explain the benefits of Premium Accounts people understand them and often choose to get them. But this requires a significant sales effort, and we don’t always get the chance to do that: our analytics, and the customer feedback we’ve received, show that often people become intimidated by the wealth of options that we currently provide and decide to just go elsewhere.

What are Premium Accounts?

If you’re reading this and you aren’t a longtime Kitely user then you may not be familiar with our Premium Accounts, so here’s a recap:

Kitely currently offers two main types of worlds: Fixed-Price Worlds and Premium Worlds.

  • Fixed-Price Worlds – the world manager pays a fixed price per month, and then never has to pay anything more to use the world. In particular, the world manager doesn’t need to pay when users visit the world. Fixed-Price Worlds have varying prices (starting at $14.95): the more expensive worlds support more regions, more prims and more avatars.
  • Premium Worlds – the world manager doesn’t pay a fixed price per month to use these worlds, but does pay a small fee for various actions performed on the world. In particular, when users who don’t have a Premium Account visit the world, the world manager pays 1 KC / minute for each such user. (Premium Account users can visit Premium Worlds without costing the world manager anything.) In addition to being very cheap, Premium Worlds have another advantage over Fixed-Price Worlds: all Premium Worlds have performance that is equivalent to the most expensive Fixed-Price World (the Advanced World, which costs $99.95/month): they all support up to 16 regions, 100,000 prims and 100 concurrent avatars.

Only users that have a Premium Account can create Premium Worlds. This allows them to have a lot of land very cheaply: a Premium Account includes 10 free regions (upgraded today; previously it was 5 regions), and additional regions cost only 300 KC per month.

The only downside of Premium Worlds is that they require the world manager to have some idea of how many people will visit these worlds, as that can affect the total cost of maintaining them. (But of course, you can always restrict who may visit the world.)

The Return of the Gold Plan

Hundreds of Kitely users currently have a Premium Account. You can join them by getting a Premium Account before June 1. Anyone who gets a Premium Account before June 1 will be able to keep it for as long as they continue to pay for it.

We’re also making two changes to make Premium Accounts even more attractive:

First, we’re bringing back one of our most popular options from the past: the Gold Plan. The Gold Plan is a type of Premium Account, but it includes 30 free regions, and costs just $34.95/month. This is the absolute best way to get a lot of cheap land anywhere! This offer, too, will expire on June 1.

Second, we upgraded all Premium Accounts to get ten free regions (instead of five previously). This change is effective immediately, for both current customers and anyone who gets a new Premium Account before the cutoff date of June 1.

Frequently Asked Questions

Q: Why is Kitely making this change?

A: Premium Accounts and Premium Worlds offer people great benefits, but their existence makes our offering hard for people to understand and explain to others. This means that we’re losing sales because of our flexibility. By offering fewer options we’ll help people understand the value of our service better, which will help increase our sales.

Q: Does this change affect me?

A: If you only visit other people’s worlds, but don’t own your own worlds, then this change doesn’t affect you at all.

If you do own your own worlds, and you have a Regular Account, then the only change you’ll feel is if you Copy one of your worlds, because the new copy will now be a Stored World (which no one will be able to enter) instead of a Premium World (which Premium Account holders can enter). But the copied world will still contain a snapshot of the state of your world, and you’ll be able to Export it, or upgrade it to a Fixed-Price World.

If you have a Premium Account (or one of its variations) then this change doesn’t affect you as long as you retain your account status. However, If you ever cancel your Premium Account after June 1 then you won’t be able to upgrade back to a Premium Account, and all of your Premium Worlds will be converted to Stored Worlds.

Q: Will Kitely still provide a free trial period to new users who want to create a world?

A: Yes, as today.

Q: When does this change take effect?

A: The Gold Plan is available right now. You can upgrade to it (or to a Premium Account) by clicking on the “Change plan” link in your Kitely Account Settings page. (You might need to refresh the browser in order to see the new plan.) The increase of Premium Accounts from 5 free regions to 10 free regions is also already in effect.

Q: If I have a Premium Account, can I still get Fixed-Price Worlds?

A: Yes. You can have both Premium Worlds and Fixed-Price Worlds in your account, and you can switch individual worlds between these two types. Of course, you must get a Premium Account or a Gold Plan before June 1 in order to have this flexibility.

Act Now!

We encourage you to take advantage of our limited-time offer to upgrade to a Premium Account or Gold Plan before the end of the month, and get the long-term benefits that will be provided exclusively to those plan holders. This offer will not be available after May 31, so if you want these benefits you should order now.

We believe that Premium Accounts offer by far the best price-performance anywhere in the OpenSim metaverse, and Kitely is the only company capable of offering them because we’re the only ones who use on-demand cloud-based simulators. The only reason we’re discontinuing Premium Accounts is due to their complexity. But for people who understand their benefits and want to take advantage of them, there is no better choice.

Resize Kitely Worlds Using a Graphical Tool

One of the reasons that Kitely is a leader in OpenSim hosting is that we provide our users with the ability to easily manage their account on their own, with a feature-rich control panel. Today we’re happy to announce the latest addition to our lineup of advanced tools: you can now change the size of your worlds using a graphical map.

How to Resize a World

In the past, the size of a world was chosen when the world was created, and couldn’t be easily changed afterwards. However, we have now added an easy-to-use dialog that lets you change the size of an existing world.

To resize a world, click on Change world size in the Manage World dialog:

Change World Size

This opens the Change World Size dialog:

Resize World

If you’re making the world bigger then select where in the bigger world the existing regions should appear. The rest of the regions will be filled with empty land.

If you’re making the world smaller then select which of the existing regions to keep.

Resizing a world is free for fixed-price worlds, and costs 150 KC for Premium Worlds.

Removing Support for Facebook Groups

Currently, World Managers can choose to restrict access to their worlds so only people who belong to certain Facebook Groups can visit it. Unfortunately, Facebook has decided to stop allowing external programs to get the list of groups that a user belongs to. Therefore, we are forced to remove this feature from Kitely. This will happen on March 27, 2015.

If you are currently using Facebook Groups for access control then you should switch to a different method of restricting access to your world: e.g., using OpenSim groups. Otherwise, once we’ve updated the system your world may become accessible to more people than you had intended.

Kitely Market on Your Phone

Our mission is to evolve Kitely Market into the central marketplace serving users of all open virtual world platforms on the Metaverse. Part of our strategy involves making Kitely Market accessible to potential buyers on all platforms. Today we’ve taken a big step towards achieving that goal by making Kitely Market accessible on smartphones.

To access Kitely Market on your phone, visit kitely.com in your browser. The current Alpha version can be used for searching the market and viewing products. We’ll add additional functionality, such as purchasing and wish lists, in the near future.

Kitely Market is designed to provide an App-like experience: transitions between screens are instantaneous; data is preloaded in the background to minimize waiting time; and animations make the app fun to use. Due to the use of advanced HTML5, the web app works best on modern browsers such as Chrome and Safari.

The web app is optimized for mobile devices. For example, search results are shown in a single column (vs. 3 columns on the desktop); the search options are accessed via a slide-in window; etc. We also use high-resolution icons, which look great on phone screens (since they often have far more pixels per inch than desktop monitors).

The web app also displays product images in a higher resolution than on the desktop. Again, this takes advantage of the superior screens on phones as compared to desktop monitors. This means that even though the images are smaller than on a desktop monitor, they appear sharper. Since we first opened Kitely Market in 2013, our product guidelines have recommended that product images should be uploaded in a very high resolution (1600 x 1200 pixels), precisely in anticipation of this day. Kitely: we’re all about the long game!

(Before you rush to see insanely high-resolution images of your products, however, we should note that in order to balance image quality vs. download speed we don’t yet display the maximum possible image resolution. We increased the resolution that we use up to a certain point, and we intend to increase it further after we get some feedback.)

Please check out Kitely Market on your phone (go to kitely.com), and let us know what you think.

Here are some screenshots of the new Kitely Market mobile web app:

Mobile Homepage

Mobile Front Page

Mobile Search Options

Mobile View Product