• Which the release of FS2020 we see an explosition of activity on the forun and of course we are very happy to see this. But having all questions about FS2020 in one forum becomes a bit messy. So therefore we would like to ask you all to use the following guidelines when posting your questions:

    • Tag FS2020 specific questions with the MSFS2020 tag.
    • Questions about making 3D assets can be posted in the 3D asset design forum. Either post them in the subforum of the modelling tool you use or in the general forum if they are general.
    • Questions about aircraft design can be posted in the Aircraft design forum
    • Questions about airport design can be posted in the FS2020 airport design forum. Once airport development tools have been updated for FS2020 you can post tool speciifc questions in the subforums of those tools as well of course.
    • Questions about terrain design can be posted in the FS2020 terrain design forum.
    • Questions about SimConnect can be posted in the SimConnect forum.

    Any other question that is not specific to an aspect of development or tool can be posted in the General chat forum.

    By following these guidelines we make sure that the forums remain easy to read for everybody and also that the right people can find your post to answer it.

Try Before You Buy (how)

Messages
163
Country
denmark
Hi Everyone. :)


Can anyone tell me how to make a TRY BEFORE YOU BUY product?
I want the customer to be able to try the product before they buy it.
I was thinking of a 60 minutes trial or so.

I want it for my Airport Scenery for FS 2004 and FSX.

Is there a easy way to do this, or is there only a hard way? :banghead:

What programs do I need to get started with the TRY BEFORE YOU BUY product? It does not matter to me if I have to pay for getting the tools which is required. I only want to make a TRY BEFORE YOU BUY product.

Any help would be appriciated. Thank you very much. ;)
 
Last edited:
I am not familiar with how you might do it for addon scenery - only for add on applications or utilities. It the case of applications it generally involves setting and checking an encrypted registry entry, or in the case of time limited ( say run for 30 minutes) a timer in the program itself which will run or not depending on whether the program is registered.

In some cases (for F'S programs) they can be location limited - a check is made on the current co-ordinates of the aircraft or whatever and the program stop working if the user moves out of the allowed box.

In these cases you can buy code to do this or write it yourself in whatever language you use.

Sorry but that does not help much for scenery
 
Last edited:
One approach is to write an installer program that either installs the full scenery or else a crippled version, depending on whether the user supplies a valid key. IIRC SimFlyers use this technique.

It's not time-limited 'though - you have to re-install with a valid key to get the full product.
 
I think for scenery the approach often used is indeed to add some annoying features in the scenery while you are in trial mode. So an annoying block on the runway or stuff like that. If you then have a key the correct BGL files will be installed.
 
From memory, Cloud 9's Washington is limited to 7 minutes. This is controlled by a module, which probably just sets a variable which the models use as a conditional display.
 
Hi,

if you use Visual Studio 2005 (C# or Basic) please have a look to this site:

MSDN

There is a Starter Kit.


Bye,

Alex
 
Hi,

if you use Visual Studio 2005 (C# or Basic) please have a look to this site:

MSDN

There is a Starter Kit.


Bye,

Alex


True but that is for shareware applications and I am not sure how one would apply it to addon scenery
 
Back
Top