Ozi Posted August 23, 2013 Share Posted August 23, 2013 Tohu I don't think there is deadline, I think he just release what he has now, empty plots, bobcat's plot, highway and just update this later. I would do that anyway, not sure if nothke. Link to comment Share on other sites More sharing options...
nothke Posted August 23, 2013 Author Share Posted August 23, 2013 (edited) nothke, what sort of time scale are we looking at for a deadline? I need to plan my development on this. Tonight is quite certainly not possible for me to have this done by.I am imagining this to be a constant development project (just like KSP is), so I will publish often, even if the plots are empty. ATM there is an airport, the Eastern island base with the expressway, some my testing objects, a bridge and BobCat's plot, that's all. I want you to test it and boost motivation and give inspiration for future! =) When I play it I have a feeling like I am having all the fun and I am only sending you screens that make you envious =(EDIT: Ninja'd by OziIf you want you can send me the test model, but it's your choice if you'd rather want to see it complete. Edited August 23, 2013 by nothke Link to comment Share on other sites More sharing options...
henrik908 Posted August 23, 2013 Share Posted August 23, 2013 I am imagining this to be a constant development project (just like KSP is), so I will publish often, even if the plots are empty. ATM there is an airport, the Eastern island base with the expressway, some my testing objects, a bridge and BobCat's plot, that's all. I want you to test it and boost motivation and give inspiration for future! =) When I play it I have a feeling like I am having all the fun and I am only sending you screens that make you envious =(EDIT: Ninja'd by OziIf you want you can send me the test model, but it's your choice if you'd rather want to see it complete.Is the bridge that you have maybe the highbridge i made? Link to comment Share on other sites More sharing options...
Faark Posted August 23, 2013 Share Posted August 23, 2013 No, it's not possible to dig trough the terrain. I think the game also automatically destroys everything that spawns under it.Ok, i did some research on that topic:- PartBuoyancy makes vessels swim, once they reach sea level altitude. Disabling that for all parts is necessary to go deeper. Once that is done, you can e.g. go submerge.- Looks like Vessel's update stuff is responsible for the "below surface emergency destruct". But its disabled for landed or splashed vessels, so pretending its one of that should do it.- CollisionEnhancer appears to handle "fast stuff made it though the terrain" between frames. It might be possible to leave it active, but we would still have the same problem for underground structures (how to prevent stuff clipping though)Remaining issues:- We still have to cut a hole into kerbins terrain model & collision mesh (yes, you can still collide, when you vessel intersects it while unity is calculating physics for the frame)- The underwater effect appears to kick in- The camera is forced to a top-down view.Does anyone have an idea on how to cut a hole into kerbin? I'm sure we then could work the other issues as well... Link to comment Share on other sites More sharing options...
InfiniteDice Posted August 23, 2013 Share Posted August 23, 2013 Does anyone have an idea on how to cut a hole into kerbin? I'm sure we then could work the other issues as well...I don't think you can. The terrain is generated via seed, and that can't be altered except by squad. You'd need to make artificial elevation as part of your model to give the illusion of 'underground'. Link to comment Share on other sites More sharing options...
nothke Posted August 23, 2013 Author Share Posted August 23, 2013 (edited) I don't think you can. The terrain is generated via seed, and that can't be altered except by squad. You'd need to make artificial elevation as part of your model to give the illusion of 'underground'.It's not entirely randomly generated, perfectly flat region around KSC must've been flattened by hand. I think that the planet has a "general" heightmap or something that could be edited, but on top are randomly generated details (like fractal noise)... Maybe that initial heightmap was made by terraforming software and then some spots on it edited later. I just guess that. At least that's how I'd do it if I had to make a whole planet xD Edited August 23, 2013 by nothke Link to comment Share on other sites More sharing options...
henrik908 Posted August 23, 2013 Share Posted August 23, 2013 nothke, can we get pictures of what we get in the first release? Link to comment Share on other sites More sharing options...
InfiniteDice Posted August 23, 2013 Share Posted August 23, 2013 (edited) It's not entirely randomly generated, perfectly flat region around KSC must've been flattened by hand. I think that the planet has a "general" heightmap or something that could be edited, but on top are randomly generated details (like fractal noise)... Maybe that initial heightmap was made by terraforming software and then some spots on it edited later. I just guess that. At least that's how I'd do it if I had to make a whole planet xDRight, it's possible to edit - for squad, I've seen more than a few real-time terrain editing samples within unity itself, but I've never seen someone change terrain within KSP. So that part is a mystery... I suppose someone could try it and see. http://blog.almostlogical.com/2010/06/10/real-time-terrain-deformation-in-unity3d/Might just be faster and easier to use the illusion... a 1 or 2 deg grade over a few hundred metres would allow for enough elevation to do some basements and stuff. And it would be hardly perceptible if done correctly. Edited August 23, 2013 by InfiniteDice Link to comment Share on other sites More sharing options...
Cheebsta Posted August 23, 2013 Share Posted August 23, 2013 Not very difficult to keep things flat if you have control of the generator. Start with a smooth sphere and just exclude a region.The larger problem I am finding with KT mesh interiors is that you don't stay inside if you leave and come back. I keep getting ejected onto the roof directly above where I was standing. I would assume "PutToGround" has something to do with this, but haven't yet pestered Raz to look into it, and now he's playing Blacklist, so dead to the world, lol. Link to comment Share on other sites More sharing options...
TouhouTorpedo Posted August 23, 2013 Share Posted August 23, 2013 Argh, can anyone find that post with the files for common textures and current map files/models?pulling my hair out here.If these can be added to the OP that'd be fantastic also. Link to comment Share on other sites More sharing options...
Faark Posted August 23, 2013 Share Posted August 23, 2013 (edited) Right, it's possible to edit - for squad, I've seen more than a few real-time terrain editing samples within unity itself, but I've never seen someone change terrain within KSP.What makes you think its only available for Squad? One of the advantages of using an engine like unity is that we basically have the same tools available as squad has. Thats the reason mods like this awesome City project do exist. The question is whether squads implementation allows us to find a decent solution. AttachedPathScript for example does expose some terrain related fields (no, i have not yet checked what its good for). Ofc it would be easier to start by removing a mountain, to prevent having sub-zero-issues and as you mentioned we might end with entirely different solutions, but i think evaluating our options cannot be wrong. Edited August 23, 2013 by Faark Link to comment Share on other sites More sharing options...
nothke Posted August 23, 2013 Author Share Posted August 23, 2013 Argh, can anyone find that post with the files for common textures and current map files/models?pulling my hair out here.If these can be added to the OP that'd be fantastic also.I will redesign the entire OP tonight too. It's completely nonfunctional and I'm getting lost all the time. This project actually needs an entire dedicated website I think xD There is so many info you need... General info, info for first time seeing people, for supporters, for developers + technical info, downloads, future projects.. pff Link to comment Share on other sites More sharing options...
Olympic1 Posted August 23, 2013 Share Posted August 23, 2013 I could help with a site, I followed a couple of lessons Link to comment Share on other sites More sharing options...
sirkut Posted August 23, 2013 Share Posted August 23, 2013 Argh, can anyone find that post with the files for common textures and current map files/models?pulling my hair out here.If these can be added to the OP that'd be fantastic also.This one?http://forum.kerbalspaceprogram.com/showthread.php/46643-Kerbin-City-community-development-project-phase-A?p=608388&highlight=textures#post608388 Link to comment Share on other sites More sharing options...
TouhouTorpedo Posted August 23, 2013 Share Posted August 23, 2013 This one?http://forum.kerbalspaceprogram.com/showthread.php/46643-Kerbin-City-community-development-project-phase-A?p=608388&highlight=textures#post608388Yup thats the one. Found another post with a dated version of the map which helped.How do you feel about receiving unity packages instead of model files nothke? I'm just thinking the colliders on a few things I'm doing are not going to be easy to set up, and it'd be simpler to open an export package, CTRL+C, go into your scene, and CTRL+V it in there. I imagine you'd have to reset a few textures but it'd save messing with the colliders. Link to comment Share on other sites More sharing options...
InfiniteDice Posted August 23, 2013 Share Posted August 23, 2013 What makes you think its only available for Squad? One of the advantages of using an engine like unity is that we basically have the same tools available as squad has. Well another example would be the kerbal models. How many mods let you play as a smurf or anything other than a kerbal? Where are the models to edit? Even looking at the code, some things are private and not easily modified or tampered with. Sure it's all unity but ultimately it comes down to how easy these things are to get at and play with.I'd love to be able to play with the terrain, so if someone finds the procedure for doing so please let us know Link to comment Share on other sites More sharing options...
sirkut Posted August 23, 2013 Share Posted August 23, 2013 Yup thats the one. Found another post with a dated version of the map which helped.How do you feel about receiving unity packages instead of model files nothke? I'm just thinking the colliders on a few things I'm doing are not going to be easy to set up, and it'd be simpler to open an export package, CTRL+C, go into your scene, and CTRL+V it in there. I imagine you'd have to reset a few textures but it'd save messing with the colliders.Ok cool. Helpful tip. Top right of the thread you can do a search thread link. All I did was use 'textures' in the search and found that post. Saves me a LOT of time and I figured I'd share that tip. Link to comment Share on other sites More sharing options...
nothke Posted August 23, 2013 Author Share Posted August 23, 2013 OK, I am trying to do the live stream of modeling, inspired by Coolyhttp://www.ustream.tv/channel/2089342Lets see if it works, a first time =) Link to comment Share on other sites More sharing options...
Olympic1 Posted August 23, 2013 Share Posted August 23, 2013 (edited) OK, I am trying to do the live stream of modeling, inspired by Coolyhttp://www.ustream.tv/channel/2089342Lets see if it works, a first time =)i'm watchingEDIT: Do you use autodesk for the buildings or just the ground? Edited August 23, 2013 by Olympic1 Link to comment Share on other sites More sharing options...
nothke Posted August 23, 2013 Author Share Posted August 23, 2013 i'm watchingEDIT: Do you use autodesk for the buildings or just the ground?I use 3ds max for all modeling. It doesn't really matter which software you USE.. But which you get USED TO. So I am used to 3ds max. Link to comment Share on other sites More sharing options...
rasheed Posted August 23, 2013 Share Posted August 23, 2013 yo nothke u got my model yet?Just asking Link to comment Share on other sites More sharing options...
TouhouTorpedo Posted August 23, 2013 Share Posted August 23, 2013 Decided I'd just prove I'm not dead here:though two of those three buildings I'm going to replace. The one on the far right is what I've worked on today. Still really rough. Link to comment Share on other sites More sharing options...
Mr.Desmond Tiny Posted August 23, 2013 Share Posted August 23, 2013 (edited) I'm back after a lengthy while of being busy. I was reading through the posts, and when you said there is no "General" time limit, I got a bit frustrated.Why? Well, I thought there was a time limit, so I was completely rushing my model, basically means I have to redo it, now that I know I can actually take my time and make good models Back to work! Edited August 23, 2013 by Mr.Desmond Tiny Link to comment Share on other sites More sharing options...
Olympic1 Posted August 23, 2013 Share Posted August 23, 2013 (edited) I'm back after a lengthy while of being busy. I was reading through the posts, and when you said there is no "General" time limit, I got a bit frustrated.Why? Well, I thought there was a time limit, so I was completely rushing my model, basically means I have to redo it, now that I know I can actually take my time and make good models Back to work! You can take you're time, phase B will be a larger (and longer) project Edited August 23, 2013 by Olympic1 Link to comment Share on other sites More sharing options...
rasheed Posted August 24, 2013 Share Posted August 24, 2013 (edited) http://www./?kxmucv92qx4vi36Heres the file.If u want windows then here u go.http://www./?5dizaxj3f5sc221.It should be tiled so that the first line is inline of the door. Edited August 24, 2013 by rasheed Link to comment Share on other sites More sharing options...
Recommended Posts