Same here. Taking some time to play games this month.

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: RootBound on Fri 03/01/2025 13:37:10This was a great year for AGS. It's hard to believe how many top-quality commercial and non-commercial games were released--it's really going to be a tough competition to win the awards!![]()
Quote from: lapsking on Sat 04/01/2025 19:32:46ention panel. It's all over AGS website. It's written on each game page. So the function of AGS panel is not to review or rate a game? Obviously it is according to each game page. Even Snarky "confessed" yourselves didn't think it communates perfectly but it is a perfectly valid term. You reply I have to reply.
Quote from: lapsking on Sat 04/01/2025 17:14:39No you don't still get the point. I respected AGS so much and still I do (obviously, not as much as before). I had reviews more than "meh". Someone just made an account to give my game 0 or 1 out of 10 in the reviews. You guys still don't get it, I have no connection with media but someone can use this forum and edit AGS Wikipedia page and tell the world how the rating and reviewing system works. If you can be honest with yourselves there is no thing such as AGS panel rating or review. Each game is rated or reviewed by only 1 person. Then what's the point of it, abolish it. Audience ratings and reviews are enough. But still it seems you can't comprehend. And what bothers more than reviews and ratings is the fact that I don't see honesty here. My English is terrible, but it can be considered fraud (maybe not legally, but at least morally). If someone makes money with this system, you know, maybe it can even become illegal. I don't know much about laws.
Quote from: Crimson Wizard on Thu 12/12/2024 20:54:10If you use a a source versioning tool, that might take seconds to commit latest changes, and some seconds more to push these latest commits to a remote repository, as it only needs to copy the modified parts.
Quote from: Khris on Fri 13/12/2024 11:19:24The proper, proper fix is to add a screen-sized, (semi-)transparent background to the GUI's background graphic sprite so the inventory GUI actually covers the entire screen, if not necessarily visibly so.
Quote from: Khris on Fri 13/12/2024 11:19:24if (gInventory.Visible) return;
SetTimer (1,80); // After Fade In
if (IsTimerExpired (1)) // in repeatedly_execute
{
if (cChar.x == 1000) cChar.Walk (1200, 527, eNoBlock, eAnywhere);
else cChar.Walk (1000, 527, eNoBlock, eAnywhere);
SetTimer (1,120);
}
By continuing to use this site you agree to the use of cookies. Please visit this page to see exactly how we use these.
Page created in 0.189 seconds with 14 queries.