Modding Tools

File information

Last updated

Original upload

Created by

abcdcode_BaseMod Team

Uploaded by

abcdcode

Virus scan

Safe to use

Tags for this mod

Mod articles

  • Mod Dependency Add

    -모드 의존성
    간혹 모드를 개발,적용할때 요구로 하는 상위 모드가 존재할 수 있습니다(예시 : 슬레이 더 스파이어의 StSLib 같은 API성격의 모드들) LMM에서는 이러한 모드들을 구독할때 상위 모드가 자동으로 구독될 수 있도록 모드 의존성을 정의하는 기능을 지원합니다.
    Occasionally, when developing and applying a mod, there may be a high level mod required as a requirement (eg, mods of API characters, such as STSLIB of Slay the Spire)
    LMM supports the ability to define mod dependence so that the high level mod can be automatically subscribed when subscribing to these mods.


    1.모드 인포 작성시 require항목을 정의해 상위 모드의 modid를 추가한다.

  • Session Check

    -세션 체크란?
    LMM의 구독제 모드 서비스를 사용하기 위한 수단입니다.
    넥서스 모드는 비회원의 모드 다운로드를 제한합니다. 회원 정보 없이는 넥서스에게서 다운로드 링크를 제공받을 수 없다는 의미이며, 따라서 웹 요청만으로 이 정보를 얻을 수 있게끔 브라우저에 저장된 회원 정보 쿠키값을 LMM에 사용자가 수동 등록하는 행위를 세션 체크라고 칭합니다.
    세션 체크를 완료해야 LMM 내에서 넥서스 모드 구독, 다운로드, 업데이트가 가능합니다.
    깃허브 모드 구독, 다운로드, 업데이트 및 LMM 업데이트에는 필요하지 않습니다.

    -What is Session Check?
    It is a means to use LMM's subscripti...

  • Install LMM

    -LMM 설치
    기존 기반모드와 달리 LMM은 하나의 독립된 실행파일입니다. 기반모드처럼 게임 폴더에 덮어씌우는 대신 따로 폴더를 만들어 저장해야합니다.

    -Install LMM
    Unlike traditional base mods, LMMs are standalone executables. Instead of being overwritten into your game folder like a base mod, you'll need to create a separate folder to save it.



    1.넥서스 모드 페이지에서 메인 파일을 다운받는다.
    1.Download the main file from the Nexus mod page.

    2.압축파일을 푼다.(주의사항:로보토미 게임 폴더에 붙여넣는게 아니라 따로 풀어야함)
    2.Unzip the compressed file(Caution: Do not paste it into the Lobotomy game folder, but unzip it...