Search results

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord
  1. N

    Updating edited modpack

    You just need to back up your custom configs and copy them back in after update. I think the logic behind wiping unknown ones is that it rules out the people who could go, "OMG there are these files in my config folder why didn't FTB auto-remove them they've broke my game" or somethin.
  2. N

    Emails being flooded by spam from the forums!

    Are you referring to post spam or email spam?
  3. N

    New Launcher? Updates ?

    This is the first news I've heard that the Curse client is more than a planned model, nice to hear this :)
  4. N

    New Launcher? Updates ?

    I figured if you know enough to build your own launcher, you probably know about mod permissions, even if you don't care about them.
  5. N

    New Launcher? Updates ?

    The launcher's on Github, you could create pull requests on there. Whether they'd merge them or not is another question, but you could try. https://github.com/Slowpoke101/FTBLaunch I'm fairly sure that the new launcher is being made by Curse, not FTB. Haven't seen any updates from Curse about...
  6. N

    FTB Infinity Release

    You need to include in your post the version of the pack you're using (an actual version, not "Recommended"), what you were doing at the time to cause the crash and whether you've modified the pack at all, at a minimum.
  7. N

    Navigating the Streamers forum

    Yeah, I expect that's it.
  8. N

    Navigating the Streamers forum

    Jadedcat's forum looks to be in Pack Creation to me. With your link to "Streamers", I can't find the same link anywhere else on the forums. It's true that it's an empty category (and I specify "category", not "forum. Streamers from the home page links to a "forum", not sure of the...
  9. N

    Bug Staff page not available

    Works fine for me. Perhaps there are two links on the page, both labelled as Staff? I'm using the one on the main menu. It links to http://forum.feed-the-beast.com/link-forums/staff.183/ which redirects to http://forum.feed-the-beast.com/XenStaff
  10. N

    Post\Thread time confusing

    Can you link a thread where you notice this happening in particular?
  11. N

    FTB Infinity Release

    It shouldn't be using 8-10 GB in the first place, let alone increasing. My RAM usage sits around 3.5 GB. Haven't done tech support for like 8 months so my support knowledge is horribly outdated, but there's always the standard "reinstall and hope" method. Beyond that, I don't have a clue.
  12. N

    Challenge map - Win a Nvidia GTX 980

    I just... what...
  13. N

    Launcher Alternative

    Reimage is similar to reset, but it's basically reinstall the entire operating system. And good god, that must be an annoying system to work with, I'd hate it. My school's way more lax, one of the staff knows I have the root password for half their servers and either he's forgotten or he just...
  14. N

    Launcher Alternative

    There's certainly a way, I just don't remember it. Generally, it's kind of complicated too. Once the new launcher comes, you should be able to use that to get around your block. This is because the new launcher installs to the default Minecraft directory, you can install the pack on another...
  15. N

    Request Email Notifications

    Wait a sec. I get that emails are having problems, but you're not getting forum notifications?
  16. N

    [Language] French Quebec (Québécois)

    So... success? :P Woo, more languages!
  17. N

    Request Email Notifications

    http://forum.feed-the-beast.com/threads/email.58873/ Edit: I feel I should add something on the auto-refresh thing too. That's a pretty massive feature (read: a lot of work) to implement, and it seems like a lot of effort that would soon be wasted, considering FTB's looking to switch to Curse's...
  18. N

    [Language] French Quebec (Québécois)

    I don't see Git tutorials as off-topic, they're helping the purpose of the original post :P Since you're doing it locally (known as local copy), it won't let you push any commits to remote (which is the copy hosted by Github) if remote has any changes that local doesn't have. This can happen...
  19. N

    FTB News 25/01/2015

    I like to imagine that when the mods like a post, they're saying, "Yeah, I see this post. I'm watching you. I know what you're doing. I'm watching you. I'm on top of things. I'm watching you. When you break a rule, and that's when, not if, I'll be here. "I'm watching you." Oh right, yeah. Back...
  20. N

    [Language] French Quebec (Québécois)

    Yeah, there's no way to upload files using Github's web interface, you can only create blank ones. You should commit directly to the master branch, then make the pull request. A branch would be excessive in this case. Quick branch use-case, so you know how they can be useful: branches (in a...