Ysharma Posted March 21, 2013 Posted March 21, 2013 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
Neowulf Posted March 21, 2013 Posted March 21, 2013 What? What mod needs users to manually enter their username into a config line?
Ysharma Posted March 21, 2013 Author Posted March 21, 2013 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.
Neowulf Posted March 21, 2013 Posted March 21, 2013 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.
Ysharma Posted March 21, 2013 Author Posted March 21, 2013 Is there any other way? It doesnt necessary have to be a vanilla forge feature
Neowulf Posted March 21, 2013 Posted March 21, 2013 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now