Jump to content
⚠ Known Issue: Media on User Profiles ×

captainjay111

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by captainjay111

  1. I thought of Content theft a little and i think that would be the main reason it becomes a premium only feature, although maybe it could be a moderated issue where there was a review process that made sure all of the mod authors knew that their mod was being used in Scumbad01s' package if not scumbag01 gets a penalty of some kind while if so a cut of all proceeds go to the mod creators. Although i see no good way of putting ads on this but im sure there must be a way
  2. Just thought of another way completely launcher side: Have the launcher cycle through a file containing many mods one by one (no coding example for my lack of knowledge on how the launcher works) I personally prefer the first method due to it being multi launcher compatible without modifications but this would mean it would have to wait for it to download five at a time (unless you're a premium member) If it would be the second being a plugin it would install the mods from the disk meaning less load on the server and no waiting (unless it was made a premium only feature)
  3. I had an idea that I think would greatly increase the amount people using the website, the idea goes as follows. Instead of what people currently do which is create long exhaustive lists of mods that you need to download one by one we could create a new category of mods that would download a package of mods. This means that people could put a list of mods together for a specific kind of play through I see one(theres prob more this is just all I can think of) ways of implement this, one create an object that contains a download link to a mod and create an array of these CODE EXAMPLE (in java sorry) public class mod { public ArrayList<mod> modList = new ArrayList<mod>; //contains the download modList instead of string list is used because it could also be used on the preview website public mod(String (Download URL)) { String url = (Download URL); modList.add((Download URL)); } public mod[] list() { return modList.toArray(); } } // Different class to send to launcher for (mod m : mod.list()) { m.getURL().sendToLauncher; } Note that this is a crude example that is prob vulnerable to attacks Reply with suggestions on the idea or simply to just explain to me that this has been suggested before and wont work Either will do :tongue:
×
×
  • Create New...