@50. cal
Yes, all resources that you plan on using in your mission must be placed within the saved mission folder in your users folder.
- Sound
- Music
- Stringtable.csv
- Description.ext
- Briefing.html
- Overview.html
- Images(used by Briefing, Overview, and/or Dialogues)
- Scripts
It may be more organized to create a script folder Scripts and then place all scripts within that folder. Then, when you call a script, you simply add that into the call line such as... [] exec "
Scripts\MyScript.sqs"
In fact, the folders within your mission folder are simply to keep your files organized and ease your frustration when sorting them.
LikeWise, you could create a folder for all images. Just be sure to provide the correct directory path for each resource when it is called.