Jump to content

Recommended Posts

Posted

I have a configuration file for a mod in my modpack. It needs the user to enter their minecraft username post-install. How can I do this?

it looks like this:

username=

Is it possible to enter something that will turn into the minecraft ign for every person? maybe like

username=[playername]

?

Thanks

Posted

We are hooking forgeirc into our modpack, and we were wondering if it is possible to use the minecraft user's account name for the nick.

Posted

That would depend on forgeirc. The launcher just grabs zip files and puts em all nice and usable, and forge itself doesn't have any special config aliases like you're looking for.

Posted

It has to be in the mod in question or a mod must be made that specifically does that.

"username" is just an arbitrary config value label, and what comes after it is an arbitrary string. Making a standard config alias for username (or pretty much anything really) is frankly stupid. If a mod needs the user's name it can read it from the exposed variables, which is what an alias substitution function would have to do anyway.

If it's not a feature forgeirc already has that you just haven't found, then talk to the creator and request it.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...