Does anyone happen to have this book to share?
>>629198Thanks for the 2025 book.Here are the files you wanted (211 and213).https://www.4shared.com/s/fk0xEwWOBjq
>>629198This seems to be a compressed file. Is there any way you could upload the original, or maybe one that's not quite as compressed? It should be much larger than 7.5 MB.
¡Hola! 1ra vez en 4chan. Ví una publicación vieja solicitando el Wyvern de VOG 20, lo comparto aquí, donde hay más gente compartiendo.Recomiendo usar como mínimo una hoja de 32"×32" o un tipo de papel MUY delgado.Yo estoy buscando el casco de gladiador también de VOG 20.También tengo el diagrama del pulpo con ventosas en los tentáculos de Joseph Hwang si álguien está interesado. Happy folding!https://www.4shared.com/office/ZJF-yR7ljq/Wyvern.html
>>629198Given your location, would you happen to have access to OSN Orison magazines?
>>629198MIT doesn't do convention books through mailorder, so you had to physically be there to get your copy. You don't know anyone at MIT that might have the 2023 Convention book that they would share with you?
https://www.youtube.com/watch?v=s25hCroXWXI
>>628444
>>628444Thanks for sharing, I'll try making one too https://www.youtube.com/watch?v=yQloXXSpk2w&t=42
Does anyone have any templates?
Day 2988 to go
>>628997Day 9.898 to go. Not fast but keeping on. Folding on the way to work helps.
Keep at it anon! Here's a photo of my latest bale of 1000, which is the second I've given as a wedding gift. I've got 2 other bundles of 1000 hanging in the house and I'm working on another one.
>>628993Happy to see someone else starting the journey! Funnily enough, I've been thinking about doing another set recently, so I might be starting myself again too. Regardless, I wish you the best of luck!
>>625729 bananas will remain the dominant scaling factor
They come out really pretty in the sunlight. Only thing I kept from this one were some pretty pictures
What is your favourite thing to make?
these spinning things that I don't know what are properly called in english, I learned how to make them when I was 8 and never stopped making them every time I get my hands on three pieces of paper of the same size
clapclapclapclapclap
>>6292076/10, only kept my kid occupied for 10 minutes.
>>623792i made this thread back in 2024, its so weird to think about all the things that happened in that time...
Skulls.
In remembrance of the last paper planes thread, which just so happened to be one of the oldest boards on 4chan that passed away quite recently, this thread will serve as its successor. Hopefully this thread won't be prematurely bumped into oblivion like the last one did.Anyways, this thread could serve as a sort of "Paper Planes General". Feel free to post your designs, .pdf files, and folding instructions. Anything goes as long as it flies or at least looks like its supposed to.
>>626643This was my first paper plane book 30 years ago. I was 6. I still have it and now im using it to teach my son.
>>626837I have that book in pdf (Sealth aircraft origami by Jason Merrill). I could exchange it for another book (or magazines), if you like, send me message to arellanoarturo636@gmail.com
>>626801>>626810I got it! Added it to the other 3. I believe that's all of them that exist. https://meinframe.com/foldnfly
>>626641I randomly remembered that Airigami/Papier Avion was a thing from way back in the mid-2000's. They had a ton of (rather basic) airliner models from dozens of airlines and a really classic-looking website. Fortunately, it seems they're still around on a new domain:>airigami.co
>>626648>https://mega.nz/#F!iXoEnAZa!1ODancibnddg6igQXddWUASays its an empty folder now. Got a new link, please?
Anyone happen to have a copy of this promo papercraft for Super Paper Mario? I believe it came with the August 2007 issue of Famitsu-been trying to find it for awhile now!
>>629150Instead of that how about you gouge your own eyes out for even asking such a racist satanic question. Just kidding lol. No i dont have a copy.
Has anyone used just paper to make terrain pieces for their wargame, sort of like pop up sets like pic related?
>>627690This one has removable roof as well. It's a bit tricky to put together, but well worth it.
These are from this file, printed on colored paper so it's more vibrant.https://mega.nz/file/72pnEASb#ASWrF7cSdJ74xI1OPtRVy-2C9fxsEQHTNHjskUCWNKY
These are a bunch of David Graham models, some are free, some are simply cheap. They sometimes come with alternate roofs, like the thatched cottage also coming with a red tiled roof file. And there's often those boxes as filler, which I appreciate.
please don't die, this is relevant to my interests.i promise i will bump this properly when i have made some actual terrain
You guys got any Elven buildings?I started a campaign with my 8 year old and my wife but would like to add a tangible element to it.
Do you guys only fold paper cranes and glue Warhammer figures? I've never seen a bookbinding thread here.Printed and bound House of Leaves. Split it into 2 volumes because I was afraid to work with so many pages at once. Covered with paper-backed vinyl (black) and linen fabric (red), which will probably collect a ton of dust pretty soon.Couldn't decide how to put the titles on. Should have made a debossed rectangle with a paper label glued inside. But I hoped that hot ink transfer would work. So I made the covers first, then printed the title on ink transfer paper, and found out that pressing a hot iron to the cloth-covered board warps the board due to heat expansion. Tried on small swatches first (picrel). This method won't work. As I understand it, my current options to put the title are limited to>linocut transfer >screening (sponging the ink through a trafaret)>just print a paper label and glue it on topDon't have any hot stamping tools to work with foil, nor the desire to purchase these materials.
>>629219what are you going to make when you get some?
>>627042Yeah
>>627042Wow cool
Anyone know where I could get some printing done on Scritta? I'd like to bind an edited book of a few passages and, frankly, I really like the paper.
172Hello, I'm a senior folder and I'd like to know if anyone has the 2022 Pajarita Extra book that I would have bought if I had found it for sale. Thank you in advance.
Anyone gots kamiya 4 tx
what do i do now? should i just kms or get a canon printer?
>>628688You have to printer on that Canon printer.
>btw they fixed it, so turn this code into a bookmark:>>javascript:(async function(){const c=document.querySelector('meta[name="contentsId"]')?.content;if(!c){alert('Could not find content ID!');return;}const API_KEY='GRjzhvC0X642q42TO2htj5zS2uXGOnwW7gW1lkuV';const API='https://creativepark.canon/api/v1/content';async function getUrl(fid){try{const r=await fetch(API,{method:'POST',headers:{'accept':'*/*','content-type':'application/json','x-api-key':API_KEY},body:JSON.stringify({contentsId:c,fileId:fid})});if(!r.ok)return null;const d=await r.json();return d?.data?.signedurl;}catch(e){return null;}}let n=0;for(let i=1;i<=10;i++){const fid=`${c}-${String(i).padStart(2,'0')}`;const url=await getUrl(fid);if(!url)break;const a=document.createElement('a');a.href=url;a.download=`${fid}.pdf`;document.body.appendChild(a);a.click();document.body.removeChild(a);n++;await new Promise(r=>setTimeout(r,300));}alert(n>0?`Downloading ${n} file(s) for ${c}`:`No files found for ${c}`)})();>>Then go to whatever you want in https://creativepark.canon/en/index.html and hit that bookmark and you're good to go.why delete
>>628507it has been archived here:https://archive.org/details/canon-creative-park-dump
>>629125Thanks for the share, anon.
>>629125man, this brings memories. 15 years ago i used to have my dorm room decorated with a tabby cat assembled by my clinically insane gf.
Hice estas plantillas de papercraft
>>628687me gusta sigue asi
Post girls und panzer paper craft and related! I have been looking for the full Papercraft any help is appreciated
>>627575https://e-hentai.org/g/1514977/d4184bd903/
>>628734This is incredible. Thanks>>628735This is not what I was expecting. I saw e-hentai and thought it was going to be pic related
>>627575=D
>>628734Hdhd
tank
what the hell is methylcellulosewhy can't my fucking country stock even passable paperall you westerntards can just walk into a specialized art store and buy whatever the fuck you want and it's all nice and packaged upit's just poor people here stocking "stationary shops" and they don't know that there's different types of paperone day I'll get out of this hellhole and actually be able to do origami
>>628661my diaphragm...
>>628661I accidentally wandered in here from /pol and thought, "meh, 4chan is 4chan let's see what fucking "paper and origami" is about, should be basket weaving...">its just /pol
>>628553Make your own paper out of leaves or used cardboard or garbage or whatever. Make your own glue out of wheat, oats, rice or snot.
>>628553Mix flour and water, make it thick, brush it on project as needed, that makes glue paste, watch youtube to learn, makes paste for book binding tooAny good paper will work, brown paper bags or wrapping paper or old envelopes or newspaper or advertisements
>>629107>>629105Links to some recipies would be appreciated.
Previous thread's life finally ended after 3 years. >>553409Let's start a new one!
>>629146In its current state feat. another recent fold.
>>629147Closeup of the front leg
I like folding receipt papers while getting drunk on beer. I've memorized a couple of models which I can fold even shitfaced
>>629203Did it ever help you score?
>>629205A few times. Most people have been positively fascinated and nobody's thought it weird or autistic. One bartender came to speak to me at a pub I frequent; she'd been collecting the origami I'd left there for a while
From the Edo, Meiji or Taisho periods. Here my own attempts at paper models from over 200 years ago.
>>624686very nice
pretty sick. after all that effort, some type of floor would really give it a more finished look
If anyone is interested in more of these, look here: https://www.dh-jac.net/db/nishikie/results.php?-format=resultsp.htm&f44=%E7%AB%8B%E7%89%88%E5%8F%A4&-max=30&enter=default&lang=en
Here from /x/ through the banner ad for this board, this is so awesome. Literally the coolest thing ever.
>>624686I came here from pol and now I'm dropping politics, trolling, and shitposting to write, produce, direct, and film a tatebanko remake of Au Hasard Balthezar set in urban Japan in the 1980/90's starring a friendly house cat the size of a horse.Thank you for fixing my life.