Skip to content

Commit

Permalink
Better AI Holo (#1680)
Browse files Browse the repository at this point in the history
<!--
This is a semi-strict format, you can add/remove sections as needed but
the order/format should be kept the same
Remove these comments before submitting
-->

# Description

<!--
Explain this PR in as much detail as applicable

Some example prompts to consider:
How might this affect the game? The codebase?
What might be some alternatives to this?
How/Who does this benefit/hurt [the game/codebase]?
-->

Change the AI Hologram to the AI eye

---

<!--
This is default collapsed, readers click to expand it and see all your
media
The PR media section can get very large at times, so this is a good way
to keep it clean
The title is written using HTML tags
The title must be within the <summary> tags or you won't see it
-->

<summary><h1>Media</h1></summary>
<p>

old:

![image](https://github.com/user-attachments/assets/f40947f3-7a8c-4d93-bb4a-58ba0c2abcf9)


new:

![image](https://github.com/user-attachments/assets/59c84f21-50ee-43bb-8175-2ee59f33dda7)

---

# Changelog

<!--
You can add an author after the `:cl:` to change the name that appears
in the changelog (ex: `:cl: Death`)
Leaving it blank will default to your GitHub display name
This includes all available types for the changelog
-->

:cl: Ichai
- tweak: Change the AI Hologram to AI eye
  • Loading branch information
Ichaie authored Jan 30, 2025
1 parent 09a3f6c commit f8b64a5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Resources/Prototypes/Entities/Mobs/Player/silicon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -486,8 +486,8 @@
- Incorporeal
- BaseMob
id: StationAiHolo
name: Hologram
description: A projection of the AI.
name: AI eye
description: The AI's viewer.
categories: [ HideSpawnMenu ]
suffix: DO NOT MAP
components:
Expand All @@ -501,7 +501,7 @@
- type: Sprite
sprite: Mobs/Silicon/station_ai.rsi
layers:
- state: default
- state: ai_camera
shader: unshaded
map: ["base"]
- type: LanguageKnowledge
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions Resources/Textures/Mobs/Silicon/station_ai.rsi/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,15 @@
]
]
},
{
"name": "ai_camera",
"delays": [
[
1.0,
1.0
]
]
},
{
"name": "ai_dead"
},
Expand Down

0 comments on commit f8b64a5

Please sign in to comment.