Jump to content
The Dark Mod Forums

grayman

Development Role
  • Posts

    13591
  • Joined

  • Last visited

  • Days Won

    199

Posts posted by grayman

  1. 2 hours ago, JackFarmer said:

    The portals are not embedded in brushes - see attached file.

    The respective  positions are really as depicted in the editor screenshot above.

    Hm...

     

    Why do you have the visportal faces on the edges of those brushes?

    dmap is telling you correctly that the vp faces are embedded entirely in the world brushes they border.

    Use DR's "brush->Make Visportal" button to create legal visportals.

     

    • Thanks 1
  2. The commands are called "CamIncreaseMoveSpeed" and "CamDecreaseMoveSpeed", default keys are the Numpad + and - keys.

    What I'm used to doing is moving forward at a base speed, then tapping the right mouse key to get a burst of speed. Useful for traversing a map for a second or two. Tapping again killed the burst, and the camera reverted to its base speed.

    The two commands cited above increase/decrease the camera base speed, which is a different thing.

  3. @Dragofer:

    For the tokeniser message, all I get is an Error window with

    "DefTokeniser: no more tokens"

    in it.

    No reference to *.map line numbers.

     

    Edit: The map is corrupt. It only has the world entity in it. Everything else has flown away.

    Going to check on backups.

     

    Edit 2: Backups are on a different computer that's not fired up atm. Will check in the future. Don't need this particular map for now.

     

     

  4. I'm trying to persevere with getting v8 running again. 🤨

    I renamed user.html and installed v8.

    I brought it up and had to reset the Game/Project folders.

    I brought up the Key Shortcuts window and asked it to reset to defaults.

    I successfully loaded a map.

    I exited and brought DR back up again.

    I tried opening a different map.

    What does "tokenizer: no more tokens" mean when trying to load a map?

  5. Pretty much hosed now.

    I uninstalled v9, then cleared out the DarkRadiant installation by hand.

    Now when I install v9 using the installer, I get an unhandled exception when trying to load a map. The map stops loading when I choose to ignore the exception, so I'm hosed.

    I tried the portable version, but got stuck in a circular attempt at unpacking a 7zip file. Dead end. Not sure what the problem is.

    I've uninstalled any DR remnants, and am trying to reinstall v8.

     

  6. For my work setup, condump  files are dumped in the mod folder. Perhaps when running a released pk4 living in the darkmod/fms/mymission/ folder, the files are dumped in the root installation folder.

    (Tomorrow I'll try the latter, and see if sessionCommand works properly.)

    I had checked the TDM folders anyway, but no joy there, either.

    I'm invoking sessionCommand during gameplay. At the moment I have a test routine invoked by a button in the game.

  7. I'm trying to use a script to dump the console to a file (rather than asking the player to run a condump command on the console).

    I'm using the following syntax to do this:

        sys.sessionCommand("condump ws6_stats.txt"); // print statistics to file

    The problem is that I see no evidence that the file gets written. I look in my mod folder (where condump files are usually written) and there's nothing there.

    Does anyone know if I'm using the correct syntax?

    I've used sessionCommand before with other console commands, w/o any problems.

    Thanks.
     

×
×
  • Create New...