This is an on-going project, the Resource Downloader. It'll allow users to select files from the program and download them. However, this'll take a while to get all the links and stuff, so help is appreciated The download isn't available, however the code is
Source Code
FormCode
Download Strings
Source Code
FormCode
Spoiler (Click to View)
Code:
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
namespace ThatOneResourcerDownload
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
//We create an event if the user changes the first combobox
private void comboBox1_SelectedIndexChanged(object sender, EventArgs e)
{
if (comboBox1.Text == "Sprites")
{
comboBox2.Enabled = true;
comboBox2.Items.Add("- Sprites → Arcade");
comboBox2.Items.Add("- Sprites → Custom/Edited");
comboBox2.Items.Add("- Sprites → DS");
comboBox2.Items.Add("- Sprites → Game Boy");
comboBox2.Items.Add("- Sprites → Game Boy Advance");
comboBox2.Items.Add("- Sprites → Game Gear");
comboBox2.Items.Add("- Sprites → GameCube");
comboBox2.Items.Add("- Sprites → Genesis/32x/SCD");
comboBox2.Items.Add("- Sprites → Master System");
comboBox2.Items.Add("- Sprites → Mobile Phone");
comboBox2.Items.Add("- Sprites → NES");
comboBox2.Items.Add("- Sprites → Nintendo 64");
comboBox2.Items.Add("- Sprites → Other System");
comboBox2.Items.Add("- Sprites → PC/Computer");
comboBox2.Items.Add("- Sprites → PlayStation");
comboBox2.Items.Add("- Sprites → PlayStation 2");
comboBox2.Items.Add("- Sprites → PSP");
comboBox2.Items.Add("- Sprites → SNES");
comboBox2.Items.Add("- Sprites → TurboGrafx-16");
comboBox2.Items.Add("- Sprites → Wii");
}
if (comboBox1.Text == "Textures")
{
comboBox2.Enabled = true;
comboBox2.Items.Add("- Textures → DS");
comboBox2.Items.Add("- Textures → GameCube");
comboBox2.Items.Add("- Textures → Nintendo 64");
comboBox2.Items.Add("- Textures → Other Systems");
comboBox2.Items.Add("- Textures → PC/Computer");
comboBox2.Items.Add("- Textures → PlayStation");
comboBox2.Items.Add("- Textures → PlayStation 2");
comboBox2.Items.Add("- Textures → PSP");
comboBox2.Items.Add("- Textures → Wii");
}
if (comboBox1.Text == "Models")
{
comboBox2.Enabled = true;
comboBox2.Items.Add("- Models → Custom/Edited");
comboBox2.Items.Add("- Models → GameCube");
comboBox2.Items.Add("- Models → Nintendo 64");
comboBox2.Items.Add("- Models → Other Systems");
comboBox2.Items.Add("- Models → PC/Computer");
comboBox2.Items.Add("- Models → PSP");
comboBox2.Items.Add("- Models → PSX/PS2/PS3");
comboBox2.Items.Add("- Models → Wii");
}
if (comboBox1.Text == "Sounds")
{
comboBox2.Enabled = true;
comboBox2.Items.Add("- Sounds → Arcade");
comboBox2.Items.Add("- Sounds → DS");
comboBox2.Items.Add("- Sounds → Game Boy Advance");
comboBox2.Items.Add("- Sounds → GameCube");
comboBox2.Items.Add("- Sounds → Genesis/32x/SCD");
comboBox2.Items.Add("- Sounds → Mobile Phone");
comboBox2.Items.Add("- Sounds → NES");
comboBox2.Items.Add("- Sounds → Nintendo 64");
comboBox2.Items.Add("- Sounds → Other Systems");
comboBox2.Items.Add("- Sounds → PC/Computer");
comboBox2.Items.Add("- Sounds → PlayStation");
comboBox2.Items.Add("- Sounds → PlayStation 2");
comboBox2.Items.Add("- Sounds → PSP");
comboBox2.Items.Add("- Sounds → SNES");
comboBox2.Items.Add("- Sounds → Wii");
}
}
private void comboBox2_SelectedIndexChanged(object sender, EventArgs e)
{
if (comboBox2.Text == "- Sprites → Arcade")
{
comboBox3.Enabled = true;
// Letter A
comboBox3.Items.Add("- Sprites → Arcade → Aero Fighters / Sonic Wings");
comboBox3.Items.Add("- Sprites → Arcade → Aero Fighters 2 / Sonic Wings 2");
comboBox3.Items.Add("- Sprites → Arcade → Aero Fighters 3 / Sonic Wings 3");
comboBox3.Items.Add("- Sprites → Arcade → Air Duel");
comboBox3.Items.Add("- Sprites → Arcade → Air Gallet");
comboBox3.Items.Add("- Sprites → Arcade → Alex Kidd: The Lost Stars");
comboBox3.Items.Add("- Sprites → Arcade → Ali Baba and the 40 Thieves");
comboBox3.Items.Add("- Sprites → Arcade → Alien vs. Predator");
comboBox3.Items.Add("- Sprites → Arcade → Aliens");
comboBox3.Items.Add("- Sprites → Arcade → Altered Beast");
comboBox3.Items.Add("- Sprites → Arcade → Arkanoid");
comboBox3.Items.Add("- Sprites → Arcade → Arkanoid II: Revenge of DOH");
comboBox3.Items.Add("- Sprites → Arcade → Arkanoid Returns");
comboBox3.Items.Add("- Sprites → Arcade → Armed Police Batrider");
comboBox3.Items.Add("- Sprites → Arcade → Armored Warriors");
comboBox3.Items.Add("- Sprites → Arcade → Art of Fighting");
comboBox3.Items.Add("- Sprites → Arcade → Art of Fighting 2");
comboBox3.Items.Add("- Sprites → Arcade → Art of Fighting 3");
comboBox3.Items.Add("- Sprites → Arcade → Asterix");
comboBox3.Items.Add("- Sprites → Arcade → Asura Buster: Eternal Warrior");
comboBox3.Items.Add("- Sprites → Arcade → Azumanga Daioh Puzzle Bobble");
comboBox3.Items.Add("- Sprites → Arcade → B.Rap Boys");
comboBox3.Items.Add("- Sprites → Arcade → Batman");
comboBox3.Items.Add("- Sprites → Arcade → Battle Circuit");
comboBox3.Items.Add("- Sprites → Arcade → Battle Garrega");
comboBox3.Items.Add("- Sprites → Arcade → Battletoads");
comboBox3.Items.Add("- Sprites → Arcade → Biochemanical Toy");
comboBox3.Items.Add("- Sprites → Arcade → Bionic Commando / Top Secret");
comboBox3.Items.Add("- Sprites → Arcade → Blandia");
comboBox3.Items.Add("- Sprites → Arcade → Blazing Star");
comboBox3.Items.Add("- Sprites → Arcade → Block Block");
comboBox3.Items.Add("- Sprites → Arcade → Block Gal");
comboBox3.Items.Add("- Sprites → Arcade → Blocken");
comboBox3.Items.Add("- Sprites → Arcade → Bomb Jack");
comboBox3.Items.Add("- Sprites → Arcade → Bomberman");
comboBox3.Items.Add("- Sprites → Arcade → Bonk's Adventure / B.C. Kid");
comboBox3.Items.Add("- Sprites → Arcade → Brick Zone");
comboBox3.Items.Add("- Sprites → Arcade → Bubble Bobble");
comboBox3.Items.Add("- Sprites → Arcade → Bubble Memories: The Story of Bubble Bobble III");
comboBox3.Items.Add("- Sprites → Arcade → Bubble Symphony / Bubble Bobble II");
comboBox3.Items.Add("- Sprites → Arcade → Bucky O'Hare");
comboBox3.Items.Add("- Sprites → Arcade → Burger Time");
comboBox3.Items.Add("- Sprites → Arcade → Bust-a-Move '99 / Puzzle Bobble 3");
comboBox3.Items.Add("- Sprites → Arcade → Bust-a-Move / Puzzle Bobble");
comboBox3.Items.Add("- Sprites → Arcade → Bust-a-Move 2 / Puzzle Bobble 2");
comboBox3.Items.Add("- Sprites → Arcade → Bust-a-Move 4 / Puzzle Bobble 4");
comboBox3.Items.Add("- Sprites → Arcade → Cadillacs & Dinosaurs");
comboBox3.Items.Add("- Sprites → Arcade → Capcom vs. SNK");
comboBox3.Items.Add("- Sprites → Arcade → Capcom vs. SNK 2: Mark of the Millenium 2001");
comboBox3.Items.Add("- Sprites → Arcade → Captain America and The Avengers");
comboBox3.Items.Add("- Sprites → Arcade → Captain Commando");
comboBox3.Items.Add("- Sprites → Arcade → Carrier Air Wing");
comboBox3.Items.Add("- Sprites → Arcade → Centipede");
comboBox3.Items.Add("- Sprites → Arcade → Chack'n Pop");
comboBox3.Items.Add("- Sprites → Arcade → City Connection");
comboBox3.Items.Add("- Sprites → Arcade → Cleopatra Fortune");
comboBox3.Items.Add("- Sprites → Arcade → Congo Bongo/Tip Top");
comboBox3.Items.Add("- Sprites → Arcade → Crime Fighters");
comboBox3.Items.Add("- Sprites → Arcade → Crystal Castles");
comboBox3.Items.Add("- Sprites → Arcade → Captain America and The Avengers");
comboBox3.Items.Add("- Sprites → Arcade → Captain America and The Avengers");
}
}
}
}
Spoiler (Click to View)
Code:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace ThatOneResourcerDownload
{
class Blarg
{
public void Delt()
{
//Basically, this code is for defining all the links. :3
string sprite_arcade_A_AeroFighter_CharacterPort = "http://www.spriters-resource.com/resources/sheets/47/50400.png";
string sprite_arcade_A_AeroFighter_Fighters = "http://www.spriters-resource.com/resources/sheets/45/48020.png";
string sprite_arcade_A_AeroFighter_Enemies_AvroBomb = "http://www.spriters-resource.com/resources/sheets/38/40699.png";
string sprite_arcade_A_AeroFighter_Enemies = "http://www.spriters-resource.com/resources/sheets/45/47953.png";
}
}
}