Skip to content

Commit

Permalink
program in c continuation
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexejhero committed May 17, 2024
1 parent 21cad85 commit 91cf4ea
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 274 deletions.

This file was deleted.

Binary file removed FMOD Project/.unsaved/metadataFileMapping.data
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<destination>{9a138035-1848-4009-bc0f-f8669d9a4fcc}</destination>
</relationship>
<relationship name="output">
<destination>{c2c62be9-374f-48d0-9aec-e6b15059afc1}</destination>
<destination>{c9a7bea2-89be-48a1-a413-6a61ea601f5b}</destination>
</relationship>
</object>
<object class="EventAutomatableProperties" id="{4b7a9e16-63fc-4dcb-8727-f545e7b796ed}" />
Expand Down Expand Up @@ -112,6 +112,7 @@
<property name="length">
<value>4.8055555555555554</value>
</property>
<property name="name" />
<relationship name="audioFile">
<destination>{fbd97384-c520-41ed-8902-a4b9e3674aa3}</destination>
</relationship>
Expand Down
2 changes: 1 addition & 1 deletion SCHIZO/Resources/AssetBundles/Assets.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ namespace SCHIZO.Resources;

public static class Assets
{
private const int _rnd = 813696171;
private const int _rnd = -1834340135;

private static readonly UnityEngine.AssetBundle _a = ResourceManager.GetAssetBundle("assets");

Expand Down
Binary file modified SCHIZO/Resources/AssetBundles/assets
Binary file not shown.
Binary file modified SCHIZO/Resources/FMODBanks/SCHIZO.bank
Binary file not shown.
2 changes: 1 addition & 1 deletion Unity/Assets/Mod/PDA Logs/Program in C/PDA Log.asset
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ MonoBehaviour:
rotation: {x: 0, y: 0, z: 0}
spawnInBZ: 1
spawnLocationBZ:
position: {x: 0, y: 0, z: 0}
position: {x: 548.13, y: -624.97, z: -1132.88}
rotation: {x: 0, y: 0, z: 0}
15 changes: 3 additions & 12 deletions Unity/Assets/Mod/PDA Logs/Program in C/Subtitles.asset
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,11 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 90317e78863519241830d4d401ab5973, type: 3}
m_Name: Subtitles
m_EditorClassIdentifier:
key:
key: EncyDesc_vo_pda_pic
lines:
- key: program_in_c-01
actor: {fileID: 11400000, guid: c876d395530adba4a9b5828f4b47c062, type: 2}
text: 'Ariel, listen to me.
OO languages?
It''s a mess.'
text: "Ariel, listen to me. OO languages? It's a mess."
- key: program_in_c-02
actor: {fileID: 11400000, guid: c876d395530adba4a9b5828f4b47c062, type: 2}
text: 'Programming in C is better than anything they''ve got over there!
Expand Down Expand Up @@ -48,9 +44,7 @@ MonoBehaviour:
'
- key: program_in_c-07
actor: {fileID: 11400000, guid: c876d395530adba4a9b5828f4b47c062, type: 2}
text: 'Program in C!
Program in C!'
text: "Program in C! Program in C!"
- key: program_in_c-08
actor: {fileID: 11400000, guid: c876d395530adba4a9b5828f4b47c062, type: 2}
text: 'Pointers, assembly, manage your memory with malloc() and free()!
Expand All @@ -64,6 +58,3 @@ MonoBehaviour:
- key: program_in_c-10
actor: {fileID: 11400000, guid: c876d395530adba4a9b5828f4b47c062, type: 2}
text: Do what you want there, close to the hardware, program in C!
- key: program_in_c-11
actor: {fileID: 11400000, guid: c876d395530adba4a9b5828f4b47c062, type: 2}
text:

0 comments on commit 91cf4ea

Please sign in to comment.