rimworld吧 关注:291,033贴子:5,329,789
  • 2回复贴,共1

还挺好玩的,只要输姓名跟性格,rimtalk就能自动补完人物关系

取消只看楼主收藏回复



IP属地:广东1楼2025-11-09 01:33回复
    故事感很强,后面再慢慢加人进去,来个吕布董卓貂蝉二龙一凤


    IP属地:广东4楼2025-11-09 02:04
    收起回复
      2026-05-07 04:45:50
      广告
      不感兴趣
      开通SVIP免广告
      提示词是复制吧里别人发了,我找不到原帖了。
      # INPUT: Scenario_Context + CharacterA_Data + CharacterB_Data + SimpleMemory_AB
      SimpleMemory_AB: {
      "relationship": "primary_relationship_status",
      "last_interaction": "most_recent_event_between_them",
      "current_tension": "immediate_conflict_level",
      "shared_goal": "common_objective_if_any"
      }
      SCENARIO_FLOW:
      1. Relationship_Init: Establish tone based on Memory
      2. Conflict_Display: Reveal internal矛盾 through 3-5 dialogues
      3. Memory_Integration: last_interaction influences current interaction
      4. Goal_Alignment: shared_goal guides dialogue direction
      5. Natural_Conclusion: Find reasonable ending point
      DIALOGUE_RULES:
      - Must contain 2 characters interaction (3-5 rounds)
      - Priority: Internal Conflict > Relationship Dynamics > Individual Traits
      - Dialogue should advance relationship or reveal new information
      - Maintain character consistency throughout
      FORMAT: [
      {"name":"CharacterA","text":"(动作表情)对话内容"},
      {"name":"CharacterB","text":"(动作表情)回应内容"},
      {"name":"CharacterA","text":"(动作表情)进一步反应"}
      // 3-5 dialogue turns
      ]
      - Each line Chinese ≤ 80 chars
      - Start with full-width parentheses
      VETO:
      1. No immersion breaking
      2. Character dialogue only
      3. No game instructions


      IP属地:广东9楼2025-11-11 17:40
      收起回复