quickstart.txt 1.1 KB

123456789101112131415161718192021222324
  1. Some info for a good transition from Q3Radiant 202 to GtkRadiant:
  2. - shortcut keys are now in shortcuts.ini
  3. the syntax has changed a bit, no spaces between the '='
  4. see shortcuts.sample
  5. - no longer using the registry, settings are stored in radiant.ini and savedinfo.bin
  6. in Radiant directory
  7. - project settings templates:
  8. the project settings file format has changed a bit.
  9. it has version information now, and the setups come with a new quakev2.qe4 file
  10. the project files are true templates, Radiant will read them and then store actual
  11. project settings it uses in baseq3/scripts/user0.qe4 user1.qe4 etc.
  12. - new compilation monitoring
  13. GtkRadiant comes with a modified version of q3map that reports to GtkRadiant through
  14. the network. You get the output of q3map in the console window. And the compiling
  15. errors can be processed (currently it detects leaks)
  16. - sleep mode:
  17. before running Quake 3 Arena to playtest your maps, you can put Radiant to sleep:
  18. manually with File > Sleep command
  19. automatic if you compile and set "Activate sleep mode when running the engine"
  20. known issues:
  21. - View n2&3 crashes on sleep mode