Name | Modified | Size | Downloads / Week |
---|---|---|---|
MLP_RL_Package_v1_Windows.zip | 2013-02-14 | 4.4 MB | |
water92pix.png | 2013-02-08 | 15.0 kB | |
ZecoraHut.png | 2013-02-08 | 74.1 kB | |
trees.png | 2013-02-08 | 135.3 kB | |
twilightsparkle.png | 2013-02-08 | 163.8 kB | |
SDL.dll | 2013-02-08 | 321.5 kB | |
SDL_image.dll | 2013-02-08 | 51.2 kB | |
SDL_ttf.dll | 2013-02-08 | 19.5 kB | |
rainbowdash.png | 2013-02-08 | 201.6 kB | |
rarity.png | 2013-02-08 | 209.3 kB | |
README.txt | 2013-02-08 | 1.2 kB | |
perlin.c | 2013-02-08 | 4.2 kB | |
perlin.h | 2013-02-08 | 322 Bytes | |
pinkamenapie.png | 2013-02-08 | 145.3 kB | |
parasprite_vector_by_kopachris-d4a7hyh.png | 2013-02-08 | 7.1 kB | |
pdcurses.dll | 2013-02-08 | 118.8 kB | |
notes.txt | 2013-02-08 | 4.3 kB | |
paint.c | 2013-02-08 | 29.0 kB | |
paint.h | 2013-02-08 | 932 Bytes | |
makefile | 2013-02-08 | 407 Bytes | |
libfreetype-6.dll | 2013-02-08 | 426.5 kB | |
main.c | 2013-02-08 | 29.6 kB | |
manticor.png | 2013-02-08 | 14.5 kB | |
manticore.png | 2013-02-08 | 14.5 kB | |
mlp_dragon_by_mihaaaa-d42855l.png | 2013-02-08 | 48.7 kB | |
mlp_resource__poison_joke_by_zutheskunk-d4ullol.png | 2013-02-08 | 5.3 kB | |
MLP_RL.exe | 2013-02-08 | 80.0 kB | |
MLP_RL_Package_v1.zip | 2013-02-08 | 2.3 MB | |
grass92pix.png | 2013-02-08 | 9.2 kB | |
fluttershy.png | 2013-02-08 | 197.8 kB | |
globals.h | 2013-02-08 | 2.5 kB | |
applejack.png | 2013-02-08 | 174.1 kB | |
cockatrice_vector_by_pony_berserker-d5razi6.png | 2013-02-08 | 7.2 kB | |
entry.png | 2013-02-08 | 111.0 kB | |
agencyfb-bold.ttf | 2013-02-08 | 48.1 kB | |
Totals: 35 Items | 9.4 MB | 1 |
/* MLP:RL by noonemustknowmysecret 2/1/2013 * 7DRL from 2/1/2013 to 2/7/2013 * * Released under GPLv3, you know where to go find it. * * Brought into being with ludicrous amounts of blatently theivery from MLP:ONLINE * RIP, and may your makers' paths lead ever onward. * * Also assisted by the good works of: * djTwitch: http://djtwitch.bandcamp.com/album/lunar-silhouette * Nicolas Dominique: http://www.youtube.com/watch?v=D4tX6o26W4M * RainSnowHail: http://www.youtube.com/watch?v=O3zMopzqH7E * 174UDSI: http://www.youtube.com/watch?v=dDE68iD5Xac&feature=youtu.be * Likonan: http://www.youtube.com/watch?v=d3lkgqxuWSU * VariaOfficial: http://www.youtube.com/watch?v=iu9tRNp3F0U * Coconeru: http://www.youtube.com/watch?feature=player_embedded&v=zyydG3OhQpo * TheH215: http://theh215.bandcamp.com/track/sugarcube-addict */ Built in Linux. Dependencies: SDL http://www.libsdl.org/ SDL_image http://www.libsdl.org/projects/SDL_image/ SDL_ttf http://www.libsdl.org/projects/SDL_ttf/ Of course, this is Linux, so repeat after me: apt-get install libsdl1.2-dev apt-get install libsdl-image1.2-dev apt-get install libsdl-ttf2.0 make