Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Script Help Script For Removing "Save And Exit"
AFSStudio Offline
Junior Member

Posts: 25
Threads: 5
Joined: Dec 2011
Reputation: 1
#1
Smile  Script For Removing "Save And Exit"

I'm looking for a simple script that remove the "Save And Exit" on the game menu.
Which I want to make a game like Amnesia: Justine.

If someone knows how to do it I will be happy.
06-24-2017, 10:06 AM
Find
Romulator Offline
Not Tech Support ;-)

Posts: 3,628
Threads: 63
Joined: Jan 2013
Reputation: 195
#2
RE: Script For Removing "Save And Exit"

Unfortunately, such a thing does not exist as a script. You can, in a way, "hide" the option in the menu so that it becomes difficult to click on or an invisible selection, but you should use a Full Conversion mod for this if you're not already.

Locate the below line in base_english.lang, and remove the text entry so it becomes null.
<Entry Name="ExitAndSave">Save and Exit</Entry>

Like this:
<Entry Name="ExitAndSave"></Entry>

Discord: Romulator#0001
[Image: 3f6f01a904.png]
06-24-2017, 10:44 AM
Find
AFSStudio Offline
Junior Member

Posts: 25
Threads: 5
Joined: Dec 2011
Reputation: 1
#3
RE: Script For Removing "Save And Exit"

Thanks. I have to use a Full Conversion Mod. I need a guiding line and thats it.
I wanna make sure if there is an easy way.
06-25-2017, 10:31 AM
Find
7heDubz Offline
Posting Freak

Posts: 1,329
Threads: 40
Joined: Feb 2013
Reputation: 41
#4
RE: Script For Removing "Save And Exit"

Technically they can still click on it if they find the one pixel on the screen that allows it >.<

But that's the way to go about it =)

06-25-2017, 10:40 AM
Find
FlawlessHappiness Offline
Posting Freak

Posts: 3,980
Threads: 145
Joined: Mar 2012
Reputation: 171
#5
RE: Script For Removing "Save And Exit"

A full conversion is harder than a normal custom story, but when you understand it, it's not that hard.

Try looking at this: http://www.frictionalgames.com/forum/thread-11120.html

There's also this one from the wiki: https://wiki.frictionalgames.com/hpl2/amnesia/full_conv

Trying is the first step to success.
(This post was last modified: 06-25-2017, 12:13 PM by FlawlessHappiness.)
06-25-2017, 12:13 PM
Find
AFSStudio Offline
Junior Member

Posts: 25
Threads: 5
Joined: Dec 2011
Reputation: 1
#6
RE: Script For Removing "Save And Exit"

I found a way to create this mod.
I'm playing InLucysEyes in this moment and this mod is pretty good.
And I'm taking a look in any file how this guy create his game and his way.

This is my way to learn... Smile

And it shows me the same script like your link...
Thank you, FlawlessHappiness. I've got a way to do it.
(This post was last modified: 06-25-2017, 03:46 PM by AFSStudio.)
06-25-2017, 03:43 PM
Find
FlawlessHappiness Offline
Posting Freak

Posts: 3,980
Threads: 145
Joined: Mar 2012
Reputation: 171
#7
RE: Script For Removing "Save And Exit"

Having a "testmod" that already contains all the files is a very useful way to learn.
If you need it, the first link I put in my previous post has a "clean" full conversion. Almost empty of any code, but contains all the files.

Trying is the first step to success.
06-25-2017, 04:26 PM
Find
Mudbill Offline
Muderator

Posts: 3,881
Threads: 59
Joined: Apr 2013
Reputation: 179
#8
RE: Script For Removing "Save And Exit"

There's an updated template at the bottom of the wiki page as well. Would recommend (and not just saying since I made it Angel ). It includes a few improvements as well as the SDL2 lines in the configs.

(This post was last modified: 06-25-2017, 09:34 PM by Mudbill.)
06-25-2017, 09:33 PM
Find




Users browsing this thread: 1 Guest(s)