6,986 Puredeath Comments

  • Help with floating origin 9.2 years ago

    @nathanmikeska
    This is the script I found to save .obj files, im trying to get it to work with the game
    ' using UnityEngine;
    using System.Collections;
    using System.IO;
    using System.Text;

    public class ObjExporter {

    public static string MeshToString(MeshFilter mf) {
        Mesh m = mf.mesh;
        Material[] mats = mf.renderer.sharedMaterials;
    
        StringBuilder sb = new StringBuilder();
    
        sb.Append("g ").Append(mf.name).Append("\n");
        foreach(Vector3 v in m.vertices) {
            sb.Append(string.Format("v {0} {1} {2}\n",v.x,v.y,v.z));
        }
        sb.Append("\n");
        foreach(Vector3 v in m.normals) {
            sb.Append(string.Format("vn {0} {1} {2}\n",v.x,v.y,v.z));
        }
        sb.Append("\n");
        foreach(Vector3 v in m.uv) {
            sb.Append(string.Format("vt {0} {1}\n",v.x,v.y));
        }
        for (int material=0; material <  m.subMeshCount; material ++) {
            sb.Append("\n");
            sb.Append("usemtl ").Append(mats[material].name).Append("\n");
            sb.Append("usemap ").Append(mats[material].name).Append("\n");
    
            int[] triangles = m.GetTriangles(material);
            for (int i=0;i < triangles.Length;i+=3) {
                sb.Append(string.Format("f {0}/{0}/{0} {1}/{1}/{1} {2}/{2}/{2}\n", 
                    triangles[i]+1, triangles[i+1]+1, triangles[i+2]+1));
            }
        }
        return sb.ToString();
    }
    
    public static void MeshToFile(MeshFilter mf, string filename) {
        using (StreamWriter sw = new StreamWriter(filename)) 
        {
            sw.Write(MeshToString(mf));
        }
    }
    

    } '

  • fu 9.2 years ago

    @KingDeadshot do us a favor and use the report option for the drop down in the future it makes it alot easier

  • Help with floating origin 9.2 years ago

    @nathanmikeska so peronally I am not very good at coding, and I am confused on why why MeshRenderer and MeshFilter are not wanting to work, as well as what lt and rt are supposed to be

  • Help with floating origin 9.2 years ago

    @nathanmikeska well there are plenty of scripts for saving stuff as .obj files online, I will see if I can get them to work with this. ASAP

  • A Quick survey. 9.2 years ago

    @Rohan that would probably cover just material costs, I will probably need to clean most meshes up before I can print them and then clean the print up afterwards, and then there is shipping costs

  • A Quick survey. 9.2 years ago

    @ElijtheGeat as one piece (but I could make props and rotors spin)

  • A Quick survey. 9.2 years ago

    @ElijtheGeat it generates supports as needed, and I would print them off all around the same size.

  • A Quick survey. 9.2 years ago

    @minecrafter3009 I would resize the whole thing to fit within my print bed

  • A Quick survey. 9.2 years ago

    @ElijtheGeat I have a rapman 3.1 but if I can get the meshes pulled from the game properly, and can get selling some planes I plan on purchasing a much better printer asap

  • New Guided missile design, But I cant post ;~; 9.2 years ago

    @Meawk so its when you hit upload correct?

  • A Quick survey. 9.2 years ago

    @minecrafter3009 I plan on trying to print the entire plane out at once

  • A Quick survey. 9.2 years ago

    @Sirstupid thanks! For future reference I consider stuff like that spam. But I'm glad to see you are excited for this!

  • A Quick survey. 9.2 years ago

    @minecrafter3009 you don't need to remove just shorten it

  • A Quick survey. 9.2 years ago

    @minecrafter3009 @Sirstupid shorten your guys comments up, spamming yes is rather annoying to read

  • New Guided missile design, But I cant post ;~; 9.2 years ago

    @Meawk hmm, I'm not sure what the issue is then, give it a few days though as Andrew was working on the site today and that maybe the issue

  • New Guided missile design, But I cant post ;~; 9.2 years ago

    @Meawk what device are you on?

  • New Guided missile design, But I cant post ;~; 9.2 years ago

    @Meawk just making sure, hmm have you logged out of your account and back in?

  • fixed 9.2 years ago

    @LordofLego if you remove the winglets it will just pitch down for some reason

  • fixed 9.2 years ago

    @LordofLego if you remove the winglets it will just pitch down for some reason

  • New Guided missile design, But I cant post ;~; 9.2 years ago

    @Meawk hmm you have restarted your device I assume?

  • How do I make a successor airplane? 9.2 years ago

    us the cockpit of the plane you want to be the predecessor of your plane

  • New Guided missile design, But I cant post ;~; 9.2 years ago

    @Meawk at what point does it crash? when you are actually sharing or pulling the menu up to share?

  • Please Help 9.2 years ago

    I know what the issue is
    ill fix it here in a sec

  • Ex-6 9.2 years ago

    play around with making wings different types, like semi-symmetric or symmetric.

  • "Favorites" won't load. 9.2 years ago

    @LordofLego he was working on it alot today so im not surprised something slipped through the cracks

  • "Favorites" won't load. 9.2 years ago

    andrew is aware and is working on a fix just so you know

  • "Favorites" won't load. 9.2 years ago

    yeah im getting that too

  • New Guided missile design, But I cant post ;~; 9.2 years ago

    does it crash when you try and post other aircraft?

  • Help with floating origin 9.2 years ago

    @nathanmikeska hey I am trying to pull the mesh of the player's plane and its children and save as an .obj do you have any tips, I have found a script but it only works for when in unities editor.

  • Mk 1 speed 9.2 years ago

    @Javan would you like me to remove this one?

  • Mk 1 speed 9.2 years ago

    Did you double post the same plane? or are the different?

  • 4x4 SUV.(black and white) 9.2 years ago

    @CrazyPlanes thanks!

  • 4x4 SUV.(black and white) 9.2 years ago

    @CrazyPlanes im trusted, there is forum post that announced thelatentinmage, rocketll and myself as mods

  • 4x4 SUV.(black and white) 9.2 years ago

    @CrazyPlanes no,Mods work with the community, enforcing rules and keeping it clean. Devs actually make the game

  • A Quick survey. 9.2 years ago

    @jsaret first I print in abs (what legos are made of) so they should be strong enough. And second probably use paypal or something I have a larger technical roadblock to conquer first.

  • I make Bad Wheels 9.2 years ago

    copy the ones in the back and resize them then reassemble it

  • A Quick survey. 9.2 years ago

    @Delphinus updated the description with more information

  • A Quick survey. 9.2 years ago

    @Delphinus do you need to use such large font?

  • F-238 "Raptor" 9.2 years ago

    @TheLatentImage lol, I would like to see a new child of this design rather than a revisit, so that you arn't confined by the previous limitations

  • Av-37 Badger 9.2 years ago

    I like the lines that this plane has, it looks awesome.

  • JAWS 9.2 years ago

    @TheLatentImage I forgot to upvote it a while back when I first saw it

  • youtubers and steam 9.2 years ago

    @KingDeadshot its probably best not to start and argument with someone though.

  • 8x8 KamAZ-6350 Final 9.2 years ago

    @Garuda1 it means I'm a moderator now

  • fusilage help? 9.2 years ago

    I'm not sure try it out and tell us if it does!

  • youtubers and steam 9.2 years ago

    @KingDeadshot if you report the proper things and help make our work easier I'm sure you will get noticed at some point (by the mods or the devs)

  • New Website Mods 9.2 years ago

    @chair @draymond @OminousGloom what is the name of that group again? I would like to hop back in it

  • Experimental wheels 9.2 years ago

    @TheLatentImage well hopefully you can get one soon so you can enjoy the wonders of being able to nudge block placement

  • youtubers and steam 9.2 years ago

    @draymond latentimage, rocketll and me were just added today, look at the post Andrew made