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
Some Coding Questions
DnALANGE Offline
Banned

Posts: 1,549
Threads: 73
Joined: Jan 2012
#4
RE: Some Coding Questions

3. Is it possible to turn off mementos and notes sections, but leave only diary alone?

---You can try all these things below---
This IS excually possible,
I need to check it.
1 thing i know is JUST,
when you are in the inventory, you see the notebook on the right corner.
replace that in the INVENTORY with BLACKNESS,
So : open up inventory in your mod "must be FC "
go look for the book, open it with for example paint.net and make the book totally black! <- OVERWRITE ORIGINAL!!!
then you wont see the book in inventory.
----------------------------------
Then next thing.
2 - how to remove the part where you toutch it with the mouse :
go to : MENU.cfg and open it look for these :
JournalCenter = "720 472 1"<Like make the JournalCenter like -5000 { maybe you will not see it anymore}
JournalLabelCenter = "720 472 1"
JournalFrameSize = "100 -1"
JournalFrameHPadding = "0 0" PLAY WITH THESE, try get it out of the screen!
JournalFrameVPadding = "10 10"<Like make the frameoffset like -5000 { maybe will nog seen anymore}
JournalFrameOffset = "-5 0 0"
---------
Then for the last question..
you might remove the M , and N from the base_english.cfg
try it never done it, might crash teh game but worth a try!!!
ALSO REMOVE THESE LINES TO BE 100% SURE:
<Entry Name="Journal">Guide</Entry>
<Entry Name="JournalDesc">Contains notes and valuable information. Click to open.</Entry>
--- AND THIS ---
<CATEGORY Name="Journal">
<Entry Name="Notes">LETTERS</Entry>
<Entry Name="Diaries">LOG</Entry>
<Entry Name="Quest Log">TASKS</Entry>
<Entry Name="Back">Back</Entry>
<Entry Name="MainBack">BACK</Entry>
<Entry Name="NotesEmpty">No letters are available!</Entry>
<Entry Name="DiariesEmpty">No logs are available!</Entry>
<Entry Name="QuestsEmpty">No tasks are available!</Entry>
</CATEGORY>

AND this maybe :
<Entry Name="M">M</Entry>
<Entry Name="N">N</Entry>
----------------------
Just try,
Don't even know WHY you want to change it, but there are some solutions but they are difficult!!!
_*_*_*
MODDING = TRYING & DO STUFF WRONG, ---> MAKE BACKUPS!!!
(This post was last modified: 07-10-2013, 07:04 PM by DnALANGE.)
07-10-2013, 07:00 PM
Find


Messages In This Thread
Some Coding Questions - by Alex Ros - 07-09-2013, 05:14 PM
RE: Some Coding Questions - by Streetboat - 07-09-2013, 05:37 PM
RE: Some Coding Questions - by Adrianis - 07-10-2013, 05:21 PM
RE: Some Coding Questions - by DnALANGE - 07-10-2013, 07:00 PM
RE: Some Coding Questions - by The chaser - 07-10-2013, 07:11 PM
RE: Some Coding Questions - by Alex Ros - 07-10-2013, 07:53 PM
RE: Some Coding Questions - by Kreekakon - 07-15-2013, 02:20 PM
RE: Some Coding Questions - by Alex Ros - 07-15-2013, 02:26 PM



Users browsing this thread: 2 Guest(s)