開放式動作遊戲HUD
Generates a realistic video game screenshot featuring a high-speed car chase, complete with customizable HUD elements, subtitles, and a minimap.

Prompt
{
"type": "電子遊戲遊玩截圖",
"scene": {
"setting": "日落時分的潮濕沿海公路橋樑,遠處是霓虹閃爍的城市天際線",
"action": "高速警匪追逐,帶有動態模糊和火花",
"vehicles": [
"1輛帶有尾翼的紅色跑車,車牌{argument name=\"license plate\" default=\"VICECITY\"}",
"1輛在右側撞車的警車",
"1輛在左側撞車的黑色轎車",
"1架在頭頂盤旋、帶有探照燈的警用直升機"
],
"environment_signs": [
"綠色高速公路標誌:VCI機場 安布羅西亞",
"綠色高速公路標誌:市中心 副城 孔雀灣",
"粉色廣告牌:IT CURES EMOTIONS!"
]
},
"layout": {
"sections": [
{
"title": "操作教學",
"position": "左上",
"count": 2,
"labels": ["按住 RT 加速。", "按住 LT 剎車,若已停止則倒車。"]
},
{
"title": "玩家狀態",
"position": "右上",
"count": 2,
"labels": ["5顆空心星", "{argument name=\"money amount\" default=\"$2,394,500\"}"]
},
{
"title": "導航",
"position": "左下",
"count": 4,
"labels": ["圓形小地圖", "E 13:57", "VCI機場", "0.7英里"]
},
{
"title": "字幕",
"position": "下方中央",
"count": 1,
"labels": ["{argument name=\"subtitle text\" default=\"傑森:警察包圍我們了!甩掉他們,我們得讓露西亞離開這裡!\"}"]
},
{
"title": "浮水印",
"position": "右下",
"count": 1,
"labels": ["{argument name=\"game logo\" default=\"俠盜獵車手 VI\"}"]
}
]
}
}
機器翻譯 — 實際產出作品的是原文 prompt。
原文 Prompt
{
"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\"}"]
}
]
}
}