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

라이엇 비트

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

Torchlight II – Basic Mod Creation and Mod Merging Guide

에 게시됨 11/19/2021 에 의해 Candcg 코멘트 없음 ~에 Torchlight II – Basic Mod Creation and Mod Merging Guide
  • 제목: Torchlight II
  • 출시일:
  • 개발자:
  • 발행자:
Information about Torchlight II is still incomplete. 이것을 사용하여 게임의 세부 정보를 입력할 수 있도록 도와주세요. 문의 양식.

A basic guide to using the GUTS editor to edit the games .dat files to make simple mods and using the GUTS editor to merge (and potentially edit) existing mods.

시작하기

This guide will explain how to make the most basic mods for Torchlight 2 using the GUTS editor, and how to use the GUTS editor to merge (and potentially edit) existing mods.

시작하려면, you will need to own Torchlight 2 on steam, have it installed, and run it at least once (create a character and obtain the first quest).

다음, you install the GUTS editor, located in Steam -> 도서관 -> 도구 -> 횃불 2 GUTS.

Once GUTS is installed (along with its redists), run GUTS. It will proceed to extract the files of the game from their packaged state. This is a one-time action and will take a half-hour or so.

You will need a text editor, I recommend Notepad++, but so long as you can read the games .dat files you’re good

Now you’re ready to begin.

Creating a Basic Mod

For this example, to make something easy to test, we will change the default names for pets. these are located in the global.dat file, along with numerous other settings.

단계 1: Find the Global.dat file (씨:\프로그램 파일 (x86)\Steam\steamapps\common\Torchlight II\MEDIA or equivalent.) If the MEDIA folder does not exist, you should have followed this guide’s introduction, 구체적으로, you need to run GUTS and let it complete its one-time file unpacking.

단계 2: Copy the Global.dat to your desktop, and put an additional copy aside as a backup.

단계 3: Open Global.dat with your text editor (I use Notepad++ which is free, but if the file’s contents are understandable, it will probably be fine)

단계 4: Global.dat has a whole bunch of settings and information, but for now we want the [PETNAMES] 부분, ~에 대한 1/3 of the way down the file.

단계 5: Remove all but one of the <TRANSLATE>NAME:name lines, and put a name you like. 예: <TRANSLATE>NAME:Fish Fillet

단계 6: Save Global.dat, and close your text editor

단계 7: Run GUTS, when it loads, it will present you with a dialogue box titled “Mod Selection”, 딸깍 하는 소리 “새로운” and call your mod something like ‘Petname Test Mod’ or ‘woW this guide is taking forever’

단계 8: Once you’ve named your mod, select it and click “ok”, this will open GUTS proper, and boy is it an intimidating sight, 하지만 걱정하지 마세요, we’re only going to use like 1% of it.

단계 9: In the bottom right corner of GUTS, 을 클릭하세요 “모드” 꼬리표, and once it is populated, 을 클릭하세요 “파일” 꼬리표, 그런 다음 클릭 “새로 고치다”

단계 10: Now that you’re here:

What your going to do is open Windows file explorer (또는 이에 상응하는), navigate to the shown location, and place your Global.dat file from your desktop (the one you edited in step 5) into the media folder. if the media folder is not there, create it.

단계 11: Back in GUTS, 딸깍 하는 소리 “새로 고치다” 다시, and it will display the media folder and global.dat as shown:

단계 12: It’s time to finish this mod. Click the mod tab, 그런 다음 “package and publish”

단계 13: UNCHECK the “Publish to Steam” 옵션. I mean it, the workshop doesn’t need 400 mods that change the default petname to ‘Nugget_Lad420’

단계 14: 클릭 “짓다” 단추. The mod will compile into a .mod file, for a mod this small it will only take a couple of seconds.

And Done! you can close GUTS and play Torchlight 2 with your new mod (기억하다, because it edits global.dat it will conflict with any other mod that also edits global.dat, for testing purposes use only this mod, see next section for mod merging).

그리고 당신은 그것을 가지고 있습니다, you can now use the title “Modder” when referring to yourself.

You can use this method to modify any of the .dat files in the media folder, just remember that if you found the .dat file in a subfolder of the media folder, you need to recreate the file structure during step 10/11.

Merging Existing Mods

This section will convey how to merge two existing mods into one, for the purposes of reducing your overall number of mods to fit Torchlight 2’s 10 모드 제한, or for using two mods that edit the same file at once.

This guide will be specific to the mod you might have made in the previous section “Creating a Basic Mod”, and the mod ‘Draw Distance Patch November 2021’ of which I am the author and thus have permission, and because both mods edit different sections of the global.dat file.

The same basic method applies to any .mod file, from the steam workshop, the nexus, or one you wrote yourself.

단계 1: Create an empty folder on your desktop or somewhere, call it “WORKSPACE”, put 2 folders in it, MOD1 and MOD2.

Open Guts and create a new mod, named something like ‘Combination mod example’

Refresh the mod’s file structure (보다 “Creating a Basic Mod” 자세한 내용)

단계 2: In GUTS, open the unpacker in Utilities -> Pak/Mod Unpacker

단계 3: Unpack the first mod (Draw Distance Patch November 2021) to MOD1

File location something like:

씨:\Users\User Name\Documents\My Games\runic games\torchlight 2\mods\draw distance patch november 2021\DD_PATCH_NOV_2021

또는

씨:\프로그램 파일 (x86)\Steam\steamapps\common\Torchlight II\mods\Draw Distance Patch November 2021\DD_PATCH_NOV_2021)

기억하다, the target is the .mod file

단계 4: Unpack the second mod (PETNAME_TEST_MOD) to MOD2

단계 5: 지금, the idea is to put the relevant contents of MOD1 and MOD2 media folder into the ‘Combination mod example’ media folder, note that files with extension .BINDAT should be ignored.

이 경우, both MOD1 and MOD2 use the file global.dat and only global.dat, so we need to use a text editor to compare the changes and merge them if compatible. It can be helpful to compare to the vanilla global.dat file to see what each mod is changing. 이 경우, Draw distance (왼쪽) 가지다 5 values changed from vanilla, while petsname (오른쪽) has a section changed from vanilla.

Copy the changes from Draw Distance (왼쪽) and apply them to petsname (오른쪽) changing the five values to 136 and save the petsname global.dat file. This file now contains the changes from both mods. Move it into the ‘Combination mod example’ media folder as shown:

단계 6: Back in GUTS, refresh the mod’s file structure again to reveal the combined global.dat that you made and moved in step 5.

단계 7: Publish the mod the same way as in the section ‘Creating a Basic Mod’

그리고 끝났어. You can use this method to combine multiple mods into a modpack, or edit mods to your preference, or even look at what an existing mod changes as a source of inspiration.

Best Practices/Notes

When publishing mods to the workshop:

  • Be as clear as you can on what your mod does.
  • Make sure it ONLY does what you say it does (keep track of what values you edit, especially when experimenting).
  • Don’t publish a mod that already exists, unless the old version no longer works, in which case you should CLEARLY STATE that that is the case.
  • Give warnings for mods that impact save data, especially mods that could cause item loss on existing saves.
  • Remember that PC quality varies, while a mod that makes every map have 1000x as many monsters might sound cool, you’ll just crash your PC and the PCs of anyone who downloads your mod.
  • Make one change at a time, test it, and when it works, BACKUP THE FILE(에스) before you try to layer another change on top. It’s often better to make a few small mods that work than an amalgamation that doesn’t.
  • Be prepared to be wrong. My first mod for Torchlight 2 started with over 10 changes, and I cut that by half before I released it, and it might need even less to do what I want it to. 하루가 끝나면, it would take 1000’s hours to fully understand the games files and code structure, what depends on what, 등. I once accidentally made the entire map aggro at once while trying to change how shadows display, and to this day I haven’t been able to repeat it.

횃불 2 Modding Quirks

So how it works, 내 이해로는, is that the files start as .dat, then GUTS encrypts them into .bindat, and then packages them into a .mod file. If your mod merges aren’t working, it is likely because you’re including .bindat files (don’t do that, GUTS will generate unique ones from your edited .dat files when you publish).

Between Steam Workshop and GUTS and the Nexus and experimentation, your files will get messy and version control is particularly difficult. When it becomes a problem, wipe it all out and work from backups. You’ll save time that you’d otherwise spend trying to decipher the 6 .mod files with the same/no names. This is also a good idea before you attempt to publish to the workshop, to help ensure you’re uploading the right files. Don’t be afraid to delete EVERYTHING and do a fresh install of Torchlight 2 and GUTS.

The Mods tab of the GUTS editor has a ‘Remove Files’ 꼬리표. 제 생각에는, that this allows you to EXCLUDE any game file from your mod, including the mods only file (which will result in a mod that does nothing) or files from the VANILLA game. Steer clear of this, if you think you need this for your mod, your mod is likely a mess that needs to be restarted from scratch.

Modding Difficulty Tiers

횃불 2 modding has a relative difficulty of 2, because you can edit readable text files to change the game, but you have to compile them with an editor. an example of a game with a relative difficulty of 1 would be Hearts of Iron 4, as you can edit readable text files to change the game with no need to compile mods, 그리고 어떤 경우에는, you can do it while the game is running. 따라서, if you’re completely new to writing mods, 횃불 2 might not be the best place to start.

GUTS Minigame

There is a little hidden game within the GUTS editor that I found on accident, to find it, attempt to close the ‘Work Space’ 꼬리표, 표시:

I gave it a couple of goes and got a Highscore of 2784. Its a good tool for when you’re getting frustrated at the Torchlight 2 modding process

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

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

탐색 후

이전 게시물: The Suicide of Rachel Foster – All Secret Dialogues
다음 게시물: 압력상해 – A Farmer’s Guide to Crashing the Stock Market

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

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

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

부인 성명

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

저작권 © 2025 라이엇 비트.

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