SUPPORT BOARD OVERVIEW & TIPS:

About Receiving Help from the Support Board: While all members may answer questions posted in the Support board, you should only rely on responses posted or confirmed by support moderators and website administrators. Any solutions provided by members of the community that are not verified by a staff member (as indicated by a light-green background) are provided as-is, and we cannot take responsibility for any of the results of said actions.

About Responding to Support Threads: If you feel you know the answer to a question, you are welcome to respond to the thread and politely offer assistance. Please be courteous and try to provide detailed and helpful solutions to users who may not be as advanced as you. We ask that you refrain from posting one-sentence solutions.

Please search for existing topics before creating one! It's quite likely someone else has already encountered a similar issue which was resolved. You can search for existing support threads by clicking here .

About Topic Tags:

* Topics denoted with the [OPEN] tag are awaiting a response from the end user. You are welcome to post in these threads if you are experiencing a similar issue so we may provide further support.

* Topics denoted with the [RESOLVED] title have been successfully answered and confirmed by a support moderator and the end user, and should be used as a reference. These topics are locked.

* Topics denoted with the [CLOSED] tag were either inactive for more than 30 days or the end user did not respond to a suggestion and confirm if the issue was resolved. These topics are locked.

lock [READ] interiorCheck.cs - Check for missing interiors!

  • Seizure22
  • Seizure22's Avatar Topic Author
  • Offline
  • Intermediate Marbler
  • Intermediate Marbler
  • Posts: 79
  • Thank you received: 0
02 Sep 2011 06:47 - 14 Sep 2014 15:50 #1
localhostr.com/file/YPRiVki/interiorcheck.cs

paste into marble folder, put this in main.cs:

exec(marble/interiorcheck.cs);

checks interior files based on the playMissionGui's grouping (beginner, advanced, etc)

select the tab of levels you want to test and run checkInteriors(); in the console

you'll be notified if there were any missing interiors
Last edit: 14 Sep 2014 15:50 by Aayrl.
The topic has been locked.
  • dobrakmato
  • dobrakmato's Avatar
  • Offline
  • Experienced Marbler
  • Experienced Marbler
  • Posts: 134
  • Thank you received: 0
02 Sep 2011 11:36 #2
Great job!
The topic has been locked.
  • Three
  • Three's Avatar
  • Offline
  • Lead Developer
  • Lead Developer
  • level designer
  • Posts: 468
  • Thank you received: 349
02 Sep 2011 16:10 #3
Wow! I didn't think doing something like this was possible! Good job! :D

Follow me on twitter at @threefolder
The topic has been locked.
  • Posts: 1638
  • Thank you received: 15
02 Sep 2011 16:11 #4
This will be very helpful, thanks!
The topic has been locked.
  • Perishingflames
  • Perishingflames's Avatar
  • Offline
  • Senior Marbler
  • Senior Marbler
  • Posts: 882
  • Thank you received: 21
02 Sep 2011 22:40 #5
Used this for CLA and the Monthly Packs a bit back and I can tell you this is definitely helpful
The topic has been locked.
  • Perishingflames
  • Perishingflames's Avatar
  • Offline
  • Senior Marbler
  • Senior Marbler
  • Posts: 882
  • Thank you received: 21
13 Feb 2013 09:13 #6
I was having a problem with this glitching and not running through all the missions in the directory and I traced the problem to a few .mis's that had the //--- OBJECT WRITE END --- indented.

So, quick fix: Change
if (%line $= //--- OBJECT WRITE END ---)
to
if (stripFrontSpaces(%line) $= //--- OBJECT WRITE END ---)
The topic has been locked.
  • Jeff
  • Jeff's Avatar
  • Offline
  • Elite Marbler
  • Elite Marbler
  • PlatinumQuest Programmer
  • Posts: 1680
  • Thank you received: 205
13 Feb 2013 23:08 #7
thanks for the update PF, you could also just do trim(%line) too, as that strips both front and end spaces.

I am a programmer. Most here know me for being one of the major contributors to Marble Blast Platinum and PlatinumQuest.
The topic has been locked.
Moderators: Doomblah
Time to create page: 0.995 seconds
We use cookies

We use cookies on our website. Some of them are essential for the operation of the site, while others help us to improve this site and the user experience (tracking cookies). You can decide for yourself whether you want to allow cookies or not. Please note that if you reject them, you may not be able to use all the functionalities of the site.