official_readme.txt 1.2 KB

12345678910111213141516171819202122232425
  1. TO ENSURE YOU HAVE NO ERRORS WITH ASSAULTCUBE:
  2. * Don't edit, rename or delete ANY files in this directory.
  3. * Don't add files to this directory.
  4. Developers notes for this folder:
  5. =================================
  6. When adding an "official" map, follow this to-do list after fixing the map up.
  7. 1) Remove un-needed data from *.cfg files by running this command:
  8. gawk '{sub(/\r$/,"")};1' INPUT_FILE.cfg | gawk -F'//' '{print $1}' | gawk '{sub(/[ \t]+$/, "")};1' | gawk NF > OUTPUT_FILE.cfg
  9. - This will convert all new-lines to UNIX format (instead of DOS format).
  10. - This will remove all comments, trailing spaces/tabs & blank lines in that file.
  11. 2) Add licensing and author information as comments in *.cfg file.
  12. 3) "Normalise" the maps map-message.
  13. 4) Add map to the map menu, and the CTF map menu if applicable.
  14. 5) Add to "securemaps.cfg".
  15. 6) Add authors (plus texture/skymap/model/etc authors) to team.html in the readme.
  16. 7) Add new textures/models/skymaps/etc to default_map_settings.cfg as comments.
  17. If you added a skymap, add it to the "test skymaps" menu also.
  18. 8) Add new mapmodels to the editing menu.
  19. 9) Update the maprot.
  20. 10) Create bot waypoints.
  21. 11) Create a "preview" for the map.