Jump to content
The Dark Mod Forums

Some thoughts on FM downloader


maga

Recommended Posts

For example, i download mission x via fm downloader, i'm playing it and all is okey, but next day an updates is released and its now mission x 1.2. Will, on the next launch, tdm scan my installed fm and tell me if there is an update?

 

Best way to solve such issue is a CRC check, or force fm makers to put an fm version inside of file. Next time tdm will just check what version is mentioned in this file and compare with the same data on site, and tell me if there are new version exists.

 

Next, i tried to play this fm: http://modetwo.net/d...22/page__st__50 and grayman told me that:

 

If you're playing with TDM 1.04, there's a known crash loading these missions:

 

Special Delivery

The Thieves

Awaiting the Storm

Trapped

 

1.05 fixes the problem.

That's also not normal, again if such thing exits it must be told me. If i'm just going to download fm, it will tell me "be aware its not compatible with your version of TDM". And if i already donwloaded fm it will tell me "we found that some of you mission in not compatible with current version of tdm" and mark them somehow just to avoid them.

More suggestions will come soon :)

Thank you very much for your patience and sorry for my strange English. Holland btw.

Link to comment
Share on other sites

I've got another suggestion. We have two "scrolls", one with fm list and another with download schedule, right? How about to merge them? Just add check boxes and it will be enough (also it will allow to download few missions at once). This will free some space for columns where useful data could be placed, release date, completion time (this will also be a sign that you've played this fm) and author name.

 

And please, add some filter option. For example it would be perfect to filter mission list by author and release date so i could play all missions from GOGA in chronological order.

Edited by maga

Thank you very much for your patience and sorry for my strange English. Holland btw.

Link to comment
Share on other sites

Eventhough I really don't want to add to magas flood of tips, ideas & suggestions that sound like orders, I second his request for a sortable filter in the FM Loader:Finished/Added/LastPlayed.....

 

Congrats for releasing 1.05 BTW B)

Link to comment
Share on other sites

  • 4 weeks later...

Mission Downloader

The in-game mission downloader has a small limitation, that is sort of irritating.

While you are allowed to add as many missions to the download queue as you want, it will only download 13 of them.

That's exactly the amount of missions that fits on one page in the queue list.

All further missions are not downloaded and no notification indicates this.

 

Another small issue:

The 'Training Mission' - in case it is not in the fms-folder - is listed by the Server and offered for download.

But the download for this one fails and requests me to "check for writeprotection/disk full".

None of these situations applies and for sure neither the Doom3\darkmod\fms\training_mission nor the Doom3\training_mission folder do exist.

 

Not sure if this is the right place, but since the question is related :

Is there a reason why 'No Honor Among Thiefs' does not show up in the Download list ?

At least it is maintained on the official Download-list.

In case the ZIP format is a problem, then the author also had published the 3 missions as separate pk4-files.

 

Except for these little issues, the downloads worked fine for me.

 

Thanks!

Link to comment
Share on other sites

The training mission issue was easy to solve, the file was missing on the server. :)

 

I've briefly looked into the first problem, but I haven't confirmed it yet. I can see in the debugger that more than 13 downloads get scheduled in the DownloadManager, so it's strange that they won't finish. Needs further investigation.

Link to comment
Share on other sites

I searched for uninstalling FMs on the wiki but couldn't find anything on it :-X

 

I've got missions in my list I've tried uninstalling in the game - - and when that didn't work deleting them manually and refreshing but they still persist - I've got a defunct version of St. Alban's Cathedral next to the working one I want to get rid of. =-D

 

Am I missing something super obvious? Usually I do!

"No proposition Euclid wrote,

No formulae the text-books know,

Will turn the bullet from your coat,

Or ward the tulwar's downward blow

Strike hard who cares—shoot straight who can—

The odds are on the cheaper man."

 

From 'Arithmetic on the Frontier' by Rudyard Kipling

Link to comment
Share on other sites

Thanks, greebo !

 

I searched for uninstalling FMs on the wiki but couldn't find anything on it :-X

 

I've got missions in my list I've tried uninstalling in the game - - and when that didn't work deleting them manually and refreshing but they still persist - I've got a defunct version of St. Alban's Cathedral next to the working one I want to get rid of. =-D

 

Am I missing something super obvious? Usually I do!

 

Indeed I don't see the purpose of that uninstall feature either.

All it does is deleting the savegames, but the mission remains in the list.

From what I get, this works as designed.

What you would need to do:

delete the following two folders:

Doom3\stac160 and Doom3\darkmod\fms\stac160 (or however the defective one is called - maybe stac142 ?)

Since you have uninstalled the defective one via the DarkMod UI already, simply check if there is something left in Doom3\darkmod\fms.

The UI only deletes the stuff in Doom3.

In case in doubt, make sure not to delete the one that is ok.

If you have not messed with it, it should still be found in both of these folders.

 

As for my own position on the Uninstall-feature:

Hmmm.... I don't want to delete ANY savegames.

I just want the list of missions to be more readably and to be less lengthy - especially since there is no way to sort them by author, campaign, or whatever else (date of last playtime ?).

OK, maybe it does not work as I would like it to be, so I helped myself by creating two batch files that entirely move both the savegames and the mission entry away.

And restore it if I feel like replaying.

Imagine what the list will look like once there are 100+ missions !

 

Both files should be placed in the Doom3 folder (on the same level as darkmod).

Both take the name of the mission-folder that DarkMod created.

 

moveFM.bat

@echo off
echo MOVING FM %1
move darkmod\fms\%1
darkmod\-done-\ 
move %1 darkmod\-done-\%1\ 
echo DONE 

 

restoreFM.bat

@echo off 
echo RESTORING FM %1 
move darkmod\-done-\%1\%1 . 
move darkmod\-done-\%1 darkmod\fms\ 
echo DONE 

 

Note: you would need to create a folder named -done- in folder darkmod first, before trying.

No warranty provided ! :D

Edited by gnartsch
Link to comment
Share on other sites

A possibility would be an option to hide all missions from the "New Game" dialog that have been completed already? Or is the intention to remove FMs from any menu permanently, some sort of ignore list?

Link to comment
Share on other sites

A possibility would be an option to hide all missions from the "New Game" dialog that have been completed already? Or is the intention to remove FMs from any menu permanently, some sort of ignore list?

 

There is absolutely no need for an ignore list.

It is just hard to keep track which missions belong together/are from the same author if you have to scroll through 4 pages or more.

Or which ones one might have completed already.

So, currently I keep track of the missions OUTSIDE the TDM UI and move back in the ones I feel like replaying.

 

What I feel missing in the list: info about the author/campaign.

If the list was sorted by author, then this would help very much already.

Plus a flag : 'completed' (and maybe 'update availlable' ?)

Link to comment
Share on other sites

Plus a flag : 'completed' (and maybe 'update availlable' ?)

A green check mark already flag completed FMs.;)

 

But indeed, any sorting possibility would be a fine improvement in usability. Specially for "Author name" and "Completed". If the players sort setting would persist between TDM sessions it would even be more splendid!! :rolleyes:

"To rush is without doubt the most important enemy of joy" ~ Thieves Saying

Link to comment
Share on other sites

A possibility would be an option to hide all missions from the "New Game" dialog that have been completed already? Or is the intention to remove FMs from any menu permanently, some sort of ignore list?

 

Oof, sorry, I've got it sorted now - It was just deleting things like that converted Quake 4 map or other "in progress" maps I didn't want in the menu! =-3

 

As for the green tick, one other person pointed this out: In Sotha's Vertical Tower mission, I've completed it, even reloaded the game and completed it again - and no green tick appears after I get the mission complete screen. No other mission does this, which is weird.

"No proposition Euclid wrote,

No formulae the text-books know,

Will turn the bullet from your coat,

Or ward the tulwar's downward blow

Strike hard who cares—shoot straight who can—

The odds are on the cheaper man."

 

From 'Arithmetic on the Frontier' by Rudyard Kipling

Link to comment
Share on other sites

The change I would like to see in the FM downloader is up to the FM authors, rather than Greebo. :) When an update to an FM has been released, I would like to know whether it is worth replaying it, so a brief summary of the additions and fixes in the long mission description would be great.

 

Indeed I don't see the purpose of that uninstall feature either.

All it does is deleting the savegames, but the mission remains in the list.

The purpose is solely to clean up your Doom 3 folder. Every FM creates its own folder under the Doom 3 Folder with a second copy of the FM pk4. The Uninstaller simply removes this redundancy and ensures a clean folder structure.

Link to comment
Share on other sites

  • 1 month later...

Hi,

 

Just reporting some downloader issues.

 

I used it - the one that comes with TDM 1.06 - once and got a huge list of missions to be upgraded. I trusted the information, but after some minutes I had a mission list plenty of duplicates. Inside doom3 and fm folders I noticed the names of the last downloaded missions had "_" between the words, while the ones of the previously downloaded missions did not have it. Then I finally checked txt files and noticed that I already had the new versions... So I manually deleted the repeated folders and renamed the old folders after the new ones. After that the downloader hasn't but "A score to settle" in list, one of the fresh missions I downloaded among the 'updated'. What to do? Believe that a new version appeared just after I got the mission and re-download the file or...?

 

I can't remember the reason, but in trying to do these fixes I deleted the ".tdminfo" file, and now the finished missions are no more checked, and some minor informations are gone too... As TDM checks the size of saved files, this information is kept.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recent Status Updates

    • nbohr1more

      Was checking out old translation packs and decided to fire up TDM 1.07. Rightful Property with sub-20 FPS areas yay! ( same areas run at 180FPS with cranked eye candy on 2.12 )
      · 2 replies
    • taffernicus

      i am so euphoric to see new FMs keep coming out and I am keen to try it out in my leisure time, then suddenly my PC is spouting a couple of S.M.A.R.T errors...
      tbf i cannot afford myself to miss my network emulator image file&progress, important ebooks, hyper-v checkpoint & hyper-v export and the precious thief & TDM gamesaves. Don't fall yourself into & lay your hands on crappy SSD
       
      · 3 replies
    • OrbWeaver

      Does anyone actually use the Normalise button in the Surface inspector? Even after looking at the code I'm not quite sure what it's for.
      · 7 replies
    • Ansome

      Turns out my 15th anniversary mission idea has already been done once or twice before! I've been beaten to the punch once again, but I suppose that's to be expected when there's over 170 FMs out there, eh? I'm not complaining though, I love learning new tricks and taking inspiration from past FMs. Best of luck on your own fan missions!
      · 4 replies
×
×
  • Create New...