Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
There is a mod by kinggath, the sim settlements guy, called workshop plus.
I use it with Place Everywhere.
Once that's done, navigate to ........steamappa/common/Fallout 4/Data/F$SE/Plugins...... and see if you have a file called place.ini . If you do, delete it since it might be an old one.
Your last step will be to change the place_example.ini file name to place.ini
If you've previously made any changes to the default values, you'll have to make them all over again, otherwise you'll be good to go.
Besides that also got one thing, I don't see ini files but I see dll files instead, place.dll and place_example.dll. Do I still do the same anyways with this or no?
Go to the folder I told you.
DELETE the place.ini file IF you have it.
RENAME place_example.ini TO place.ini
Install Vortex, tell him to manage your mods, uninstall Place Everywhere and download it again.
You may have accidentally pressed sticky keys or something like windows, it is very difficult for the .ini file to get corrupted, unless the player changes the combinations..
Managing his mods with Vortex is a great idea but reinstalling Place Everywhere is NOT going to help him. Besides, he did that already.
A NEW installation of Place Everywhere doesn't come with a WORKING ini file and THAT'S his problem. If you Preview the File Contents you'll see what I mean. It even tells you this in BIG YELLOW LETTERS on the Nexus mod page, and this is where READING is helpful. :P
Once he does what I told him to do, the mod will work and once that ini file is created, all future updates of Place Everywhere will also work.
If it doesn't work I'd read all the bug reports. There are quite a few.
Some other mod at a higher priority or other mechanism might be interfering with place's hotkeys.
Or maybe the versions of the game, f4se and place don't match. Worth checking. Seen that happen before.
That's very strange as place_example.ini won't actually do anything.
The way that inis work is that the code looks for a section and parameter key name.
For example - main. togglable
However if the section or key doesn't exist then the lookup will fail and no value will be returned.
So
[main]
;togglable = 0
won't do anything at all as the comma in front of ",togglable" will cause a failed lookup.
As all entries in the exampla ini are commented out, the ini shouldn't have any effect.
And it doesn't explain the "but now suddenly I can't do that anymore".
In IT if something works and then suddenly stops working it's because something has caused it to stop working. There has to be a change that broke it.
So why did it suddenly stop working?