Jump to content

CFG Help.


Ysharma

Recommended Posts

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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...