Hypickles Posted March 6, 2016 Share Posted March 6, 2016 Hey there, I had some ideas that I wanted to share with you, related to your website (pokemonrevolution.net). As you probably know, user experience goes above everything, so these are some of my personal ideas which could make this site more appealing. - You could perhaps write the latest update logs on the homepage of the website which will tell your users about the latest addons in the game. Many gamers love to see progress on a game in the homepage of a site. Right now, the homepage is somewhat boring and useless. - Make an easy way to return to the main page of the site (not from the forums) if you are on the forums part. - Wouldn't it be better to use an ASP.NET web application for your forums, instead of PHP? It could be more professional and even more secure. I also have a few ideas if it comes to the game itself. - It isn't hard at all to make a simple timer in the login screen that checks the amount of players every 5 seconds (using a timer_tick event). Right now, when the server is having some issues, you don't know if it is still online, if there are users online, if it's a personal issue with your network. There's no feedback in any way, except that it says that you cannot reach the server after a minute, which isn't good for user experience though :p - If it is possible and if you're up to it, you might want to add an option for displaying/hiding other players ingame. This will increase performance in busy towns/cities ingame. Don't worry about it but I just had some ideas that I wanted to share with you. Thanks for reading, and sorry for bothering you with this message. I didn't know a good way to give you guys feedback about your website/game, so I tried it in a personal message. Have a nice day, Hypickles. EDIT: I really have to mention that your game is incredibly addicting and fun to play. Thanks for creating such an awesome game for the people from the Pokemon Generation! :p Link to comment Share on other sites More sharing options...
Orihara Posted March 6, 2016 Share Posted March 6, 2016 113277 - You could perhaps write the latest update logs on the homepage of the website which will tell your users about the latest addons in the game. Many gamers love to see progress on a game in the homepage of a site. Right now, the homepage is somewhat boring and useless. https://pokemonrevolution.net/forum/viewtopic.php?p=110783#p110783 ...And all will burn, beneath the shadow of my wings. Link to comment Share on other sites More sharing options...
Riccatt Posted March 6, 2016 Share Posted March 6, 2016 113277 Hey there, I had some ideas that I wanted to share with you, related to your website (pokemonrevolution.net). As you probably know, user experience goes above everything, so these are some of my personal ideas which could make this site more appealing. - You could perhaps write the latest update logs on the homepage of the website which will tell your users about the latest addons in the game. Many gamers love to see progress on a game in the homepage of a site. Right now, the homepage is somewhat boring and useless. - Make an easy way to return to the main page of the site (not from the forums) if you are on the forums part. - Wouldn't it be better to use an ASP.NET web application for your forums, instead of PHP? It could be more professional and even more secure. I read somewhere in the suggestion section that a website revamp is planned. 113277 I also have a few ideas if it comes to the game itself. - It isn't hard at all to make a simple timer in the login screen that checks the amount of players every 5 seconds (using a timer_tick event). Right now, when the server is having some issues, you don't know if it is still online, if there are users online, if it's a personal issue with your network. There's no feedback in any way, except that it says that you cannot reach the server after a minute, which isn't good for user experience though :p - If it is possible and if you're up to it, you might want to add an option for displaying/hiding other players ingame. This will increase performance in busy towns/cities ingame. Don't worry about it but I just had some ideas that I wanted to share with you. Thanks for reading, and sorry for bothering you with this message. I didn't know a good way to give you guys feedback about your website/game, so I tried it in a personal message. Have a nice day, Hypickles. EDIT: I really have to mention that your game is incredibly addicting and fun to play. Thanks for creating such an awesome game for the people from the Pokemon Generation! :p - Timer: maybe it can cause problems by checking the server too often. - Hiding players: they already said this is not going to happen, because this is an mmo based game, so there won't be any chance to hide other players. From 2015: I'm still here Link to comment Share on other sites More sharing options...
Giovanni Posted March 7, 2016 Share Posted March 7, 2016 113277 It isn't hard at all to make a simple timer in the login screen that checks the amount of players every 5 seconds (using a timer_tick event). Right now, when the server is having some issues, you don't know if it is still online, if there are users online, if it's a personal issue with your network. There's no feedback in any way, except that it says that you cannot reach the server after a minute, which isn't good for user experience though :p This would not be worthwhile. a timer_tick event would tick yes, but if you are checking the server status EVERY time the timer ticks you would basically simulate a DDOS. 113277 - If it is possible and if you're up to it, you might want to add an option for displaying/hiding other players ingame. This will increase performance in busy towns/cities ingame. This would not increase performance as the players would still be on the map. [glow=red]The threats of a goldfish do not concern a shark.[/glow] Link to comment Share on other sites More sharing options...
Recommended Posts