Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
  • 0
Clippy

can you force compat with DSDA?

Question

ok - so here I am making a limit removing map right - and for DSDA I tested map 30 of it and the monsters didn't relefrag each other ... and I really really wanted em to

 

so I found out DSDA default compat is MBF21 - well ok - now I have to hope ppl play at the right compat or map 30 is borked right

 

Wondering like ... is there UMAPINFO code that will force the player to have this feature regardless? sort of like the map 30 special in GZ's mapinfo? Or even better a way to just force that compat without simply having trust in the player to do it lol

 

its a longshot but thought I would try

 

happy newyears all - exciting times I have 7 maps to go to complete this thing getting weary 

Share this post


Link to post

7 answers to this question

Recommended Posts

  • 0
Posted (edited)

You can include an OPTIONS lump with the string "comp_telefrag 1" (without the quotes). When comp_telefrag is 0, as it is for MBF and MBF21, only spawn cubes telefrag, but when it's 1 it happens for anything on MAP30 instead.

 

The COMPLVL lump will set the complevel if players don't specify it themselves, while the OPTIONS lump sets compatibility flags if people use MBF or MBF21 complevel anyway.

Edited by Shepardus

Share this post


Link to post
  • 0
1 hour ago, Shepardus said:

You can include an OPTIONS lump with the string "comp_telefrag 1" (without the quotes). When comp_telefrag is 0, as it is for MBF and MBF21, only spawn cubes telefrag, but when it's 1 it happens for anything on MAP30 instead.

 

The COMPLVL lump will set the complevel if players don't specify it themselves, while the OPTIONS lump sets compatibility flags if people use MBF or MBF21 complevel anyway.

So I add this line in the lump night's wasctalking about?

Share this post


Link to post
  • 0
Just now, Clippy said:

So I add this line in the lump night's wasctalking about?

No, COMPLVL and OPTIONS are different lumps. For the former, you would have a lump called "COMPLVL" that's just a text string "vanilla," which sets the default complevel (if no -complevel parameter is supplied by the user). For the latter, you would have a lump called "OPTIONS" with the string "comp_telefrag 1," which sets compatibility flags that are available for MBF and MBF21 complevels (the OPTIONS lump and the compatibility flags originate with MBF). If you have the COMPLVL lump set to vanilla you don't really need the OPTIONS lump unless someone's intentionally forcing complevel 11 or 21 with a -complevel parameter, but if you want to cover all your bases it's there.

Share this post


Link to post
  • 0

Thanks buddy I hope by strings you mean just put those words in those lumps 

 

This helps so much good ppl

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×