I agree, this image is looking great. I think it's ready to be turned into a background. Only minor imperfections, but nothing that I can see worthwhile in delaying this background from being born.

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 MenuQuoteThe free version on iccup doesn't allow you to play the campaignYa, I've already noticed that.
QuoteThat looks like actual 3D to me. Maybe it's just because I can't tell how else they could have done it.I've never actually played this game, but I checked out the other YouTube videos. Yes, it appears to be 3d.
QuoteYou may want to take a look at DemoCycle.lol I had to download AGS 2.72 for this, and I must say...
//[..]
// Unhandled Character
else if (what==3) {
//
if (type==0) { // 3 0 Look at character (The error is on this line.)
Display("Someone is standing here.");
}
else if (type==1) { // 3 1 Interact with character
Display("Poking a stranger is likely to put you in a bad situation.");
}
else if (type==2) { // 3 2 Speak to character
Display("You get no response."
}
else if (type==3) { // 3 3 Use inventory on character
Display("Your generous offer is not accepted.");
}
else if (type==5) { // 3 5 Pick up character
}
else if (type==6) { // 3 6 Cursor Mode 8 on character
}
else if (type==7) { // 3 7 Cursor Mode 9 on character
}
else { // Undefined
}
}
QuoteThere's only 1GB RAM, that's not that much and is likely the primary reason for the performance drop.I don't know man...
Quote from: geork on Mon 19/10/2009 17:07:05Although, I can play AGS games fine.
QuoteWould you really want to run a 320x200 game at normal size with a black border around it filling up the rest of the screen? If would be like watching the game through a telescope...Well I wouldn't want to play a 320x200 game without scaling and with black borders, but I do agree that along with scaling, that a black border filling the screen would be great.
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.148 seconds with 15 queries.