Frictional Games Forum (read-only)
[ANN] Amnesia: The Dark Descent - Custom Story Installation Creator - Printable Version

+- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum)
+-- Forum: Amnesia: The Dark Descent (https://www.frictionalgames.com/forum/forum-6.html)
+--- Forum: Custom Stories, TCs & Mods - Development (https://www.frictionalgames.com/forum/forum-38.html)
+--- Thread: [ANN] Amnesia: The Dark Descent - Custom Story Installation Creator (/thread-17429.html)

Pages: 1 2


RE: Amnesia: The Dark Descent - Custom Story Installation Creator - palistov - 08-06-2012

I noticed it and I think I tried it once, a LONG time ago, but to be honest, installing a custom story is a matter of drag and drop. Your efforts might be more suited for something beyond that.


RE: Amnesia: The Dark Descent - Custom Story Installation Creator - Mine Turtle - 08-06-2012

like palistov said, its a matter of drag and drop. you should try focusing this on a FC/TC installation instead, seeing as many people on this forum struggle with that. dont get me wrong, i think this is a great idea!


RE: Amnesia: The Dark Descent - Custom Story Installation Creator - Your Computer - 08-06-2012

(08-04-2012, 05:12 PM)MulleDK19 Wrote: English is the only supported language at this time.
I may incorporate multi-lingual support.

Comparing against a regex like "extra_[a-z]+\.lang" should do it.

(08-04-2012, 05:12 PM)MulleDK19 Wrote: It should already, unless your Steam is not installed correctly.
What's your OS?

I tested the program in Windows 7. My Steam installion, however, is located on a different hard drive. So if you claim it should have Steam support, it would appear you're not checking the Windows registry for Steam installations. And if that's the case, then the same would be for retail edition of Amnesia. (This assuming the registry even contains install locations for these things.)

(08-04-2012, 05:12 PM)MulleDK19 Wrote: Not sure what you mean, because custom_story_settings.cfg and language files must be placed in the root of the custom story to be found by the game. And those files are the only ones the program cares about.

The CFG and LANG, however, people place in the correct spot. Custom entities, static objects, etc, they tend to have scattered all over. In which case, a more abstract way of listing files for archiving would be practical.


RE: Amnesia: The Dark Descent - Custom Story Installation Creator - MulleDK19 - 08-11-2012

(08-06-2012, 02:54 PM)Your Computer Wrote:
(08-04-2012, 05:12 PM)MulleDK19 Wrote: English is the only supported language at this time.
I may incorporate multi-lingual support.

Comparing against a regex like "extra_[a-z]+\.lang" should do it.

Already added support for showing the description in multiple languages.

(08-06-2012, 02:54 PM)Your Computer Wrote:
(08-04-2012, 05:12 PM)MulleDK19 Wrote: It should already, unless your Steam is not installed correctly.
What's your OS?

I tested the program in Windows 7. My Steam installion, however, is located on a different hard drive. So if you claim it should have Steam support, it would appear you're not checking the Windows registry for Steam installations. And if that's the case, then the same would be for retail edition of Amnesia. (This assuming the registry even contains install locations for these things.)

In fact I check 4 different registry keys. Two keys for retail, and two keys for Steam. (One if 32-bit OS, the other if 64-bit OS).
I have both my retail and Steam version installed in custom directories in D: and F:.

If you've installed Steam for only your user, that may be the problem. If so, please report back, and I'll take a look.

(08-06-2012, 02:54 PM)Your Computer Wrote:
(08-04-2012, 05:12 PM)MulleDK19 Wrote: Not sure what you mean, because custom_story_settings.cfg and language files must be placed in the root of the custom story to be found by the game. And those files are the only ones the program cares about.
The CFG and LANG, however, people place in the correct spot. Custom entities, static objects, etc, they tend to have scattered all over. In which case, a more abstract way of listing files for archiving would be practical.

Eh... Still not sure what you're on about. The program doesn't care about how the rest of the custom story is layed out. Only that there is a settings config. It'll pack the contents of the custom story folder regardless of structure.


RE: Amnesia: The Dark Descent - Custom Story Installation Creator - Your Computer - 08-11-2012

(08-11-2012, 05:33 PM)MulleDK19 Wrote: In fact I check 4 different registry keys. Two keys for retail, and two keys for Steam. (One if 32-bit OS, the other if 64-bit OS).
I have both my retail and Steam version installed in custom directories in D: and F:.

If you've installed Steam for only your user, that may be the problem. If so, please report back, and I'll take a look.

I have Steam installed in I:, retail installed in C:. Version 2.0.2.78 still does not list my Steam directory. I checked my registry and found my Steam's install path at HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Valve\InstallPath. I did not find it under HKEY_CURRENT_USER, which would imply i chose to install for all users. Are you also checking against HKEY_LOCAL_MACHINE for Steam?

(08-11-2012, 05:33 PM)MulleDK19 Wrote: Eh... Still not sure what you're on about. The program doesn't care about how the rest of the custom story is layed out. Only that there is a settings config. It'll pack the contents of the custom story folder regardless of structure.

Is that to say that you parse the MAP files for resource locations and then sort them out in some way? Obviously, it is irrelevant what the folder structure is if everything is isolated to the custom story folder that the tool decides to list. However, users who do not recognize the purpose of the resources.cfg file end up placing their resources inside Amnesia's own directories. In other words, e.g. <Amnesia>/entities/CustomStoryAssets, <Amnesia>/static_objects/CustomStoryAssets, etc; instead of <Amnesia>/custom_stories/CustomStory/CustomStoryAssets.


RE: Amnesia: The Dark Descent - Custom Story Installation Creator - MulleDK19 - 08-11-2012

(08-11-2012, 06:03 PM)Your Computer Wrote:
(08-11-2012, 05:33 PM)MulleDK19 Wrote: In fact I check 4 different registry keys. Two keys for retail, and two keys for Steam. (One if 32-bit OS, the other if 64-bit OS).
I have both my retail and Steam version installed in custom directories in D: and F:.

If you've installed Steam for only your user, that may be the problem. If so, please report back, and I'll take a look.

I have Steam installed in I:, retail installed in C:. Version 2.0.2.78 still does not list my Steam directory. I checked my registry and found my Steam's install path at HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Valve\InstallPath. I did not find it under HKEY_CURRENT_USER, which would imply i chose to install for all users. Are you also checking against HKEY_LOCAL_MACHINE for Steam?

The program checks the registry for the installer properties. If Steam hasn't been installed using the installer, it won't find it.
I'll add that path, though.

(08-11-2012, 06:03 PM)Your Computer Wrote:
(08-11-2012, 05:33 PM)MulleDK19 Wrote: Eh... Still not sure what you're on about. The program doesn't care about how the rest of the custom story is layed out. Only that there is a settings config. It'll pack the contents of the custom story folder regardless of structure.

Is that to say that you parse the MAP files for resource locations and then sort them out in some way? Obviously, it is irrelevant what the folder structure is if everything is isolated to the custom story folder that the tool decides to list. However, users who do not recognize the purpose of the resources.cfg file end up placing their resources inside Amnesia's own directories. In other words, e.g. /entities/CustomStoryAssets, /static_objects/CustomStoryAssets, etc; instead of /custom_stories/CustomStory/CustomStoryAssets.
Right, so it's a problem with people not knowing how a custom story should be made, and not a problem with the program.


RE: Amnesia: The Dark Descent - Custom Story Installation Creator - im a moderfucking bacon eater - 12-31-2012

it says that i must have the current version and i tried all of them. plz give me somewhone a new version link Huh