in0finite / SanAndreasUnity

Open source reimplementation of GTA San Andreas game engine in Unity
https://discord.gg/p6jjud5
MIT License
2.13k stars 352 forks source link

exception: archive not found #14

Closed Looke351 closed 5 years ago

Looke351 commented 5 years ago

i tried to start the game, but i keep getting an error. is something missing?

here's the error: Exception: Archive not found: D:\github clones\SanAndreasUnity/models/gta3.img SanAndreasUnity.Behaviours.Loader.StepLoadArchives () (at Assets/Scripts/Behaviours/Loader.cs:271) SanAndreasUnity.Behaviours.Loader+cIterator0.MoveNext () (at Assets/Scripts/Behaviours/Loader.cs:180) UnityEngine.Debug:LogException(Exception) SanAndreasUnity.Behaviours.Loader:HandleExceptionDuringLoad(Exception) (at Assets/Scripts/Behaviours/Loader.cs:214) SanAndreasUnity.Behaviours.cIterator0:MoveNext() (at Assets/Scripts/Behaviours/Loader.cs:182) UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)

Bigbossbro08 commented 5 years ago

Did you set the right directory of GTA:SA? I think not. You need to fix that.

z3nth10n commented 5 years ago

You are putting as GTA path your project path. You need a legal copy of the game to run the project.