Aller au contenu
Morceaux d'émeute

Morceaux d'émeute

  • Maison
  • Nouvelles
  • Guides
  • Guides vidéo
  • Notes de mise à jour
  • Signaler un abus
  • Basculer le formulaire de recherche

Mesa noire – Comment créer une mission de campagne personnalisée

Posté sur 01/01/2023 Par ZombieGrass Aucun commentaire sur Mesa noire – Comment créer une mission de campagne personnalisée
  • Titre: Mesa noire
  • Date de sortie:
  • Promoteur:
  • Éditeur:
Les informations sur Black Mesa sont encore incomplètes. S'il vous plaît, aidez-nous à remplir les détails du jeu en utilisant ceci formulaire de contact.

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

1 – introduction

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, mais en vain. 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.

Avant de commencer, it is highly recommended that you install notepad++ instead of using the default notepad.

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

2 – Setting up the folder

D'abord, toi’re going to want to navigate to the root Black Mesa directory (this is where bms.exe is).

Suivant, create a new folder. Il’s good practice to name this folder a condensed version of your mod’Le nom de. Par exemple, je’m going to create a mod called ‘Cool Mod’, donc je’m going to name the folder ‘cmod’.

Dans ce dossier, toi’re going to create six more folders: ‘CFG’, ‘cartes’, ‘matériels’, ‘scripts’, ‘ressource’, ‘modèles’.

3 – gameinfo.txt

Suivant, Dans le dossier MOD, create a new text document titled ‘gameinfo.txt’

Inside the new text document, collez ce qui suit (

note: this was made using XBLAH’s Modding tool):

// Made with XBLAH’s Modding tool.

// Download it at Girub

gameinfo

{

jeu "Cool Mod"

gamelogo "1"

promoteur " "

developer_url " "

taper "les deux"

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"

crédits "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"

jeu "|all_source_engine_paths|hl2/hl2_misc.vpk"

jeu "|all_source_engine_paths|hl2/hl2_sounds_misc.vpk"

jeu "|all_source_engine_paths|hl2/hl2_textures.vpk"

jeu "|all_source_engine_paths|hl2/hl2_materials.vpk"

jeu "|all_source_engine_paths|hl2/hl2_models.vpk"

platform "|all_source_engine_paths|platform/platform_misc.vpk"

mod+mod_write+default_write_path "|gameinfo_path|."

jeu "bms"

game+game_write "cmod"

gamebin "|all_source_engine_paths|bms/bin"

jeu "|all_source_engine_paths|hl2"

platform "|all_source_engine_paths|platform"

}

}

titre ""

title2 ""

hasportals "0"

advcrosshair "0"

manuel ""

icône "resource/icon"

nodegraph "0"

supportsvr "0"

}

Maintenant, remplacer ‘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’.

Suivant, change the file extension from a .txt to a .bat.

Suivant, inside the new .bat file, insert the following:

@echo off

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

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

) autre (

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

)

Remplacer ‘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? »

Se détendre, nous’re going to fix that now.

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

Suivant, ouvrir le ‘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 ‘photos’.

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

Ici, 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. Dans ce cas, 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’ dossier. 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 »

Ici, 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

Dans ce cas, 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.

C'est tout ce que nous partageons aujourd'hui pour cela Mesa noire guide. Ce guide a été initialement créé et rédigé par ZombieGrass. Si nous ne parvenons pas à mettre à jour ce guide, vous pouvez trouver la dernière mise à jour en suivant ceci lien.

Si vous pensez que le contenu de ce site viole vos droits, y compris vos droits de propriété intellectuelle, veuillez nous contacter immédiatement en utilisant notre formulaire de contact.
Guides Mots clés:Mesa noire

Navigation de l’article

Post précédent: Le rembobineur – Guide des réalisations d'invocation du printemps
Prochain article: Valheim – Guide optimisé du contrôleur Steam Deck

Laisser un commentaire Annuler la réponse

Votre adresse e-mail ne sera pas publiée. Les champs obligatoires sont indiqués avec *

  • Titre: Mesa noire
  • Date de sortie:
  • Promoteur:
  • Éditeur:
Les informations sur Black Mesa sont encore incomplètes. S'il vous plaît, aidez-nous à remplir les détails du jeu en utilisant ceci formulaire de contact.

Clause de non-responsabilité

Tout le contenu cité est dérivé de leurs sources respectives. Si vous pensez que nous avons utilisé votre contenu sans autorisation, assurez-vous de nous joindre et nous le prendrons au sérieux.
  • À propos de nous
  • Contactez-nous
  • politique de confidentialité
  • Conditions d'utilisation

droits d'auteur © 2025 Morceaux d'émeute.

Alimenté par Actualité PressBook Thème WordPress