Please login or register.

Login with username, password and session length
Advanced search  

News:

This forum provides RSS feed. To query recent posts use this url. More...


Author Topic: Need help creating a trial version  (Read 3375 times)

0 Members and 1 Guest are viewing this topic.

Amo

  • Supporter
  • Regular poster
  • *
  • Karma: 0
  • Offline Offline
  • Gender: Male
  • Posts: 206
    • View Profile
    • Sunrise The Game
Need help creating a trial version
« on: October 09, 2007, 12:03:13 PM »

Hey guys and girls,

erm, has anybody an idea how to create something like a thirty day trial version with the help of WME? In our particular case we want to make our current stable version make run only for thirty days after installing.
Please do not ask why.

Thanks for upcoming help.

Regards

Amo

sychron

  • Wanderer zwischen den Welten
  • Global Moderator
  • Regular poster
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 223
  • There is no spoon. The enemy gate is down!
    • View Profile
Re: Need help creating a trial version
« Reply #1 on: October 09, 2007, 12:29:08 PM »

Make the installer put the installation date in the registry.
Not plaintext, encode it somehow, so it's not readable as a date.

Build a small .exe file reading that registry entry and returning the days since installation.
The .exe should not return anything when not called with some weird parameter,
see it as a kind of passwort to access the registry data.

Call that .exe from within WME submitting the right parameter. If the .exe returns a value > 30 or no value at all (.exe changed, registry value deleted etc), stop the trial.

Must I mention that time limited trial versions suck as much as copy protections?
I appreciate trial version, but please ... do not make them time dependend.
Make them usage time dependend ... as reflexive arcade does for games they publish.
Find out the total running time of your game, and after perhaps 10 hours of running time, stop the trial.

If for some weird reason the user happens to not have time to spend on the trial, the trial is wasted, for he cannot spend his time afterwards. In a usage time based trial, he can use the trial whenever HE wants, and still have a time limit.

Please think about that
Logged
... delete the inner sleep ...

Amo

  • Supporter
  • Regular poster
  • *
  • Karma: 0
  • Offline Offline
  • Gender: Male
  • Posts: 206
    • View Profile
    • Sunrise The Game
Re: Need help creating a trial version
« Reply #2 on: October 09, 2007, 12:44:49 PM »

Thanks Sychron.

Yeah you are right, they really suck. But it is not for public. Sorry,I am working an commercial project, so I can't tell you more.

Regards

Amo
« Last Edit: October 09, 2007, 12:52:17 PM by Amo »
Logged

Mnemonic

  • WME developer
  • Administrator
  • Addicted to WME forum
  • *
  • Karma: 41
  • Offline Offline
  • Gender: Male
  • Posts: 5683
    • View Profile
    • Dead:Code Site
Re: Need help creating a trial version
« Reply #3 on: October 09, 2007, 01:26:31 PM »

Alternatively, if you have enough money, Armadillo can wrap the game exe and add trial timer automatically. And it's definitely hard to crack.
Logged
Yes, I do have a twitter account
Please don't send me technical questions in private messages, use the forum. ::wave

Amo

  • Supporter
  • Regular poster
  • *
  • Karma: 0
  • Offline Offline
  • Gender: Male
  • Posts: 206
    • View Profile
    • Sunrise The Game
Re: Need help creating a trial version
« Reply #4 on: October 09, 2007, 07:16:02 PM »

Hi Mnemonic, thanks for the hint. I check it out.
 

Page created in 0.021 seconds with 24 queries.