ScalpelOne 10 Posted July 22, 2013 New to scripting here. I have a mission where I put into the game through the editor, populate village. Now evidently it has been taken out of the game but it continues to give me an error. I would like to take it out of my scripts but I don't know how. Any help would be appreciated. The complete error is- mpmissions\_ _cur_mp.Stratis\mission.sqm/Mission/Groups/Item65/Vehicles/Item0.Vehicle:Vehicle class Site_Civilian no longer exists any help would be appreciated.:D Thanks ScalpelOne Share this post Link to post Share on other sites
Von Quest 1163 Posted July 22, 2013 Open up the mission.sqm file in an editor (I use Notepad++). Then in top menu click Search >> Replace... Type in Site_Civilian to be replace by Site_OPFOR. Click Replace ALL. At that point you will now be able to see all those sites on Map. Leave in or just delete them. (Always leave Notepad++ and the files up in the background so you can just use Alt+Tab to jump back and UNDO if you made a mistake.) Hope that helps. Share this post Link to post Share on other sites
ScalpelOne 10 Posted July 22, 2013 Goblin, Thanks so much for the reply. It worked with out a problem. I'm new to scripts and do most of my making of scenarios through the in-game editor. Maybe I can ask you another question. I'm not quite sure how to get up the opening graphic, name of scenario, description of my game and my name. If you could point me out to a decent script one that is not too complicated or explain if it isn't too much trouble. Thanks again, I didn't even think about replacing it. Wish I new more. Share this post Link to post Share on other sites
Von Quest 1163 Posted July 23, 2013 You need a description.ext file in the Mission Folder. More info here and here. You can use the same editor. Here is an example of my main one. Change the text to anything: onLoadName = "COMMANDO"; author = "R. Von Quest"; OnLoadMission = "CIA Intel has indicated suspicious activity off the coast of Greece. JSOC has authorized several Covert Ops throughout the region."; Share this post Link to post Share on other sites
spank309 10 Posted July 11, 2015 What can I do with this? sorry I can not very well English mission.sqm/mission/vehicle/item27.vehicle: vehicle class no longer exists Please Help Me Share this post Link to post Share on other sites