My First Game: Town

Show off your games, demos and other (playable) creations.
User avatar
LudvickToba
Prole
Posts: 16
Joined: Wed Jan 11, 2017 9:51 pm

My First Game: Town

Post by LudvickToba »

So this is the first playable thing I made after months of coding in lua. It's more than a milestone than it is a game though. I was aiming for a rpg like town like in final fantasy or dragon quest. Any criticism or tips on how to improve the design and coding of this is greatly appreciated!

Controls:
Arrow Keys: Movement
Z: Interact

Music used:
Ys 1 (PC 88) - Feena
Final Fantasy 3 (NES) - Village of the Ancients
Attachments
Town.zip
(44.8 MiB) Downloaded 259 times
screencap.PNG
screencap.PNG (23.39 KiB) Viewed 11224 times
town.love
(42.17 MiB) Downloaded 331 times
Last edited by LudvickToba on Sat Aug 19, 2017 12:24 am, edited 1 time in total.
User avatar
ivan
Party member
Posts: 1911
Joined: Fri Mar 07, 2008 1:39 pm
Contact:

Re: My First Game: Town

Post by ivan »

Good job, I like the mood of the game, it's very nostalgic.
However, you don't want to save your audio assets as WAVs.
Please convert these to a sensible format - preferably lossless
in fact, even midi might work well for this sort of game.
A prototype like this shouldn't be larger than 1-2 MB.
User avatar
LudvickToba
Prole
Posts: 16
Joined: Wed Jan 11, 2017 9:51 pm

Re: My First Game: Town

Post by LudvickToba »

ivan wrote: Fri Aug 18, 2017 6:35 pm Please convert these to a sensible format - preferably lossless
in fact, even midi might work well for this sort of game.

A prototype like this shouldn't be larger than 1-2 MB.
I'll remember to use a different audio format for next time. :)

Also, how would you recommend decreasing the file size?
User avatar
Nixola
Inner party member
Posts: 1949
Joined: Tue Dec 06, 2011 7:11 pm
Location: Italy

Re: My First Game: Town

Post by Nixola »

A good start would be to convert wav files to .ogg; doing that (although, admittedly, with little regards to quality; I used ffmpeg default settings and I can't hear the result) shrank the .love file to 3.2 MB. It would probably be a bit higher for a better quality, but I'd guess about 5MB at most.
lf = love.filesystem
ls = love.sound
la = love.audio
lp = love.physics
lt = love.thread
li = love.image
lg = love.graphics
User avatar
zorg
Party member
Posts: 3441
Joined: Thu Dec 13, 2012 2:55 pm
Location: Absurdistan, Hungary
Contact:

Re: My First Game: Town

Post by zorg »

Alternatively, although it's more work and it's not yet relevant since 0.11 is not out yet, when that hits, people will be able to actually generate their music realtime from tracker modules, or in other words, notational and instrument data, instead of stream-format files like mp3, wav or ogg. How that'll be possible is, of course, up to the coders, or those that may write lua libs for this purpose...
Me and my stuff :3True Neutral Aspirant. Why, yes, i do indeed enjoy sarcastically correcting others when they make the most blatant of spelling mistakes. No bullying or trolling the innocent tho.
Hikitsune-Red
Prole
Posts: 5
Joined: Sun Mar 05, 2017 5:57 pm

Re: My First Game: Town

Post by Hikitsune-Red »

zorg wrote: Fri Aug 18, 2017 8:23 pm Alternatively, although it's more work and it's not yet relevant since 0.11 is not out yet, when that hits, people will be able to actually generate their music realtime from tracker modules...
Is this not already a thing? I've used .it and .mod files in several personal projects.
User avatar
zorg
Party member
Posts: 3441
Joined: Thu Dec 13, 2012 2:55 pm
Location: Absurdistan, Hungary
Contact:

Re: My First Game: Town

Post by zorg »

Hikitsune-Red wrote: Thu Aug 24, 2017 1:01 pm
zorg wrote: Fri Aug 18, 2017 8:23 pm Alternatively, although it's more work and it's not yet relevant since 0.11 is not out yet, when that hits, people will be able to actually generate their music realtime from tracker modules...
Is this not already a thing? I've used .it and .mod files in several personal projects.
Currently, you can open and play those files back, but you have as much control over them as you have over stream formats like wav/ogg/mp3.

What i meant was that if anyone bothers (and i do, for one), we can have libs to load such files into memory, and have a greater control both in terms of playback (change playback speed/tempo as it is defined for the formats themselves, without pitch shifting that is; mute/solo specific channels; jump around the orders/timeline of patterns; etc.) and getting information out of them (getting the currently playing note/effect/instrument/etc. per-track and maybe incorporating that into games in some way).
Me and my stuff :3True Neutral Aspirant. Why, yes, i do indeed enjoy sarcastically correcting others when they make the most blatant of spelling mistakes. No bullying or trolling the innocent tho.
User avatar
Mutos
Prole
Posts: 29
Joined: Sat Aug 05, 2017 7:05 am
Contact:

Re: My First Game: Town

Post by Mutos »

Hi LudvickToba,


Very nice work, I appreciate, it reminds me of so many games I loved ^-^ How do you intend to do to expand the game world ? I've seen it was hard-coded in Lua, which allows for more complex data. Wouldn't be a level editor a good thing on such a game ?

I also like the way you organized your folders structure, clean and neat, I'll pick inspiration from you when refactoring my own prototype ^-^
Benoît 'Mutos' Robin
Hoshikaze 2250, Sci-Fi universe in collaborative writing
User avatar
Sir_Silver
Party member
Posts: 286
Joined: Mon Aug 22, 2016 2:25 pm
Contact:

Re: My First Game: Town

Post by Sir_Silver »

Excellent job, keep working on it. =)
BlackDiamondPL
Prole
Posts: 15
Joined: Tue Aug 08, 2017 8:38 pm

Re: My First Game: Town

Post by BlackDiamondPL »

Downloaded, Played, Amazed.
Nothing more to say!
Post Reply

Who is online

Users browsing this forum: No registered users and 19 guests