소프트웨어

[유틸] Dialogue Designer 소개(Introduce),리뷰(Review),할인(Sale) 관련

AlrepondTech 2022. 1. 29. 22:24
반응형

 

 

 

 

=======================

=======================

=======================

 

 

 

 

소프트웨어 링크(SoftUrl):

- https://store.steampowered.com/app/1273620/

 

운영체제(OS):

- Windows

 

할인율, 할인했던 금액(Sale Record): 

- 기본앱 50% (5,250원 최저가)

 

* 무료 소프트웨어 유틸, 영상툴, 3D툴, 그림툴 등등 모음 관련

- https://202psj.tistory.com/2063 //정보링크

 

* 소프트웨어 필요정보 모음 관련 [Essentials] *

- https://202psj.tistory.com/1895 //정보모음

 

//할인율은 제작사 사정에 따라 다릅니다. 스팀세일(여름,겨울,기타)또는 제작사에서 상시로 할인할 때를 노리세요!!

 

 

 

 

RPG 및 Visual Novels와 같은 스토리 중심 게임을 위해 설계된 강력하지만 사용하기 쉬운 분기 대화 편집기입니다.
프로그래밍 경험이 없어도 몇 초 만에 복잡한 비선형 데이터 구조를 생성할 수 있습니다!
Unity, Unreal 4, Godot, Construct 3, GameMaker Studio 2 등과 함께 작동합니다!

DIALOGUE DESIGNER 요약:
비선형 스토리 만들기
게임 내 컷씬 디자인
다중 선택 답변으로 분기 대화 작성
변수와 조건으로 대화와 컷신을 제어하세요.
간단한 시각적 스크립팅 시스템 만들기
데이터베이스에서 문자 및 변수 구성
단일 JSON 파일로 내보내기/가져오기

라이센스가 필요하지 않습니다. 한 번만 지불하면 영원히 소유할 수 있습니다(향후 업데이트 포함).

-----------

*특징:

가볍고 사용하기 쉬움
편집기는 프로그래머가 아닌 사용자를 위해 만들어졌습니다. 이해하고 탐색하기 쉽습니다. 또한 빠르고 가벼우며 덜 강력한 PC에서도 원활하게 실행됩니다.

아름다운 인터페이스
최소한의 활용도가 높은 인터페이스. 사용 가능한 두 가지 테마: 파란색과 어둠.

데이터베이스
편집기에는 문자 데이터베이스와 지역 변수 데이터베이스(문자열, 정수, 부울)가 포함되어 있습니다. 대화를 구성하고 플레이어의 진행 상황을 추적하는 데 매우 유용합니다.

다국어 지원
드롭다운 메뉴에서 대화 언어를 선택하여 변경합니다. 사용할 수 있는 언어의 양에는 제한이 없습니다.

JSON 파일로 내보내기
클릭 한 번으로 대화를 JSON 텍스트 파일로 내보냅니다. JSON 파일은 사람이 읽기 쉬운 간단한 텍스트 파일입니다. 여기에서 각 키에는 다음과 같은 값 세트가 할당됩니다.

캐릭터: "매트",
메시지: "안녕하세요!",
is_happy_to_see_you: 참

그렇게 하면 좋아하는 게임 엔진이나 프레임워크로 임포트하는 것이 매우 간단합니다. 대부분은 이미 JSON 파일을 임포트하고 이를 사용하여 대화를 생성하기 위한 많은 튜토리얼과 플러그인을 가지고 있습니다.

사용 가능한 노드(입력 유형):
메시지 표시 - 대화 메시지를 표시합니다.
Wait - 주어진 시간 동안 대화를 일시 중지합니다.
실행 - 한 줄의 코드를 실행합니다.
조건 - 조건에 따라 다른 경로를 취합니다.
기회 - 두 가지 경로 중 하나를 선택할 확률이 있습니다.
Random - 무작위로 다른 경로를 취합니다.
반복 - 대화의 일부를 x 횟수만큼 반복합니다.
변수 설정 - 로컬 변수를 변경합니다.
설명 - 대화를 구성하는 데 사용됩니다.

위의 각 노드 사용법은 단지 하나의 제안일 뿐이므로 각 노드의 용도를 필요에 맞게 쉽게 변경할 수 있습니다.

-----------

도움이 더 필요하면 설명서를 참조하거나 저에게 연락하여 질문하십시오!

 

 

 

A powerful (but easy to use) branching dialogue editor designed for story-driven games like RPGs and Visual Novels.
Create complex non-linear data structures in seconds, no programming experience required!
Works with Unity, Unreal 4, Godot, Construct 3, GameMaker Studio 2 and many more!

DIALOGUE DESIGNER in a nutshell:

  • Create non-linear stories
  • Design in-game cutscenes
  • Write branching conversations with multiple choise answers
  • Control your dialogues and cutscenes with variables and conditions
  • Create simple visual scripting systems
  • Organize your characters and variables in databases
  • Export to / Import from a single JSON file


No license required. Pay once, and it's yours forever (along with any future updates).

-----------

FEATURES:

LIGHT-WEIGHT AND EASY TO USE

The editor was created for non-programmers. It is easy to understand and navigate. It is also fast and lightweight - it runs smoothly even on less powerful PCs.

BEAUTIFUL INTERFACE

Minimalistic, highly usable interface. Two themes available: Blue and Dark.

DATABASES

The editor includes a characters database and local variables database (strings, integers, booleans). They are incredibly helpful in organising the dialogue and keeping track of player's progress.

SUPPORT FOR MULTIPLE LANGUAGES

Change the dialogue language by selecting it from a drop-down menu. There are no limits for the amount of languages you can use.

EXPORT TO JSON FILE

Export your dialogue with one click to a JSON text file.JSON files are simple text files, which are easy to read by a human (one like you!). In it, each key is assigned a set of values, for example:

character: "Matt",
message: "Hello!",
is_happy_to_see_you: TRUE


That way it is very simple to import into your favourite game engine or framework, most of which already have lots of tutorials and plugins for importing JSON files and creating dialogues using them.

AVAILABLE NODES (input types):

  • Show Message - Shows a dialogue message
  • Wait - Pauses the dialogue for a given amount of time
  • Execute - Executes a line of code
  • Condition - Takes different paths based on a condition
  • Chance - Has a chance of taking one of two paths
  • Random - Takes different paths at random
  • Repeat - Repeats a part of the dialogue x amount of times
  • Set Variable - Changes a local variable
  • Comment - Used for organizing the dialogue.


The above usage of each node is just a proposition, you can easily repurpose each node to suit your needs.

-----------

See the documentation if you need more help or contact me and ask a question!

 

 

 

 

 

사이트리뷰[Review]: (소개부분에 링크)

환상적인 것은 편집기가 문자/변수 등과 유사한 사용자 정의 필드 또는 태그를 허용하는 것입니다. 사용자 정의 필드는 다양한 노드와 연관될 수 있고 파서에서 특정 쿼리 시스템을 가질 수 있습니다.
제 경우에는 특정 노드가 있는 오디오의 관련 파일 이름과 같은 사용자 정의 요소를 추가하고 싶습니다. 추가해야 할 것들이 더 많을 것이라고 확신합니다.
마지막으로 우리 모두가 카메라를 필요로 하는 것은 아니므로 카메라 추적 확인란을 선택 사항으로 만드는 것이 좋습니다(더 좋은 것은 사용자 정의 필드로 만드십시오).
위의 내용 외에 저는 강력히 추천하며 저자가 원하면 라이브 스트림에 참여하여 프로젝트에 대해 더 자세히 이야기할 수 있도록 초대합니다. 우리는 확실히 다음 몇 에피소드에서 속도를 내기 위해 노력할 것입니다.
정말 흥미로운 발견입니다!

 

 

 

사이트리뷰[Review]: (소개부분에 링크)

나는 이 소프트웨어를 강력히 추천합니다. 특히 많은 코딩으로 인해 창작 과정이 방해를 받거나 새로운 프로그래밍 언어를 배워야 하는 사람들에게 강력히 추천합니다. 많은 훌륭한 기능이 있으며 개발자들이 이 인상적인 제품에 계속 추가할 것이라고 확신합니다. 미래에는 다른 리뷰어가 말한 대로 렌파이 엔진(비주얼 노벨 엔진)용 rpy 스크립트 형식으로 대화를 내보낼 수 있다면 정말 좋을 것입니다.

 

 

 

반응형

 

728x90

 

 

 

기능체험하기, 환불[Refund]:

스팀에서 2시간 안되서 실행하고 환불하면 환불이 됩니다, 기능이 궁금하시면 구매하시고

2시안에 실행해보시고 아니다 싶으면 바로 환불 하시면 됩니다.(2시간 넘으시면 아니됩니다..)

환불: https://godpsj.tistory.com/24

 

 

 

 

 

#PV, 트레일러(Trailer), 소개[Video Link]

- https://youtu.be/K9vTILpN--4

 

 

소개,리뷰,정보링크(Introduce, Review, Info Link): 

- https://steamcommunity.com/id/AirlockSoftware/recommended/1273620/ //스팀리뷰

 

- https://steamcommunity.com/profiles/76561198024856273/recommended/1273620/ //스팀리뷰

 

- https://youtu.be/K9vTILpN--4 //PV

 

 

 

 

 

할인정보관련[Platform Sale Info]:

- https://godpsj.tistory.com/527 //각각 플랫폼 할인 관련

 

 

=======================

=======================

=======================

 

 

 

 

 

반응형