Home » MODDING HQ 1.13 » v1.13 Modding, Customising, Editing » v1.13 Modding, Customising, Editing » Main Screen... (SOLVED)
Main Screen... (SOLVED)[message #365939] Fri, 15 March 2024 17:38 Go to next message
Marcus is currently offline Marcus

 
Messages:110
Registered:November 2014
I managed to turn a new main screen image to .sti using Wizardry 8 .sti converter, but it does not show in game.
In my vfs there's this entry:

[LOC_Loadscreens]
TYPE = LIBRARY
PATH = Data/Loadscreens.slf
VFS_PATH = Loadscreens.slf
MOUNT_POINT =

What does .slf stand for? Do I have to add anything? A folder, a list?!?

[Updated on: Sat, 16 March 2024 03:07]

Report message to a moderator

Sergeant
Re: Main Screen...[message #365940 is a reply to message #365939] Fri, 15 March 2024 17:43 Go to previous messageGo to next message
Asdow is currently offline Asdow

 
Messages:141
Registered:August 2010
You can simply use MAINMENUBACKGROUND.png file placed into Data\Loadscreens to replace the image

Report message to a moderator

Sergeant
Re: Main Screen...[message #365941 is a reply to message #365940] Fri, 15 March 2024 17:52 Go to previous messageGo to next message
Marcus is currently offline Marcus

 
Messages:110
Registered:November 2014
Nope, it doesn't work.

Report message to a moderator

Sergeant
Re: Main Screen...[message #365942 is a reply to message #365941] Fri, 15 March 2024 19:31 Go to previous messageGo to next message
Asdow is currently offline Asdow

 
Messages:141
Registered:August 2010
Then you're doing something wrong because that's how the mainmenu screen image is defined. There's one in Data\loadscreens and another in Data-UB for unfinished business campaign

Report message to a moderator

Sergeant
Re: Main Screen...[message #365943 is a reply to message #365942] Fri, 15 March 2024 19:41 Go to previous messageGo to next message
Marcus is currently offline Marcus

 
Messages:110
Registered:November 2014
Definitely a mistake by my part: I downloaded a new interface and it doesn't show.
I'm at a loss concerning the problem though. If the new graphics don't show odds are any editing doesn't work either..


Edit: My .ini is not pointing to my data folder, I still have a modded worldmap in the 1.13 folder and I see that one.
What I'm doing:

In the ini editor I use both my mod and ini, exe is ja2.
My mod folder is a copy and paste of the 1.13 one, all folders are empty.
I set a userprofile folder in the Profiles one.

My config.ini:

[vfs_config]
PROFILES = SlfLibs, Vanilla, v113, LaIslaDeLosMuertos, UserProf

[PROFILE_SlfLibs]
NAME = SLF Libs
LOCATIONS = Ambient, Anims, BattleSNDS, BigItems, Binarydata, Cursors, Data, Faces, Fonts, Interface, Intro, Laptop, Loadscreens, Maps, Mercedt, Music, Npc_speech, Npcdata, Radarmaps, Sounds, Speech, Tilesets
PROFILE_ROOT =

[PROFILE_Vanilla]
NAME = Vanilla Dirs
LOCATIONS = data_dir
PROFILE_ROOT =

[PROFILE_v113]
NAME = v1.13
LOCATIONS = datav113_dir
PROFILE_ROOT =

[PROFILE_LaIslaDeLosMuertos]
NAME = LaIslaDeLosMuertos
LOCATIONS = datalidm_dir
PROFILE_ROOT =

[PROFILE_UserProf]
NAME = Player Profile
LOCATIONS = uprof_root
PROFILE_ROOT = Profiles\UserProfile_LaIslaDeLosMuertos
WRITE = true

#############################################################
##                       DATA PATHs                        ##
#############################################################
[LOC_data_dir]
TYPE = DIRECTORY
PATH = Data
MOUNT_POINT =

[LOC_datav113_dir]
TYPE = DIRECTORY
PATH = Data-1.13
MOUNT_POINT =

[LOC_datalimd_dir]
TYPE = DIRECTORY
PATH = Data-LIDM
MOUNT_POINT =

[LOC_uprof_root]
TYPE = DIRECTORY
PATH =
MOUNT_POINT =
#############################################################
##                       LIBRARIEs                         ##
#############################################################
(ALL libraries follow)



Do I need to edit more files?

[Updated on: Fri, 15 March 2024 21:10]

Report message to a moderator

Sergeant
Re: Main Screen...[message #365944 is a reply to message #365943] Fri, 15 March 2024 23:18 Go to previous messageGo to next message
Asdow is currently offline Asdow

 
Messages:141
Registered:August 2010
You have a typo here
[LOC_datalimd_dir] <-- Does not match LOCATIONS = datalidm_dir under [PROFILE_LaIslaDeLosMuertos]
TYPE = DIRECTORY
PATH = Data-LIDM
MOUNT_POINT = 
should be

[LOC_datalidm_dir]
TYPE = DIRECTORY
PATH = Data-LIDM
MOUNT_POINT = 
After that it should work  :)

Report message to a moderator

Sergeant
Re: Main Screen...[message #365945 is a reply to message #365944] Sat, 16 March 2024 03:07 Go to previous message
Marcus is currently offline Marcus

 
Messages:110
Registered:November 2014
YES! It worked, thanks!

Report message to a moderator

Sergeant
Previous Topic: Modded .ini Solved!
Next Topic: Worldmap.. (SOLVED)
Goto Forum:
  


Current Time: Wed Nov 27 14:27:58 GMT+2 2024

Total time taken to generate the page: 0.01407 seconds