Skip to content

Commit

Permalink
update warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
jdarpinian committed Jun 7, 2024
1 parent 1c7bad1 commit 21a2103
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1614,7 +1614,7 @@ ifneq ($(EMSCRIPTEN_PRELOAD_FILE),1)
@echo " Warning: Game files not found in '$(BASEGAME)'."
@echo " They will not be packaged by Emscripten or preloaded."
@echo " To run this build you must serve the game files from a web server"
@echo " and provide their paths to ioquake.html as query parameters."
@echo " and list their paths in ioq3-config.json."
@echo " To make a build that automatically loads the game files, create a"
@echo " directory called '$(BASEGAME)' and copy your game files into it, then"
@echo " 'emmake make clean' and rebuild."
Expand Down
2 changes: 1 addition & 1 deletion code/web/baseq3/ioq3-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
{"src": "baseq3/pak7.pk3", "dst": "/baseq3"},
{"src": "baseq3/pak8.pk3", "dst": "/baseq3"}
]
}
}
2 changes: 1 addition & 1 deletion code/web/empty/ioq3-config.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"files": []
}
}

0 comments on commit 21a2103

Please sign in to comment.