콘텐츠로 건너뛰기
라이엇 비트

라이엇 비트

  • 집
  • 소식
  • 가이드
  • 비디오 가이드
  • 패치 노트
  • 남용 신고
  • 검색 양식 전환

블랙 메사 – How to Create a Custom Campaign Mission

에 게시됨 01/01/2023 에 의해 ZombieGrass 코멘트 없음 ~에 블랙 메사 – How to Create a Custom Campaign Mission
  • 제목: 블랙 메사
  • 출시일:
  • 개발자:
  • 발행자:
Information about Black Mesa is still incomplete. 이것을 사용하여 게임의 세부 정보를 입력할 수 있도록 도와주세요. 문의 양식.

By the end of this guide, you will know how to set up a custom singleplayer campaign folder for your modding ventures.

1 – 소개

Have you ever wanted to go beyond creating maps for Black Mesa and create your own singleplayer campaign like Damocles or Blue Shift? I was once stumped on how to do this myself and searched for tutorials online, but to no avail. Now that I have some knowledge on the subject matter, I felt like it would be beneficial for others to share what I currently know.

Before we begin, it is highly recommended that you install notepad++ instead of using the default notepad.

It is also required that you install gcfscape, so that you can extract .vpks.

2 – Setting up the folder

첫 번째, you’re going to want to navigate to the root Black Mesa directory (this is where bms.exe is).

다음, create a new folder. It’s good practice to name this folder a condensed version of your mod’s name. 예를 들어, I’m going to create a mod called ‘Cool Mod’, so I’m going to name the folder ‘cmod’.

Inside this folder, you’re going to create six more folders: ‘cfg’, ‘maps’, ‘materials’, ‘scripts’, ‘resource’, ‘models’.

3 – gameinfo.txt

다음, in the mod folder, create a new text document titled ‘gameinfo.txt’

Inside the new text document, paste the following (

메모: this was made using XBLAH’s Modding tool):

// Made with XBLAH’s Modding tool.

// Download it at 기럽

gameinfo

{

게임 "Cool Mod"

gamelogo "1"

developer " "

developer_url " "

유형 "둘 다"

gamelogo "1"

supportsdx8 "0"

supportsxbox360 "1"

nomodels "1"

nocrosshair "1"

gamedata "../bms"

instancepath "bms/mapsrc/"

hidden_maps

{

background01 "1"

background02 "1"

background03 "1"

background04 "1"

background05 "1"

background06 "1"

background07 "1"

background08 "1"

background09 "1"

background10 "1"

background11 "1"

background12 "1"

background13 "1"

background14 "1"

bm_c0a0a "1"

bm_c0a0b "1"

bm_c0a0c "1"

bm_c1a0a "1"

bm_c1a0b "1"

bm_c1a1a "1"

bm_c1a1b "1"

bm_c1a1c "1"

bm_c1a1d "1"

bm_c1a1e "1"

bm_c1a2a "1"

bm_c1a2b "1"

bm_c1a2c "1"

bm_c1a3a "1"

bm_c1a3b "1"

bm_c1a3c "1"

bm_c1a4a "1"

bm_c1a4b "1"

bm_c1a4c "1"

bm_c1a4d "1"

bm_c1a4e "1"

bm_c2a1a "1"

bm_c2a1b "1"

bm_c2a2a "1"

bm_c2a2b "1"

bm_c2a2c "1"

bm_c2a3a "1"

bm_c2a3b "1"

bm_c2a3c "1"

bm_c2a4a "1"

bm_c2a4b "1"

bm_c2a4c "1"

bm_c2a4d "1"

bm_c2a4e "1"

bm_c2a4f "1"

bm_c2a4g "1"

bm_c2a4h "1"

bm_c2a5a "1"

bm_c2a5b "1"

bm_c2a5c "1"

bm_c2a5d "1"

bm_c2a5e "1"

bm_c2a5f "1"

bm_c2a5g "1"

bm_c2a5h "1"

bm_c2a5i "1"

bm_c3a1a "1"

bm_c3a1b "1"

bm_c3a2a "1"

bm_c3a2b "1"

bm_c3a2c "1"

bm_c3a2d "1"

bm_c3a2e "1"

bm_c3a2f "1"

bm_c3a2g "1"

bm_c3a2h "1"

credits "1"

}

filesystem

{

steamappid "362890"

toolsappid "211"

searchpaths

{

game+mod "cmod"

game+mod "bms/custom/*"

game+mod "cmod/custom/*"

game+mod "bms/bms_textures.vpk"

game+mod "bms/bms_materials.vpk"

game+mod "bms/bms_models.vpk"

game+mod "bms/bms_misc.vpk"

game+mod "bms/bms_sounds_misc.vpk"

game+mod "bms/bms_sound_vo_english.vpk"

game+mod "bms/bms_maps.vpk"

게임 "|all_source_engine_paths|hl2/hl2_misc.vpk"

게임 "|all_source_engine_paths|hl2/hl2_sounds_misc.vpk"

게임 "|all_source_engine_paths|hl2/hl2_textures.vpk"

게임 "|all_source_engine_paths|hl2/hl2_materials.vpk"

게임 "|all_source_engine_paths|hl2/hl2_models.vpk"

플랫폼 "|all_source_engine_paths|platform/platform_misc.vpk"

mod+mod_write+default_write_path "|gameinfo_path|."

게임 "bms"

game+game_write "cmod"

gamebin "|all_source_engine_paths|bms/bin"

게임 "|all_source_engine_paths|hl2"

플랫폼 "|all_source_engine_paths|플랫폼"

}

}

제목 ""

title2 ""

hasportals "0"

advcrosshair "0"

수동 ""

상 "resource/icon"

nodegraph "0"

supportsvr "0"

}

지금, replace ‘Cool Mod’ with the title of your mod and ‘cmod’ with the abbreviation you previously chose to title the mod folder.

4 – .bat

Now we will be creating a new file in the Black Mesa folder

create a new text document, in my case it would be ‘cmod’.

다음, change the file extension from a .txt to a .bat.

다음, inside the new .bat file, insert the following:

@echo off

if exist "%~dp0\bms.exe" (

시작 "" "%~dp0\bms.exe" -game cmod %*

) 또 다른 (

시작 "" "%~dp0\..\..\..\..\common\Black Mesa\bms.exe" -game cmod %*

)

Replace ‘cmod’ with the name of your mod folder.

This .bat file essentially acts as the launcher for your mod, so now you should test it out and launch your mod.

5 – Menu

If all has been done correctly, you should see this:

You may be thinking:

“What the hell is going on? Why doesn’t it display the name of my mod as if I were modding hl2?”

안심하다, we’re going to fix that now.

Open gcfscape and navigate to the ‘bms’ folder inside of the black mesa directory. 찾다 bms_misc_dir.vpk and drag that into gcfscape:

다음, open the ‘ui’ folder and then the ‘images folder’. Create a new folder inside your mod folder called ‘ui’, and then another folder inside of that called ‘images’.

Select and drag all of the contents of the gcfscape images folder into the images folder of your mod.

여기, you may see a familiar image. ‘logo-new.png’, which is the image used for the main menu.

Using an image manipulation program, you can create your own logo and replace the file. 이 경우, I created this:

When next loading your mod, you should see your custom logo in action:

You can also change the colour of the orange navigation bar at the top, by changing the colour of ‘nav-background.png’ using an image manipulation program:

You can then also change the overall ui theme of your mod from orange to and colour you like by editing theme.qml.

Head back to gcfscape and go to the ‘ui’ 접는 사람. Find a file called ‘theme.qml’ and drag that into the ui folder of your mod.

Head over to line 49 of theme.qml, it should look like: readonly property color highlight: “#e47125”

여기, we can see that #e47125 is the HEX colour for a shade of orange. Using this tool provided by google, we can get our own HEX colour for the menu

이 경우, I am using #f2ff00, bright yellow.

Replace #e47125 on line 49 with a different HEX colour of your choosing.

When you next load your mod, you should see the fruits of your labour:

That is all for this guide at of this current moment. Next time, the guide will be updated with information on how to create chapters.

이것이 오늘 우리가 공유하는 모든 것입니다. 블랙 메사 가이드. 이 가이드는 원래 작성자가 작성하고 작성했습니다. ZombieGrass. 이 가이드를 업데이트하지 못한 경우, 다음을 수행하여 최신 업데이트를 찾을 수 있습니다. 링크.

이 사이트의 콘텐츠가 귀하의 권리를 침해한다고 생각하는 경우, 귀하의 지적 재산권을 포함하여, 문의 양식을 사용하여 즉시 문의하십시오..
가이드 태그:블랙 메사

탐색 후

이전 게시물: The Rewinder – Summoning Spring Achievement Guide
다음 게시물: 발하임 – 최적화된 Steam 데크 컨트롤러 가이드

답장을 남겨주세요 답장 취소

귀하의 이메일 주소는 공개되지 않습니다. 필수 입력란이 표시되어 있습니다 *

  • 제목: 블랙 메사
  • 출시일:
  • 개발자:
  • 발행자:
Information about Black Mesa is still incomplete. 이것을 사용하여 게임의 세부 정보를 입력할 수 있도록 도와주세요. 문의 양식.

부인 성명

인용된 모든 콘텐츠는 해당 소스에서 파생됩니다.. 귀하의 콘텐츠를 허가 없이 사용했다고 생각되는 경우, 우리에게 연락하면 진지하게 받아 들일 것입니다..
  • 회사 소개
  • 문의하기
  • 개인 정보 정책
  • 서비스 약관

저작권 © 2025 라이엇 비트.

에 의해 구동 프레스북 뉴스 WordPress 테마