TMW promotion
Re: TMW promotion
I think the development weekly summary is too much on that page. Maybe a development news page that includes it would be useful though.
"The language of everyday life is clogged with sentiment, and the science of human nature has not advanced so far that we can describe individual sentiment in a clear way." Lancelot Hogben, Mathematics for the Million.
“There are two motives for reading a book; one, that you enjoy it; the other, that you can boast about it.” Bertrand Russell, Conquest of Happiness.
"If you optimize everything, you will always be unhappy." Donald Knuth.
“There are two motives for reading a book; one, that you enjoy it; the other, that you can boast about it.” Bertrand Russell, Conquest of Happiness.
"If you optimize everything, you will always be unhappy." Donald Knuth.
Re: TMW promotion
I agree that the Weekly Summary might be too detailed, especially for people who aren't familiar with the game. But I think it'd be good to post the news entries about content releases there, the same that are in the news that are displayed while the client fetches the updates.Nard wrote: I think the development weekly summary is too much on that page. Maybe a development news page that includes it would be useful though.
That would show that there are regular updates happening and would hopefully make people curious enough try out the game.
Re: TMW promotion
If the website maintainer is overwhelmed, I am sure that Derpella and I could help. The task doesn't seem too heavy.
And if Ablu and content dev. team feel it... let's make web sailors drop their anchor in our small Tulimshar harbour.
And if Ablu and content dev. team feel it... let's make web sailors drop their anchor in our small Tulimshar harbour.
"The language of everyday life is clogged with sentiment, and the science of human nature has not advanced so far that we can describe individual sentiment in a clear way." Lancelot Hogben, Mathematics for the Million.
“There are two motives for reading a book; one, that you enjoy it; the other, that you can boast about it.” Bertrand Russell, Conquest of Happiness.
"If you optimize everything, you will always be unhappy." Donald Knuth.
“There are two motives for reading a book; one, that you enjoy it; the other, that you can boast about it.” Bertrand Russell, Conquest of Happiness.
"If you optimize everything, you will always be unhappy." Donald Knuth.
Re: TMW promotion
+1Crush wrote:Some years ago I suggested to turn the news section on the main website into a development blog where every developer has post rights. The Development Weekly Summary would then be posted on the front page, for example. But there wasn't much feedback from the developers.
Former programmer for the TMWA server.
Re: TMW promotion
It seems like something is happening. Someone started re-posting the update news of the last few months on the frontpage.
- former Manasource Programmer
- former TMW Pixel artist
- NOT a game master
Please do not send me any inquiries regarding player accounts on TMW.
You might have heard a certain rumor about me. This rumor is completely false. You might also have heard the other rumor about me. This rumor is 100% accurate.
Re: TMW promotion
I dumped all the entries from game news into the sourceforge feed.
I have a halfway-working script (with features such as output-dependent color, links, and even adding and removing a news entry based on start/end dates when you rerun the script ...) to generate both the mainpage feed and the in-game news.txt, but I'm not sure what format is best for the mainpage. Currently it's using PHP to parse RSS: https://github.com/themanaworld/themana ... s/news.php
Have I mentioned that I hate XML? My gripe of the moment is that it's impossible to append to an XML file, due to the restriction that there be only one toplevel tag.
I have a halfway-working script (with features such as output-dependent color, links, and even adding and removing a news entry based on start/end dates when you rerun the script ...) to generate both the mainpage feed and the in-game news.txt, but I'm not sure what format is best for the mainpage. Currently it's using PHP to parse RSS: https://github.com/themanaworld/themana ... s/news.php
Have I mentioned that I hate XML? My gripe of the moment is that it's impossible to append to an XML file, due to the restriction that there be only one toplevel tag.
Former programmer for the TMWA server.
Re: TMW promotion
I do think that potential developers are interested by a game played by a lot of gamers, as much as they areby an active and friendly development team. Development activity can have a place beside game news and on sourceforge page. Weekly Dev summary seems a good activity index, and content could be attractive enough.
Btw, thank you mr webmaster for updating the site. (My offer holds anyway.)
Nard
Note:I worry a lot about that:http://forums.themanaworld.org/viewtopi ... 12&t=15846
Btw, thank you mr webmaster for updating the site. (My offer holds anyway.)
Nard
Note:I worry a lot about that:http://forums.themanaworld.org/viewtopi ... 12&t=15846
Re: TMW promotion
On invertika.org some players in theory have the permission to post news on the front page. Since invertika does not have that many players this only happened rarly. But i guess you will be able to find some writers who are interested in writing articles from time to time.
On invertika you have a singe sign on system btw. Wiki, Forums and main page share the same accounts. Only the actual game accounts are seperated from it (but were planned to merge as well (iirc)).
On invertika you have a singe sign on system btw. Wiki, Forums and main page share the same accounts. Only the actual game accounts are seperated from it (but were planned to merge as well (iirc)).
Re: TMW promotion
I would like to point out that sharing accounts between website and game is much easier on Manaserv, because it uses an SQL database which can easily be made accessible by both gameserver and web applications.Ablu wrote:On invertika you have a single sign on system btw. Wiki, Forums and main page share the same accounts. Only the actual game accounts are seperated from it (but were planned to merge as well (iirc)).
- former Manasource Programmer
- former TMW Pixel artist
- NOT a game master
Please do not send me any inquiries regarding player accounts on TMW.
You might have heard a certain rumor about me. This rumor is completely false. You might also have heard the other rumor about me. This rumor is 100% accurate.
Re: TMW promotion
Doesnt TMW have a db for the web registration with all accounts too?Crush wrote:I would like to point out that sharing accounts between website and game is much easier on Manaserv, because it uses an SQL database which can easily be made accessible by both gameserver and web applications.
Re: TMW promotion
Why isn't TMW protected by reCaptcha? I noticed when it was briefly cracked that was a news on the first site of most popular polish news website, which sounds like cracking it is a hard achievement :) Is it because it isn't GPL?
I'm
too much.
Re: TMW promotion
TMW forums are protected by recaptcha.
TMW in-game is not, because recaptcha doesn't (easily?) work for anything but http(|s) (admittedly, it's an interesting idea)
TMW news feed itself is generated from sourceforge, but actually syncing it requires ssh access (just *try* to break RSA, I dare you.).
FWIW, I'm researching SQL possibilities for TMWA, it looks like PostgreSQL is the only one with enough features, and its documentation is written by a programmer, not whoever usually writes documentation (a suit?).
TMW in-game is not, because recaptcha doesn't (easily?) work for anything but http(|s) (admittedly, it's an interesting idea)
TMW news feed itself is generated from sourceforge, but actually syncing it requires ssh access (just *try* to break RSA, I dare you.).
FWIW, I'm researching SQL possibilities for TMWA, it looks like PostgreSQL is the only one with enough features, and its documentation is written by a programmer, not whoever usually writes documentation (a suit?).
Former programmer for the TMWA server.
Re: TMW promotion
o11c, afaik in-game registration was closed a looong ago?
Oh, I see site-registration already has recaptcha. It's weird then so many fake accounts are made. Well, there are other methods of cheating recaptcha, like setting up a site telling people to solve one from the other site...
About forums, they aren't... I just made a fake account using browser without javascript, and succeeded.
Oh, I see site-registration already has recaptcha. It's weird then so many fake accounts are made. Well, there are other methods of cheating recaptcha, like setting up a site telling people to solve one from the other site...
About forums, they aren't... I just made a fake account using browser without javascript, and succeeded.
I'm
too much.
Re: TMW promotion
So people are starting to guess why/when newcomers are leaving the game.
My data collection is found here:
[not yet available]
It contains the online list of characters sampled approximately every 5 minutes.
Also there is a script called statistics.py, which is able to calculate the duration of a player seen online.
(whereas duration is just the difference of the first and last point in time in which that char has been seen online.)
Just taking a quick glance at the data:
./statistics.py > tmwdurations.py # produce a file containing the online durations times.
start octave/matlab:
a=dlmread("tmwdurations.txt") # read that file and store it into the variable a
median(a) # yields 74160 which is about 24 hours, so the average character has spent less than a day in tmw
hist(a,10000) # histogram with 10000 bars to get a fine grained resolution in the first bars. (more than 33k samples)
Around 50 percent of the chars have online times in the first bar, which is about 400 seconds, so they leave the game within the first 7 minutes.
Then there are waves which describe the days, but there is no significant drop rate after certain hours/days any more.
The huge drop is in the first 7 minutes.
EDIT:
As github only allows 300MB of free hosting, I need to check where I can upload the samples. I'll upload them tommorow. The total size is about ~1G of text files, most likely these can be compressed very good.
EDIT2:
As of personal requests I will not upload the data.
My data collection is found here:
[not yet available]
It contains the online list of characters sampled approximately every 5 minutes.
Also there is a script called statistics.py, which is able to calculate the duration of a player seen online.
(whereas duration is just the difference of the first and last point in time in which that char has been seen online.)
Just taking a quick glance at the data:
./statistics.py > tmwdurations.py # produce a file containing the online durations times.
start octave/matlab:
a=dlmread("tmwdurations.txt") # read that file and store it into the variable a
median(a) # yields 74160 which is about 24 hours, so the average character has spent less than a day in tmw
hist(a,10000) # histogram with 10000 bars to get a fine grained resolution in the first bars. (more than 33k samples)
Around 50 percent of the chars have online times in the first bar, which is about 400 seconds, so they leave the game within the first 7 minutes.
Then there are waves which describe the days, but there is no significant drop rate after certain hours/days any more.
The huge drop is in the first 7 minutes.
EDIT:
As github only allows 300MB of free hosting, I need to check where I can upload the samples. I'll upload them tommorow. The total size is about ~1G of text files, most likely these can be compressed very good.
EDIT2:
As of personal requests I will not upload the data.
Please don't post detailed logs. It's bad enough that some people "follow me around the game" using the online list. This would be a wonderful tool for certain stalker types.
I would honestly consider leaving the game if I thought that other people could track my game play as closely as you have.
Last edited by argul on 08 Jun 2012, 07:23, edited 1 time in total.
---
- Chicka-Maria
- TMW Adviser
- Posts: 1562
- Joined: 19 Feb 2010, 02:10
- Location: Internet
Re: TMW promotion
I know some browser based games have a recaptcha by picking a picture. An example is the one on fresh hotel.
You can check the website for an example.
http://fresh-hotel.org/
You can check the website for an example.
http://fresh-hotel.org/
Yubaba
TMWC Member of The Mana World
Leader of The Mana Empire (TME)
[19:41] Ladysugar: he told me to push a setzer up his rear
www.deviantart.com/comfycheeks - Old Deviant Art
TMWC Member of The Mana World
Leader of The Mana Empire (TME)
[19:41] Ladysugar: he told me to push a setzer up his rear
www.deviantart.com/comfycheeks - Old Deviant Art
William James wrote:Act as If what you do make's a difference, because It does.