소스 필름메이커 – Mod 폴더를 만드는 방법

This guide explains how to create a Mod folder for SFM, as well as why doing such is a good idea in the long run, along with some troubleshooting tips.

Creating the Mod Folder

1. Go to your Steam Library and launch SFM from there. You will see a window called SELECT LAUNCH OPTION. 선택하다 Launch SDK and then hit 놀다.

2. A new window called SDK Launcher shows up. 아래의 모드 부분, 선택하다 Create New Mod or Add Existing Mod.

3. Inside this new window, type in the desired Mod’s Folder name. Try to avoid using special characters if possible, as it can lead to problems when reading the folder’s path.
이후, select Create.

4. A message saying The Mod [NAME OF FOLDER] was successfully added . 누르다 좋아요.

5. Another message statesWith this action the mod ‘[NAME OF FOLDER]’ will be selected. . 선택하다 취소.

6. Now back in the SDK Launcher 창문, 선택하다 Edit Search Paths For Selected Mod. The following window will show up.

7. Inside the Edit Search Paths 창문, you have all of the Mod’s Folders in your SFM installation. The list has a priority from top to bottom in what assets from each Mod Folder to loadso if for example, you have the same file in two folders, it will load the one that has the highest priority, which is the one at the top of the list. Be sure to tick the box of your newly created Mod Folder as well as move it to a desirable place on the list. When you’ve finished, 누르다 좋아요.

8. Before closing the SDK Launcher 창문, make sure the Selected Mod Folder (at the bottom of the window) is set to usermod (unless for a specific reason, do not change the default folder from usermod).

If the window Selecting Mod shows up when selecting usermod, 누르다 좋아요 to make that folder the default one.

9. When finished, close the SDK Launcher window and boot SFM normally as you would.

Why Create a Mod Folder?

There are many reasons as to why you would want to create one, ~와 같은:

  • Manual organization of folders that contain large groups of assets, especially if you have a lot of assets (like more than 100gb)
  • No longer the need to dump all files onto the usermod 폴더, which can break assets in the long run
  • Easy tounmountwhen troubleshooting problems with assets
  • Control over which assets are loaded 그리고 what priority they have over other mod folders
  • Useful to control memory usage by blocking folders with largememory hungryassets
  • Overall just a good idea if you plan on expanding your asset library

문제 해결

Q1: I created a Mod Folder, but I can’t see it in the SFM directory, or even inside SFM!

ㅏ: If you have followed everything correctly, there is still a small chance that for some reason, SFM won’t actually create said folder automatically (if you know why, please let me know in the comments).

이 문제를 해결하려면, go to your SFM installation folder (if you don’t know where it is, Open Steam Library, right-click Source Filmmaker, then select 관리하다, 다음에 로컬 파일 찾아보기, and finally open the 게임 폴더.

다음, create the Mod Folder manually, with the exact same name as you typed in the Create New Mod or Add Existing Mod 창문.

그 다음에, create a new .txt file called gameinfo in said directory, and add this text to it:

"GameInfo"
{
	게임 "NAME OF FOLDER"
	제목 "NAME OF FOLDER"
	title2 "based on SFM SDK technology"
	type	multiplayer_only
	nomodels 1
	nohimodel 1
	nocrosshair 0
	hidden_maps
	{
		"test_speakers" 1
		"test_hardware" 1
	}
	nodegraph 0
	FileSystem
	{
		SteamAppId 1840
		ToolsAppId 1840
		SearchPaths
		{
			게임 |gameinfo_path|.
			Game tf_movies
			Game tf
			Game hl2
		}
	}
}

Note to replace the [NAME OF FOLDER] with the name of the Mod Folder you want to create.

그 다음에, go back to the 게임 폴더, and open up the usermod 폴더. 열기 gameinfo.txt file and you will see a section on the file that says SearchPaths, with all of the Mod Folders installed.

Add your Mod Folder’s name to the listwhile taking into consideration the order of where you place it in regards to priority. Preferably, place it in the same order as you did back in the Edit Search Paths 창문. (If you don’t know, 괜찮아요, 계속 읽으세요)

또한, make sure not to type any other thing other than “게임” 그리고 NAME OF FOLDER afterward. When finished, save and close the file and go back to the tutorial above, continuing off of the 6th step.

Q2: When opening up SFM, I see a window called Missing Mods in Search Paths, what do I do?

ㅏ: If you see this window, it means you didn’t tick the box of your newly created Mod Folder during the Edit Search Paths window segment on the tutorial (in step 7). Go back and redo the tutorial from those step forwards, or your new folder won’t bemountedonto SFM, and it won’t be read from either.

Q3: When searching for my assets in the Asset Browser, my new assets don’t show up!

ㅏ: You have to set the Mod Filter at the top of your Asset Browser’s window to All Mods, or at least the Mod Folder that you’re searching from.
If you don’t see your folder there, try the resolution to Question 1 (Q1) at the top of the Troubleshooting segment.

이 가이드는 소스 필름메이커 에 의해 작성되었습니다 SpyKe. 여기에서 원본 간행물을 방문할 수 있습니다. 링크. 이 가이드에 대해 우려 사항이 있는 경우, 주저하지 마시고 연락주세요 여기.

저자 소개