Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: crash when trying to compile a static object
Post: crash when trying to compile a static object

Hi, I found a crash "seg fault" I report it here before creating one more issue as I don't want to be annoying :D when you try to use and initialize an object as static, it will crash at compile Co...
nknk General 0 4,990 12-23-2016, 10:08 AM
  Big Grin Thread: Nknk
Post: Nknk

Hi, I'm a web developer from France. I like Colobot. I just discovered the new Gold Edition, and I plan to make a code battle with a friend in some weeks, we are currently working on our IAs. Game...
nknk Introduce Yourself 0 5,488 12-22-2016, 06:09 PM
    Thread: Public files, factory and code battle
Post: RE: Public files, factory and code battle

Thank you for your help. I will try this :) I just have to rename my class to a no generic name. BOT1 : robotClass ==> class robot Builder1 ==> new robot() BOT2 : Builder2 ==> new robot()
nknk Help 3 10,003 12-22-2016, 05:13 PM
    Thread: [solved] No problem
Post: RE: [solved] No problem

(12-22-2016, 02:10 PM)melex750 Wrote: You are missing the 'sens' parameter. Code:radarall ( cat, angle, focus, min, max, sens, filter ); // try this radarall ( Converter, 0, 360, 0, 500, 1, FilterF...
nknk Help 6 16,790 12-22-2016, 02:14 PM
    Thread: [solved] No problem
Post: RE: A problem ? (maybe) with busy ft ?

In fact, I added my team id in an attempt to fix the problem. It was crashing already with Code:radarall ( Converter, 0, 360, 0, 500, FilterFriendly); I will try with just my team id, to fix my probl...
nknk Help 6 16,790 12-22-2016, 01:47 PM
    Thread: Public files, factory and code battle
Post: Public files, factory and code battle

I have 2 problems.  1 : I can't make "factory" works properly if I don't load and exec 1 public file. If I use a private file, I can't reach my class definition, used by both my builder and my new r...
nknk Help 3 10,003 12-22-2016, 01:34 PM
    Thread: [solved] No problem
Post: RE: A problem ? (maybe) with busy ft ?

This.me contains the bot objet. So this.me.team returns the same thing as "this.team" in an "object::" function. I had problems with this always returning the first robot in "object::" functions, so I...
nknk Help 6 16,790 12-22-2016, 12:44 PM
    Thread: [solved] No problem
Post: [solved] No problem

Hi, ( PLOT TWIST : THAT WAS A SYNTAX ERROR : missing "sens" parameter in radarall ) I'm actually trying to succeed a code battle with a friend. I would like to try my code against bots, the 2nd "...
nknk Help 6 16,790 12-22-2016, 01:15 AM