wheres my rabbit ? 10 Posted February 23, 2005 i have made a mission which works fine when i preview it and also when i host it in MP . but as soon as i try and run on my second computer on a dedicated server it wont even load the unit selection screen and doesn't give any error msg . i was using some addons that i took out and have removed from the addons required list in mission .sqm i also read somewhere that dedi server will only accept lower case names (then read that this only affected linux servers). bizarre thing is when i uploaded to the clans linux server it worked so i'm thinking oh well at least it works on the server its meant for ... so i got back to fixing a few duff triggers n things n making a few adjustments ... finnish tinkering with it n export to MP upload it to linux server n now it wont work on that either has anybody got any suggestion as to where i am going wrong or is there something i'm not doing ?? i have searched and all i get is a load of interesting but random stuff to read ... Share this post Link to post Share on other sites
Rommel 2 Posted February 23, 2005 Maybe if you posted the mission.sqm or something, does the mission even start or is they an error message? Share this post Link to post Share on other sites
wheres my rabbit ? 10 Posted February 23, 2005 Maybe if you posted the mission.sqm or something, does the mission even start or is they an error message? post all of it ? no error screen just flickers n goes straight back to mission list Share this post Link to post Share on other sites
sanctuary 19 Posted February 23, 2005 Well without erros it is hard to guess, have you gave a look if a flashpoint.rpt (it's a text file) has not been generated by the error in the root of your OFP directory ? All i can think is that some addons are making errors and crashes on dedicaced servers (while working totally well in other kind of servers or offline) because of some textures ratios. Maybe you have one of those on your dedicaced server ? Share this post Link to post Share on other sites
Chris Death 0 Posted February 23, 2005 Just in case: you know that: EXPORT TO MP doesn't overwrite an already existing mission.pbo? You need to delete or move a pre-existing version before you export again to MP. ~S~ CD Share this post Link to post Share on other sites
wheres my rabbit ? 10 Posted February 23, 2005 Just in case:you know that: EXPORT TO MP doesn't overwrite an already existing mission.pbo? You need to delete or move a pre-existing version before you export again to MP. ~S~ CD if only i was beeing that stupid . i probably am but not in that way : ) @sanctuary ..i'll look into that althought the mission originally used different addons it wouldn't run on dedi server then an come to think of it hardly any missions i make run on a a dedi . i will post the addons bit from mission .sqm hopefully someone might know of probs with any of em .. i noticed a few other missions made by the other guys on our clan server which do the same aswell edit: theres nothing in rpt file ...the game dont crash so probs wont be more edit: i just sent to someone else and got them to compile it and put t on server and it worked but if i compile it either exporting to MP or using pbo tool it has only worked once Share this post Link to post Share on other sites
[aps]gnat 28 Posted February 24, 2005 To reset addons in a mission I open the mission.sqm file and edit the front bit. It normally looks like this; <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">version=11; class Mission { Â addOns[]= Â { Â Â Â "bas_soar185", Â Â Â "Flags1", Â Â Â "Su25", Â Â Â "6G30", Â Â Â "Nimitz", Â Â Â "LaserGuided", Â Â Â "AH64", Â Â Â "editorupdate102" Â }; Â addOnsAuto[]= Â { Â Â Â "bas_soar185", Â Â Â "Flags1", Â Â Â "Su25", Â Â Â "6G30", Â Â Â "Nimitz", Â Â Â "AH64", Â Â Â "editorupdate102" Â }; but I simple change it to this, save it, then open up the mission for editting in OFP and it usually fixes most problems. <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">version=11; class Mission { Â addOns[]= Â { Â }; Â addOnsAuto[]= Â { Â }; Suggest copying the file beforehand ..... just in case. Share this post Link to post Share on other sites
wheres my rabbit ? 10 Posted February 24, 2005 yep did that .. also load mission in editor alt tab delete mission sqm preview n resave .. theirs none of the old addons in addons[]= bit a m8 decompiled it add a couple more playable west units n it worked tho Share this post Link to post Share on other sites