fodev.net

FOnline Development => General Discussion => Topic started by: Outlawries on July 31, 2013, 06:12:08 am

Title: [Help] Faction names are not working
Post by: Outlawries on July 31, 2013, 06:12:08 am
When I try to enter a faction name from the factions list none of them work I have tried at least 10 different ones from the faction names list is there something I am doing wrong?

The base seller just dosen't accept any of the names
Title: Re: [Help] Faction names are not working
Post by: Kilgore on August 01, 2013, 12:26:46 am
See http://fodev.net/forum/index.php/topic,29387.msg258343.html#msg258343

Re-download source
Title: Re: [Help] Faction names are not working
Post by: A Traitor on August 01, 2013, 12:29:37 am
¿Will that invalidate previous action (like a wipe)?
Title: Re: [Help] Faction names are not working
Post by: Ganado on August 01, 2013, 12:43:11 am
If you use a program like Tortoise SVN, you should be able to just update the changed parts without reverting the rest of the package.

I think the only thing Atom changed to make the faction names work was the .gitattributes file in the main "trunk" repository. He commented one line. You can look on github and see what was changed, and then just copy-paste the changes to the file if you don't have an repository program.

Not sure if that's what you're asking, but hope it helps.
Title: Re: [Help] Faction names are not working
Post by: Outlawries on August 01, 2013, 11:45:39 am
thanks for the help guys
is there somewhere im meant to put the .gitattributes file?
Title: Re: [Help] Faction names are not working
Post by: Ganado on August 01, 2013, 04:37:21 pm
Put the updated file where your old file is. The structure is shown here: https://github.com/rotators/fo2238 - .gitattributes is the first file that isn't a folder. Or just copy-paste the code that I have in my previous post into .gitattributes (the only thing that's changed is one commented line).
Title: Re: [Help] Faction names are not working
Post by: Outlawries on August 02, 2013, 05:03:40 am
Ok it all works now thank you.  :)