Prompt Gallery

3D / 游戏 / 像素 / 等距

GTA VI 游戏画面截图模拟

生成一张逼真的高速警匪追逐游戏截图,并支持自定义 UI 叠加层。

ID
13743
作者
Dr. Beaky
标签
3D / 游戏 / 像素 / 等距 / UI / App / 网页 / SaaS / 商业海报 / 广告 / 社媒

中文提示词

{
  "type": "游戏画面截图模拟",
  "scene": "日落时分湿滑高速公路大桥上的高速警匪追逐",
  "vehicles": {
    "player_car": "带有动态模糊的红色跑车,车牌为 '{argument name=\"license plate\" default=\"VICECITY\"}'",
    "police": "2 辆闪烁警灯的警车,1 架带有探照灯的警用直升机",
    "traffic": "3 辆民用车辆,左侧碰撞处火花四溅"
  },
  "environment": {
    "sky": "充满活力的橙紫色日落",
    "cityscape": "带有霓虹灯和摩天轮的沿海城市天际线",
    "road": "反射着红色尾灯的湿沥青路面",
    "signage": [
      "2 个绿色高速公路路牌(VCI 机场,罪恶都市市中心)",
      "1 个发光的广告牌,文字为 '{argument name=\"billboard text\" default=\"IT CURES EMOTIONS!\"}'"
    ]
  },
  "ui_elements": {
    "count": 5,
    "top_left": "黑色背景白色文字 '按住 RT 加速。按住 LT 刹车,或在停止时倒车。'",
    "top_right": "5 星通缉等级和绿色文字 '{argument name=\"money amount\" default=\"$2,394,500\"}'",
    "bottom_left": "带有 GPS 路线的圆形小地图,时间 '13:57',地点 'VCI 机场',距离 '0.7mi'",
    "bottom_center": "字幕文本 '{argument name=\"subtitle text\" default=\"Jason: 到处都是警察!甩掉他们,我们得带 Lucia 离开这儿!\"}'",
    "bottom_right": "游戏 Logo '{argument name=\"game title\" default=\"Grand Theft Auto VI\"}'"
  }
}

原始提示词

{
  "type": "video game gameplay screenshot",
  "scene": {
    "setting": "wet coastal highway bridge at sunset, distant neon city skyline",
    "action": "high-speed police chase with motion blur and sparks",
    "vehicles": [
      "1 red sports car with spoiler, license plate {argument name=\"license plate\" default=\"VICECITY\"}",
      "1 police car crashing on the right",
      "1 black car crashing on the left",
      "1 police helicopter with spotlight overhead"
    ],
    "environment_signs": [
      "green highway sign: VCI Airport Ambrosia",
      "green highway sign: Downtown Vice City Peacock Bay",
      "pink billboard: IT CURES EMOTIONS!"
    ]
  },
  "layout": {
    "sections": [
      {
        "title": "controls tutorial",
        "position": "top-left",
        "count": 2,
        "labels": ["Hold RT to accelerate.", "Hold LT to brake or reverse if stopped."]
      },
      {
        "title": "player status",
        "position": "top-right",
        "count": 2,
        "labels": ["5 hollow stars", "{argument name=\"money amount\" default=\"$2,394,500\"}"]
      },
      {
        "title": "navigation",
        "position": "bottom-left",
        "count": 4,
        "labels": ["circular minimap", "E 13:57", "VCI Airport", "0.7mi"]
      },
      {
        "title": "subtitles",
        "position": "bottom-center",
        "count": 1,
        "labels": ["{argument name=\"subtitle text\" default=\"Jason: Cops all over us! Lose 'em, we gotta get Lucia outta here!\"}"]
      },
      {
        "title": "watermark",
        "position": "bottom-right",
        "count": 1,
        "labels": ["{argument name=\"game logo\" default=\"Grand Theft Auto VI\"}"]
      }
    ]
  }
}