Go to file
Zequez a9517e21dc Major cleanup. Moved many texts to I18n. Added the most basic user page. 2015-07-16 22:41:04 -03:00
app Major cleanup. Moved many texts to I18n. Added the most basic user page. 2015-07-16 22:41:04 -03:00
bin Windows compatibility fix 2015-01-15 20:49:32 -03:00
config Major cleanup. Moved many texts to I18n. Added the most basic user page. 2015-07-16 22:41:04 -03:00
db Added category 2015-07-15 23:43:41 -03:00
design Windows compatibility fix 2015-01-15 20:49:32 -03:00
lib Purge old unused files, remove comments and general cleanup" 2015-07-16 17:30:58 -03:00
log Windows compatibility fix 2015-01-15 20:49:32 -03:00
public Major cleanup. Moved many texts to I18n. Added the most basic user page. 2015-07-16 22:41:04 -03:00
spec Major cleanup. Moved many texts to I18n. Added the most basic user page. 2015-07-16 22:41:04 -03:00
vendor/assets Windows compatibility fix 2015-01-15 20:49:32 -03:00
.gitignore Some changes regarding the migration to Mac and some stuff that I hadn't commited before about imgur 2015-02-14 10:57:13 -03:00
.rspec Users pretty much finished I think, didn't do much integration testing, but it's working fine 2015-07-13 01:54:36 -03:00
Gemfile Switch to Unicorn, didn't see any difference though, no rainbows 2015-07-16 04:48:24 -03:00
Gemfile.lock Switch to Unicorn, didn't see any difference though, no rainbows 2015-07-16 04:48:24 -03:00
Guardfile Windows compatibility fix 2015-01-15 20:49:32 -03:00
LICENSE.txt I think I finally decided for a licence, it's CPAL, the same licence as Reddit 2015-07-16 02:23:37 -03:00
README.md Readme 2015-07-16 16:53:15 -03:00
Rakefile Windows compatibility fix 2015-01-15 20:49:32 -03:00
config.ru Windows compatibility fix 2015-01-15 20:49:32 -03:00
guard_with_virtual_display.sh Windows compatibility fix 2015-01-15 20:49:32 -03:00

README.md

Factorio Mods

A database for Factorio mods.

http://factoriomods.com

Planned features

  • Integration with Github
    • Automatically scrap the releases from mods hosted in Github instead of adding the releases manually and hosting them on AWS.
    • Automatically use the Github README file as mod description and use the first pharagraph as summary
  • Read dependencies from the info.json file in the zipped
    • Actually add inter-mod dependencies, for now it just saves information about the Factorio version required
  • Fork Factorio Mod Manager or convince someone that actually knows Java to register a factoriomod:// protocol to automatically download and install the mods by clicking "install" on the web app
  • Add bookmarks functionality for users to save mods and access them easily
  • Track mods downloads and visits, for stats, and for later history checking by users
  • Add a more automated way to authorize developers, instead of receiving PMs in the forum
  • Support for multiple authors
  • Support for mod forking detection
  • I noticed a few devs use AdFly to get a little support, maybe I could add a pop up on the first download and ask the user if he wants to activate an "dev-support-download toggle" to turn all downloads into AdFly links for the dev. And maybe a custom YouTube video link, also for support.
  • Feature to create modpacks. Just select the mods you want and then it's gonna create a joined zip with all the mods. Or maybe just a page with the list of the mods and their downloads buttons, a big zipped file sounds like an expensive bandwidth bill. It could just download everything with one click, that would be better.

Copyright / License

Copyright © Ezequiel Adrian Schwartzman. All Rights Reserved.

Licensed under the CPAL-1.0 (the same licence that Reddit uses, seems like a good licence for open sourcing web apps).