ideas for Big displays

Content and general development discussion, including quest scripts and server code. TMW Classic is a project comprising the Legacy tmwAthena server & the designated improved engine server based on evolHercules.


Forum rules

This forum houses many years of development, tracing back to some of the earliest posts that exist on the board.

Its current use is for the continued development of the server and game it has always served: TMW Classic.

User avatar
Modanung
Grand Knight
Grand Knight
Posts: 1719
Joined: 20 May 2005, 15:51
Location: Groningen, The Netherlands
Contact:

Post by Modanung »

No, maze puzzles/maps would be easier, still giving high-res players advanatages.
If you're looking for 3D FOSS games be sure to check out LucKey Productions on itch.io
User avatar
Talaroc
Warrior
Warrior
Posts: 429
Joined: 10 Feb 2005, 04:23
Location: The Frozen North

Post by Talaroc »

Is there a reason that, for smaller displays, everything can't be scaled down, so that they see the same number of tiles, just at a smaller scale?
User avatar
Tenche
Warrior
Warrior
Posts: 421
Joined: 14 Jun 2005, 20:21
Location: Reston
Contact:

Post by Tenche »

ya

Admin move this topic to General Development section
User avatar
Bjørn
Manasource
Manasource
Posts: 1438
Joined: 09 Dec 2004, 18:50
Location: North Rhine-Westphalia, Germany
Contact:

Post by Bjørn »

Talaroc wrote:Is there a reason that, for smaller displays, everything can't be scaled down, so that they see the same number of tiles, just at a smaller scale?
This simply poses the same technical problems as scaling everything up for higher resolution displays. If we solve either we have probably solved both.
User avatar
Crush
TMW Adviser
TMW Adviser
Posts: 8046
Joined: 25 Aug 2005, 16:08
Location: Germany

Post by Crush »

i doubt that the tiles and sprites would still look good when automatically rescaled.

here a screenshot scaled 1:1. thats how it would look at 800x600.
Image

here rescaled to fill the same area at 1024x768
Image

here for 640x480
Image

i used bicubic interpolation. this might be too slow to use it on the fly. that means we will only have such a good quality when we precalculate the tilesets for every possible resolution. when we rescale everything at runtime the graphical quality will be even worse.
xand
Novice
Novice
Posts: 95
Joined: 19 Jul 2005, 18:08

Post by xand »

Isn't a higher resolution mostly to see more ?

At least I remember that all those top down games I played
just increased the view-size. I was always happy too see more.

And btw: Thats one of the big reasons to play a game windowed.
Scaled to 1600x1024 tmw would look strange imo... :D
User avatar
maci
Knight
Knight
Posts: 507
Joined: 05 Dec 2004, 20:01
Location: Germany
Contact:

Post by maci »

jup

it was not about scaling the tiles it was about seeing more tiles at the same time
ElvenProgrammer wrote:Maci: don't be rude, we're here to help people ;)
User avatar
Rotonen
TMW Adviser
TMW Adviser
Posts: 3154
Joined: 08 Sep 2004, 19:48
Location: Bern, Switzerland

Post by Rotonen »

Since we're open source, I think we cannot prevent people from increasing the map viewsize, but I also think our default client should have the same area visible for every resolution. And since we're open soruce it's not that hard to do pre-scaled tiles for different resolutions if people want them (they could have custom repositories).
This message used to be meaningful.
Matt
Grand Knight
Grand Knight
Posts: 1759
Joined: 07 Aug 2004, 10:47
Location: Germany->Bavaria

Post by Matt »

Well it wouldn't matter. If the server sends only the informations about a area that is always the same people can modifiy the client, but they only would see the map. no monsters, players, items, npcs, balblalbalbaa
User avatar
ktm
Novice
Novice
Posts: 201
Joined: 14 Jul 2005, 09:24
Location: Vokietija

Post by ktm »

if any resizing takes place, i'd say to go with even numbers for scaling. that way we could use scaling methods suitable for "snes-style"/"comic" content (Imagehq2x, hq3x etc) so the resulting images wouldn't look too crappy (some even say snes games scaled via this method look better than the originals). bilinear/bicubic etc are okay for natural images, but crap for pixel art.

samples:
Image2x scaled
Image3x scaled - this one actually looks quite good ^_^
Image4x scaled

on second thought: unfortunately that'd limit the valid sizes to 800x600, 1600x1200, 2400x1800 etc, which could be a little too high for some people... unless we cut something off at the borders, giving them a disadvantage...
User avatar
Crush
TMW Adviser
TMW Adviser
Posts: 8046
Joined: 25 Aug 2005, 16:08
Location: Germany

Post by Crush »

that method really looks good. does gimp support this algorithm?
User avatar
ktm
Novice
Novice
Posts: 201
Joined: 14 Jul 2005, 09:24
Location: Vokietija

Post by ktm »

dunno - doubt it though, since the size multiplier's fixed, so it wouldnt work too well as a plugin. but you can use the standalone versions instead.
Post Reply