Thanks for the help. Tried again and I hear the end level sound but the stadium doesn't load, it appears the small one.
I checked the SEARCH button in the app when I received this message: "This stadium textures for the stadium with the id: ## (depending on the team) could not be found in the game/data/sceneassets/stadium folder or in the stad_source_files.zip. Your stadium will not be loaded!". I copied and pasted the
data files from the zip file in the game folder and I selected the
stad_source_files.zip in the app.
View attachment 79534
The error lines in the code are the following:
Code:
Loading required package: beepr
Error in paste("The stadium textures for the stadium with the id:", stadium_id, :
object 'stadium_id' not found
In addition: Warning messages:
1: In for (i in seq_len(n)) { :
closing unused connection 3 (D:/Program Files (x86)/FIFA Master/Stadium Server R App/exported_files_DB/teams.txt)
2: In for (i in seq_len(n)) { :
closing unused connection 3 (D:/Program Files (x86)/FIFA Master/Stadium Server R App/exported_files_DB/teamstadiumlinks.txt)
3: In UseMethod("levels") :
closing unused connection 4 (D:/Program Files (x86)/FIFA Master/Stadium Server R App/exported_files_DB/stadiumassignments.txt)
4: In UseMethod("levels") :
closing unused connection 3 (D:/Program Files (x86)/FIFA Master/Stadium Server R App/exported_files_DB/stadiums.txt)
5: In .bindingMetaName(field) :
closing unused connection 4 (D:/Program Files (x86)/FIFA Master/Stadium Server R App/exported_files_DB/teams.txt)
6: In .bindingMetaName(field) :
closing unused connection 3 (D:/Program Files (x86)/FIFA Master/Stadium Server R App/exported_files_DB/teamstadiumlinks.txt)
Error in paste("The stadium textures for the stadium with the id:", stadium_id, :
object 'stadium_id' not found
In addition: Warning messages:
1: In for (i in seq_len(n)) { :
closing unused connection 4 (D:/Program Files (x86)/FIFA Master/Stadium Server R App/exported_files_DB/stadiumassignments.txt)
2: In for (i in seq_len(n)) { :
closing unused connection 3 (D:/Program Files (x86)/FIFA Master/Stadium Server R App/exported_files_DB/stadiums.txt)
3: In formals(sys.function(sysP <- sys.parent())) :
closing unused connection 4 (D:/Program Files (x86)/FIFA Master/Stadium Server R App/exported_files_DB/teams.txt)
4: In formals(sys.function(sysP <- sys.parent())) :
closing unused connection 3 (D:/Program Files (x86)/FIFA Master/Stadium Server R App/exported_files_DB/teamstadiumlinks.txt)
Error in File_loader_external() : Stadium textures are missing!
In addition: There were 14 warnings (use warnings() to see them)
Sorry for bringing this problem and not being able to solve it myself.