Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: light green sphere
Post: RE: light green sphere

The thing is called Mega Stalk, I think the particular object that generates green spheres is called MegaStalk5. They should be detectable with radar(), I am not 100% sure though.
radioactivity Help 3 8,002 04-23-2018, 10:09 PM
    Thread: Sandbox Features
Post: RE: Sandbox Features

I am quite sure new buildings are unlocked as you progress though campaign
radioactivity Help 3 8,686 08-20-2017, 12:18 AM
    Thread: New file extensions
Post: RE: New file extensions

I have to ask just in case, Cbot will be able to save files in .scene, .scn, .cbts or .whatever, just as it can do now in .txt? I assume it can, because it's just file extension, just want to be sure ...
radioactivity Game Engine & General Talk 9 25,074 07-31-2017, 04:30 PM
    Thread: Nowe czcionki
Post: RE: Nowe czcionki

Ja gÅ‚osujÄ™ na najlepszÄ… czcionkÄ™, tzn. Impact Ale na serio, wacham siÄ™ miÄ™dzy Exo a PT Sans (toszeczkÄ™ bardziej w kierunku Exo). [Image: https://static-cdn.jtvnw.net/emoticons/v1/106294/1.0]Â...
radioactivity O wszystkim 11 29,050 07-17-2017, 05:40 PM
    Thread: Can't make the programm find 4 items
Post: RE: Can't make the programm find 4 items

I don't think you can check that, but It shouldn't be needed. I am pretty sure a single full battery is enough to go across entire map, if Black Box is further than ~half map away you can take a spare...
radioactivity Help 5 15,432 07-15-2017, 05:41 PM
    Thread: Fixing logos (this time properly)
Post: RE: Fixing logos (this time properly)

Round 2, huh? I said it before (I think) and I'll say it again, Raptor's TT logo seems too thick. Too big change I'd say. Sorry. I fell like right TT is just right. The ICC logo though, when you put...
radioactivity General 3 13,644 07-15-2017, 12:41 AM
    Thread: Can't make the programm find 4 items
Post: RE: Can't make the programm find 4 items

The radar command has min parameter which will make it find closest ores that are at least min away. If I remember correctly it's just another parameter after regular range, so: Code:radar(Titanium...
radioactivity Help 5 15,432 07-09-2017, 11:12 AM
    Thread: Hi all (one more time)
Post: RE: Hi all (one more time)

Had same problem; requested changing password on PIRC (as it's still hooked up here, apparently). Resetting passwords doesn't seem to work
radioactivity Introduce Yourself 1 7,360 01-26-2017, 11:00 PM
    Thread: Solution
Post: RE: Solution

(12-08-2016, 04:46 PM)tomangelo Wrote: (12-08-2016, 04:33 PM)LRV Wrote: (12-01-2016, 04:15 PM)radioactivity Wrote: I've tried to do that with robots available in missions. Unfortunately basicall...
radioactivity Workshop 8 29,471 12-08-2016, 09:51 PM
    Thread: Solution
Post: RE: Solution

I've tried to do that with robots available in missions. Unfortunately basically everything goes to hell on Tropica
radioactivity Workshop 8 29,471 12-01-2016, 04:15 PM
    Thread: Problem z selectable=0
Post: RE: Problem z selectable=0

(11-21-2016, 10:03 PM)bipel88 Wrote: EDIT: Czy da się zrobić, żeby program uruchamiał się dopiero jak statek wyląduje? Musisz wpisać na początku programu: while ( ismovie() != 0 ) wait(1);
radioactivity O wszystkim 2 9,228 11-21-2016, 10:09 PM
    Thread: Ceebot:Gold Edition
Post: RE: Ceebot:Gold Edition

I just want to point out that we can have both remaked and ported exercises. In like standard and classic level pack
radioactivity General 7 21,432 10-21-2016, 07:01 PM
    Thread: [Idea] New Spots Texture
Post: RE: [Idea] New Spots Texture

@RaptorParkowsky I did mean texture on sides. Since spots are virtual, having them made out of materials is a bit out of place. And completely different texture on sides and top really feels off, even...
radioactivity General 22 64,867 10-08-2016, 01:09 PM
    Thread: [Idea] New Spots Texture
Post: RE: [Idea] New Spots Texture

The spots are quite clearly not real objects, rather virtual objects, used to represent positions of stuff in human friendly manner. It doesn't make much sense to make them look like flags
radioactivity General 22 64,867 10-07-2016, 06:20 PM
    Thread: [Idea] Game Difficulity
Post: RE: Colobot 2 ideas

Without pathfinding Colobot would be actually impossible. Difficulty could be easily raised via putting putting more focus on multi-tasking. Forcing player to use several robots at once would be big c...
radioactivity General 5 16,307 08-16-2016, 11:27 AM
    Thread: Karol's head texture mod
Post: RE: Karol's head texture mod

(07-19-2016, 05:49 PM)Karol Wrote: Introducing: Vitas Head texture! Spoiler : [Image: http://i.imgur.com/yNlQWRMr.jpg]
radioactivity Workshop 6 22,938 07-19-2016, 10:26 PM
    Thread: Aim angle
Post: RE: Aim angle

Colobot - entertains and teaches
radioactivity General 3 12,531 07-06-2016, 02:24 PM
    Thread: Finding Powercells that needs charging
Post: RE: Finding Powercells that needs charging

There is a way, but you'd need identify to Power Cell as one that's being hold (By position.x == NaN (?)), then save it's id, and then sift though every object and check if it has load, and if yes the...
radioactivity General 13 39,659 07-05-2016, 01:13 PM
    Thread: Checking used objects. (ore that was moved)
Post: RE: Checking used objects. (ore that was moved)

(07-02-2016, 07:47 PM)krzys_h Wrote: There are static IDs added in Gold. Check object.id. You can use that number to get a specific object using retobjectbyid(). This is like 8th time I ask for feat...
radioactivity General 6 19,226 07-03-2016, 02:13 AM
    Thread: Checking used objects. (ore that was moved)
Post: RE: Checking used objects. (ore that was moved)

I'm gonna take my opportunity to curse dynamic id system. Should every item get static id, like in original Colobot, you could save list of id's of Titanium which was moved.
radioactivity General 6 19,226 07-02-2016, 02:53 PM
    Thread: Advanced targeting
Post: RE: Advanced targeting

direction() returns returns value which needs to be inserted to turn() in order to make bot face certain position. Ex: turn(direction(item.position)); Will make bot turn towards item But I think yo...
radioactivity General 3 10,734 07-02-2016, 02:48 PM
    Thread: Montage Parody
Post: RE: Montage Parody

(06-18-2016, 09:25 PM)PracticeBot13 Wrote: (06-18-2016, 12:16 PM)radioactivity Wrote: 5/7 Not enough airhorn U Wot m420? airhorn.ogg
radioactivity Workshop 8 25,450 06-18-2016, 10:25 PM
    Thread: Montage Parody
Post: RE: Montage Parody

5/7 Not enough airhorn
radioactivity Workshop 8 25,450 06-18-2016, 12:16 PM
    Thread: Colobot: Gold Edition Logo 3rd Revision
Post: RE: Colobot: Gold Edition Logo 3rd Revision

big and really bright part of "C" is suddenly phasing into existence, It's really hard to miss even is you try to not notice
radioactivity 2D & 3D Graphics 32 95,628 06-15-2016, 06:55 PM
    Thread: *NEW* User Level 'Protacton' and Regenerated 'Second Moon'
Post: RE: *NEW* User Level 'Protacton' and Regenerated '...

It's a joke. You can spam eggs literally everywhere and because it's possible I decided it's a good idea. And next mission (i.e. Free play) has metric ton of aliens (Which I am implying, is supposed ...
radioactivity Workshop 6 20,587 06-10-2016, 10:07 PM