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

라이엇 비트

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

최고 사령관 2 Beginner’s Modding Guide

에 게시됨 06/05/202311/04/2023 에 의해 kolzar 코멘트 없음 ~에 최고 사령관 2 Beginner’s Modding Guide
  • 제목: 최고 사령관 2
  • 출시일:
  • 개발자:
  • 발행자:
최고 사령관에 대한 정보 2 아직 불완전하다. 이것을 사용하여 게임의 세부 정보를 입력할 수 있도록 도와주세요. 문의 양식.

If you’re interested in modding Supreme Commander 2 but lack knowledge, this guide aims to assist you. Before diving in, you should have basic computer skills and the necessary software for working with archives and images in .dds format. For Windows users, WinRar and Paint.net (or Photoshop with a DDS plugin) can be used.

Why don’t textures work in the vanilla game?

There is a minor issue caused by the toc.win.bdf file, which prevents the loading of custom textures. 두 가지 옵션이 있습니다: either delete this file (which will disable multiplayer) or make a backup copy of it.

While it is possible to play multiplayer without this file, you may encounter desynchronization issues and screen spam after some time.

About .scd files and texture searching

Modifying textures by replacing the textures.scd file may seem appealing, but each repaint would require a large file size, which is unnecessary. Let’s break it down step by step.

첫 번째, determine what you want to repaint. If it’s a unit texture, you need to search for that texture in units.scd.

If it’s a UI texture, you should look in textures.scd within the UI folder.

For changing projectile textures, you can find the corresponding projectile in the projectiles folder of the same archive. 하지만, this requires knowledge of the projectile’s name, which can be obtained from the blueprints (I will explain what blueprints are at the end). If you want to modify map textures, search in maps.scd.

Regarding DLC, it’s a bit easier. Just check the z_diff1.scd and z_dlc1.scd archives.

It may seem like you need to create separate .scd archives for each texture archive, but it’s simpler than that. Although the resources are packaged into multiple archives, the game treats them as a single entity. If it detects any other .scd archive unrelated to the vanilla game, it will subsequently use resources from your mod. 다시 말해서, a single .scd file is sufficient.

Creating a mod

다음, you need to duplicate any .scd archive and remove unnecessary files from it, leaving only one file. If you add at least one file of your own, you can remove the extra file as well. Rename the archive, and now you have the foundation for your mod.

중요사항: Do not attempt to create a zip/rar archive and then change its extension to .scd; this method will not work!

지금, the most crucial step is to ensure that the modified texture follows the same file path as the original. 예를 들어:

If you edited the texture at:

textures/ui/common/texture.dds

Then in your mod, the texture should be placed at the same path. This principle applies to all the files you intend to modify.

Editing textures

Once you have the texture you want to edit, there are several things you can do with it:

  1. Finalize the details: Make any necessary adjustments and refinements to the texture. This may include fixing imperfections, enhancing certain elements, or adding additional details.
  2. Resize the texture: 필요한 경우, resize the texture while maintaining its original resolution. 예를 들어, if the texture is originally a 1:1 정사각형, it should still be a 1:1 square after resizing.
  3. Add paragraph 3: (Please provide the missing information to complete this paragraph.)
  4. Upscale the texture: Export the edited texture as a PNG file, then upscale it. After upscaling, convert it back to the DDS format. Keep in mind that large dimensions in DDS files can sometimes cause rendering issues, 그러니 조심하세요.

If you reach the point of modifying buttons, follow these guidelines to ensure clarity in their functionality:

textures.scd/textures/ui/common/icons/orders

  • _w: Represents the button in a pressed state.
  • _u: Indicates that the button is available.
  • _o: Represents the button when it is selected.
  • _d: Indicates that the button is disabled.

By following these conventions, you can edit almost any texture in the game.

If you find it helpful, you can also refer to my mods as examples to better understand the process.

Examples of texture mods

BetaUI

Replaces some icons on the old version, which was in the screenshot from the official manual for the game.

  • Discord Link
  • Google Drive

Upscaled Unit Icons

An upscaled version of the textures from 58×58 to 128×128, somewhere better, somewhere the same. If we get a mod that makes it at higher resolutions – the interface is bigger- there is already a mod.

  • Discord Link
  • Google Drive

FA Styled Icons

Original icons with backgrounds from SC1 or FA.

  • Google Drive

그래서, what after?

층 0: Finding the gamedata folder
To begin modding, you need to locate the gamedata folder of the game you want to mod. This folder contains the necessary files and resources for making modifications. The location of the gamedata folder may vary depending on the game and platform you’re using. 일반적으로, you can find it in the installation directory of the game.

층 1: Modding Textures and Basic Modifications
Once you have successfully created your mod and the textures are displaying correctly, you can move on to more exciting aspects of modding. In this tier, we’ll explore further possibilities for modifications.

층 2: Intermediate Level – 청사진, 단위, and Advanced Modifications
At this level, you can dive into more complex modding techniques. Blueprints play a crucial role in defining various parameters for units, such as their name, economy, appearance, and other attributes. Alongside the blueprint files, there are usually associated script files. Editing these files allows you to modify existing units or create new ones.

You can also explore editing existing files beyond textures. 예를 들어, you can add videos in the .usm format, which is a well-known format. 하지만, you may need specific utilities to convert videos into the appropriate format for the game.

층 3: Advanced Level – Map Creation, Lua Programming, and Sound
In this tier, you can venture into more advanced modding techniques. You can create new maps using tools like Blender, a powerful 3D modeling and animation software. 추가적으로, Lua programming can be used to implement custom functionalities and scripts within the game.

Working with sound involves understanding the format of sound files, such as .wav files. 하지만, these files are often protected by encryption keys, which can be found within the game’s archives. To use custom sound files, you may need to package them in .fsb archives.

기억하다, as you progress through the tiers, the complexity and technical expertise required for modding increase. It’s essential to have a good understanding of the game’s files, formats, and the modding tools available. Always make backups and test your modifications carefully to ensure they work as intended.

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

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

탐색 후

이전 게시물: Etrian Odyssey HD – 초보자를위한 퇴직 안내서
다음 게시물: 시스템 쇼크 리메이크 – Where to Find a Vending Machine with a Grenade

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

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

  • 제목: 최고 사령관 2
  • 출시일:
  • 개발자:
  • 발행자:
최고 사령관에 대한 정보 2 아직 불완전하다. 이것을 사용하여 게임의 세부 정보를 입력할 수 있도록 도와주세요. 문의 양식.

부인 성명

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

저작권 © 2025 라이엇 비트.

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