Advertisement
LJLim

Savegame startscripts - works

May 28th, 2014
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. [game]
  2. {
  3. [ai0]
  4. {
  5. host=0;
  6. name=Enemy;
  7. shortname=NullAI;
  8. team=1;
  9. version=0.1;
  10. }
  11. [allyteam0]
  12. {
  13. numallies=0;
  14. }
  15. [allyteam1]
  16. {
  17. numallies=0;
  18. }
  19. [modoptions]
  20. {
  21. maxspeed=20;
  22. }
  23. [player0]
  24. {
  25. name=UnnamedPlayer;
  26. team=0;
  27. }
  28. [team0]
  29. {
  30. allyteam=0;
  31. teamleader=0;
  32. }
  33. [team1]
  34. {
  35. allyteam=1;
  36. teamleader=0;
  37. }
  38. gametype=Zero-K $VERSION;
  39. ishost=1;
  40. mapname=ScorpioBattleground;
  41. myplayername=UnnamedPlayer;
  42. nohelperais=0;
  43. onlylocal=1;
  44. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement