Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Mapmaking noob in need.
#3
1) You are missing newline characters on a lot of the lines you copied. You probably tried to open a file with Unix line endings with something that doesn't support them, like Windows builtin notepad. Either convert it or get a better editor first, we even have syntax highlighting for a few of them (the most up-to-date one is probably https://github.com/MrSimbax/colobot-development-pack for Atom.io, but I also remember ones for Sublime Text, vim and Notepad++ somewhere)
2) You are separating all parameters with commas. Just use spaces instead:
Code:
// Instead of
Camera eye=0.00;5.00;0.00, lookat=0.00;1.00;0.00, delay=0
// write
Camera eye=0.00;5.00;0.00 lookat=0.00;1.00;0.00 delay=0
3) If you try to load the file in Colobot, it'll usually tell you exactly what was wrong and on which line (in case of syntax errors at least)


Messages In This Thread
Mapmaking noob in need. - by Quartofel - 12-30-2016, 03:56 PM
RE: Mapmaking noob in need. - by DavivaD - 12-30-2016, 04:44 PM
RE: Mapmaking noob in need. - by krzys_h - 12-30-2016, 04:46 PM
RE: Mapmaking noob in need. - by Quartofel - 12-30-2016, 04:56 PM
RE: Mapmaking noob in need. - by DavivaD - 12-30-2016, 05:02 PM
RE: Mapmaking noob in need. - by Quartofel - 12-30-2016, 05:15 PM
RE: Mapmaking noob in need. - by tomangelo - 12-30-2016, 06:12 PM
RE: Mapmaking noob in need. - by Quartofel - 12-31-2016, 03:14 PM
RE: Mapmaking noob in need. - by krzys_h - 12-31-2016, 05:34 PM
RE: Mapmaking noob in need. - by DavivaD - 12-31-2016, 05:31 PM
RE: Mapmaking noob in need. - by DavivaD - 12-31-2016, 05:39 PM
RE: Mapmaking noob in need. - by Quartofel - 02-26-2017, 10:20 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)