Search found 13 matches

by xmorg
Wed Dec 02, 2015 12:06 am
Forum: LÖVE-Android
Topic: love-release and love-andriod-sdl2 0.10.0?
Replies: 1
Views: 39096

love-release and love-andriod-sdl2 0.10.0?

Im trying to build my .love file into an apk, and using love-release to do it the script does a git clone of love-android-sdl2 and builds it, the script tries to create the package and gets the error "Love version (0.9.2) differs from love-android-sdl2 version (0.10.0). could not create package...
by xmorg
Tue Apr 07, 2015 1:30 pm
Forum: Games and Creations
Topic: LetTownbuilder now with...
Replies: 11
Views: 8521

Re: LetTownbuilder now with...

wow, haha really paranoid about fires I see. I fixed a lot of bugs last night -sheriff's office, militia house, trade post, and fisherman's hut should now all display correctly. -rechecked fireproof code, now dirt, burned out areas, trenches and water should all be fireproof (not tested!) -tomatoes ...
by xmorg
Wed Apr 01, 2015 4:06 pm
Forum: Games and Creations
Topic: LetTownbuilder now with...
Replies: 11
Views: 8521

Re: LetTownbuilder now with...

new git commit is up with my version of a tile atlas. I haven't had it crash yet but is should improve memory usage. It also eliminates a lot of if/then/else logic going on like if biome 1, render this tile, else render this tile. Warning! its not 0.8 compatible! i havn't looked into wrapping the dr...
by xmorg
Mon Mar 30, 2015 4:11 pm
Forum: Games and Creations
Topic: LetTownbuilder now with...
Replies: 11
Views: 8521

Re: LetTownbuilder now with...

AH! This is actually a second Japanese themed biome. This biome has different foraged food, new resources, like bamboo, and sakura, and different requirements for the buildings. Currently you are randomly chosen a biome, but as I add more biomes, I will add a biome selection option. Although there i...
by xmorg
Thu Mar 26, 2015 6:36 am
Forum: Games and Creations
Topic: LetTownbuilder now with...
Replies: 11
Views: 8521

Re: LetTownbuilder now with...

been working all evening based on the recommendations. There now is a job queue which will queue up jobs. You can now do multiple jobs at once so long as they are not the same type. One worker is needed for each job You can dig holes, cut trees, gather food and build houses all at once. jobs will st...
by xmorg
Wed Mar 25, 2015 1:36 pm
Forum: Games and Creations
Topic: LetTownbuilder now with...
Replies: 11
Views: 8521

Re: LetTownbuilder now with...

Thanks for your comments! I have actually played with the idea of attaching jobs and job timers to individual villagers to get rid of the 1 job at a time thing. Fires cannot burn through cleared areas or water so the best way to deal with fires is the way modern firefighting works, make it all dirt ...
by xmorg
Tue Mar 24, 2015 1:44 am
Forum: Games and Creations
Topic: LetTownbuilder now with...
Replies: 11
Views: 8521

LetTownbuilder now with...

Hey, My game is now taking shape, Now with hunting(and accidents), more research and building options, animal proliferation, more ways to die, diseases, rioters who cause cause fires and vandalize properties, good and bad weather and more. The Records button shows all villagers, their opinions, your...
by xmorg
Sat Dec 28, 2013 5:49 pm
Forum: Games and Creations
Topic: LeTown Builder - a town you build to love...
Replies: 10
Views: 10193

Re: LeTown Builder - a town you build to love...

A quick update, saving/loading is about 40% completed. It will autosave when exiting or pressing "s". I can also read the file and strip the delimiters. now just putting them into the right table! Which leads me to another problem. "ipairs/pairs" doesn't seem to put stuff in the ...
by xmorg
Thu Dec 26, 2013 9:55 pm
Forum: Games and Creations
Topic: LeTown Builder - a town you build to love...
Replies: 10
Views: 10193

Re: LeTown Builder - a town you build to love...

Ahh, no pathing to speak of yet. I first want to make villagers do things based on if a certain tile exists, like stay near fires at night, or "disappear" into their homes. So right now its just for looks. Saving an loading will probably be done once a startup screen is added, until then f...
by xmorg
Thu Dec 26, 2013 8:51 pm
Forum: Games and Creations
Topic: LeTown Builder - a town you build to love...
Replies: 10
Views: 10193

Re: LeTown Builder - a town you build to love...

Yes! Saving is still in the works. Research is "there" if you build a school or have a specialized migrant. However you cannot research anything just yet. Added barns, graveyards, day/night cycle with fire lighting during the night. Added specialized migrants, some of whom are troublemaker...