Refreshing levels - Printable Version +- Colobot Forum - International Colobot Community (https://colobot.info/forum) +-- Forum: [Archive] New forum (2015-2019) (https://colobot.info/forum/forumdisplay.php?fid=76) +--- Forum: Colobot: Gold Edition Development (https://colobot.info/forum/forumdisplay.php?fid=62) +---- Forum: Level Design & Story (https://colobot.info/forum/forumdisplay.php?fid=66) +---- Thread: Refreshing levels (/showthread.php?tid=586) |
Refreshing levels - tomangelo - 03-10-2015 Main thread to discuss about levels and possible changes. Current division of levels in Colobot: Gold Edition: Spoiler : Ok, now we should think about these levels, their good and bad parts, what we should save and what we should change. Problems that I've found in levels: Spoiler : In main story we have 36 levels, and 21 doesn't need changes (at least doesn't need big changes), so we have 15 levels that we should change. Of course it's only my opinion, you can think differently. What's your opinions about missions? What we could change? What we should save? What are your ideas? RE: Refreshing levels - RaptorParkowsky - 03-11-2015 I think that flying/shooting drills is the part of the story, because of SatCom content. Some of the points I'll try explain/expand, but not the all because of keyboard-time and language limits: Quote:A.3.II We have no idea where we should go, no clues. This is hard, but not because you must think, this is just unfriendly.There is some clues. Ruins and wrecks of the first expedition. We must just find and follow them. Even in SatCom there's a word about that. Quote:A.5.III Why we (again) can't build anything? And why these Ants doesn't defend themselves? And why we can't just take the BB and fly away?I think that's because of safety for the radar station after we fly away from this planet. In the whole game there's about keeping communication with the Earth by building radars and protect systems for them. I think we should add in this mission possibility to build defense towers or even the whole autonomous base, that will be keeping protect for months after our's departure. Quote:A.6.V How these Ants did multiplied? Did they teleported there?I always thought about AlienWasp's ability to grab and transport them. If we will split these 3 last missions on Volcano into one mission, there's a way to explain that. Or maybe we just put there some AlienEggs? Quote:A.6.IV Not bad, but why that robot can fly without any limits unlike Me?That's because that robot is more modern and half-organic. We can explain this in SatCom. Quote:C.* && D* - if we have a licence to Ceebots, we could maybe add some exercises and challenges from then, maybe add some new ones, with different difficult.Now we have a licence and sources for CeeBot-A and CeeBot-Teen. But we can't just mix all this programming course stuff without bigger changes in order of the exercises and material to learn for newbies or professionals. There should be one, big refactoring on it, and this should be even before refactoring on the missions and free-games, because this will be great opportunity to expand and keeping CBOT documentation up-to-date. Well, there's a lot of material to do. But rewriting the main plot of the game I would left for Beta stage. We're still in Alfa stage. The game requires a high priority refactoring in the CBOT, documentation, Scene, languages, UI etc. and low priority into graphic/sound engine and main content of the game (models, textures, music, sounds, levels). Of course, we can still discuss about plot in this topic. We can still making and polishing content for the future purposes in the project, but we must remember about these all basics and low-level things in the game's code. RE: Refreshing levels - tomangelo - 03-11-2015 (03-11-2015, 01:42 PM)Raptor Wrote:Quote:A.5.III Why we (again) can't build anything? And why these Ants doesn't defend themselves? And why we can't just take the BB and fly away?I think that's because of safety for the radar station after we fly away from this planet. In the whole game there's about keeping communication with the Earth by building radars and protect systems for them. I think we should add in this mission possibility to build defense towers or even the whole autonomous base, that will be keeping protect for months after our's departure. We just grab BlackBox, destroy 4 ants and go to next planet. There is no need to build radar. In fact, we can, but we can finish mission without need to build radar too. (03-11-2015, 01:42 PM)Raptor Wrote: Well, there's a lot of material to do. But rewriting the main plot of the game I would left for Beta stage. We're still in Alfa stage. The game requires a high priority refactoring in the CBOT, documentation, Scene, languages, UI etc. and low priority into graphic/sound engine and main content of the game (models, textures, music, sounds, levels). Yes, but we can discuss now, there is a lot of time to do this. I doesn't want to say "We must change this now, and commit these changes in next release", I know it's better to leave this to Beta, but starting discussing now give us more time to think about them. edit: one more thing: as a sandbox we're quite often limiting players by telling them what they can build, and what they can't. But on the other hand allowing them to build everything might be confusing. RE: Refreshing levels - Nohus - 10-21-2015 In A.6.IV, you go to the robot, return with the robot, and then you return Me on the next mission, there is a 50% chance that a player will just return Me first. I did that on my first playthrough: went to the robot, found it, returned the astronaut to the spaceship, then switched to the robot and returned the robot to the spaceship. Suddenly on the next mission I am back where I found the robot and am supposed to return again. This is frustrating and I think that it should be fixed. RE: Refreshing levels - krzys_h - 10-21-2015 (10-21-2015, 08:32 PM)Nohus Wrote: In A.6.IV, you go to the robot, return with the robot, and then you return Me on the next mission, there is a 50% chance that a player will just return Me first. I did that on my first playthrough: went to the robot, found it, returned the astronaut to the spaceship, then switched to the robot and returned the robot to the spaceship. Suddenly on the next mission I am back where I found the robot and am supposed to return again. This is frustrating and I think that it should be fixed. Good catch - I never noticed that before RE: Refreshing levels - kevinvr - 12-18-2015 I do like what you all have done here. I am going through the missions as well and will make some suggestions for the help and solution files. In mission 1.2 the help file states : 2) Build a research Center. Note that only you can accomplish the task of building; no bot can be substituted. This is now incorrect. In version 0.1.6 the new "build" command does that so maybe a program outline/template/example should be given to the user to try out in the wheeled grabber. I will continue doing this and make notes and check out what you have all done and see if I can then help in any way. regards, RE: Refreshing levels - krzys_h - 12-18-2015 We still haven't fully decided if we'll keep the build() command for grabbers or make a new bot type for that RE: Refreshing levels - Emxx52 - 12-19-2015 Em, I believe we did... Like, two years ago or sth? It's kind of an obvious thing to do, we should implement Builders as soon as possible. It may sound surprising for the newcomers that we've yet to implement those new bots but instead tried to implement a new gamemode (Code Battles), which works not that well for the time being (and makes almost no sense at all without the Builders). It's probably not the best place to whine about it though, sorry :> |