Jump to content

Pocster

Members
  • Posts

    14320
  • Joined

  • Last visited

  • Days Won

    29

Pocster last won the day on August 4 2025

Pocster had the most liked content!

3 Followers

Personal Information

  • Location
    Bristol

Recent Profile Visitors

18962 profile views

Pocster's Achievements

Advanced Member

Advanced Member (5/5)

2.5k

Reputation

  1. It complained about the poor code - which it wrote. It blamed me for the debug patches which it inserted without my knowledge. It wanted to stop for today as it's a mess. We've stripped back the water code completely!. And yes; re did it!. I called it a MoFo a good few times to inspire it . Most typed response by me today "Just do it FFS"
  2. fighting the (expletive deleted)er badly today!
  3. Thats the thing. Zero coding you would think zero stress. But (expletive deleted) me controlling this sometimes..... absolute ball ache.
  4. Nearly put me mac through the (expletive deleted)ing window. It claimed downloading files wasn't allowed. When I tried they didnt work. It had no memory of my project. I wanted to let me download via /mnt/data i.e. just type that into terminal from its sandbox. (expletive deleted)ing mess! Broken. I was pissed off. Was like that for 30 mins. Its now had a head change and were off again!. (expletive deleted)ing thing.
  5. chat this afternoon is not the same as chat this morning. Like a complete personality change. Doing me 'ead in
  6. You must be the only person not to have experienced Alexa! But anyway! Imagine chatgpt and it can control your music/heating/swear at you and then imagine it shows you a beautiful procedural world for you to enjoy as the worlds most over engineered screen saver. Well!, do not imagine! - it is becoming real!
  7. Sit down @Gone West let me fill your mind with wonders …. I’m going to list 4 things . You must combine each one into the other until you have one final unified brilliance. Alexa ChatGPT Home Assistant Minecraft Now ! Either you have experienced a revelation or you are even more confused . Brilliance is often seen as insanity by those looking at the curve . Join me ; be the curve !
  8. Been on this for days. Got a hybrid SSR and planar reflection working. Water shimmer/displacement to be added. Looks glorious! Landscape now has procedurally generated textures with lots of blending rules so a transition from say grass to sand isn't harsh. SWMBO said I had to go outdoors and play with my friends now.
  9. 100% . It does the task in a crap inefficient way but it works . You then say some technical term and instantly it jumps on it and you’re off in a much more technical direction . I designed my project such that 90% just editing 1 file i.e deliberately modular . If you don’t ( like my terrain , weather and other experiments ) it lashes it up like shite . I asked it how Minecraft generates its procedural landscapes . It gave a basic overview . I tried to use its understanding of it . Poor results - it then complains it can’t do the tuning and perhaps we leave it for now !!! . I read up for 10 minutes . Then give it a cohesive structured prompt on exactly what we’re doing and the techniques to use and it then stuns me ! .
  10. An interesting day Took 2 hours to "undo" some of its shitty code. I didn't look at the code but it's so hard coded and engraved that removing it broke everything. But doing it in baby steps worked. Then of course it blew my mind when I defined the structure for our procedural world. Implemented the Skeleton no problem. All good but 6fps!!!. I couldn't work it out. Told it that we are lead SE for Nintendo on a Switch 2 Super Zelda game that destroys Breath of the Wild!!! It now says things like "yes, this would be correct for a AAA title" (expletive deleted)ing idiot! After much work found (christ knows why) for a certain shadow it was sampling the terrain mesh 7 times PER SHADOW!!!). That is a frame rate killer. Now, we are in a new league of brilliance!. But I have to be on the ball big time for optimisations; which is good because thats my domain.
  11. Gently electric sander on it with water . Not perfect but much better 👊🏻
  12. my world! I mean home custom Alexa intelligent system....
  13. But it would seem it genuinely does give you cheapest compute answer. Equally it has knowledge of technioques etc but it never makes the leap to them as a suggestion. But as soon as you say "why dont we use....." suddenly it kicks a whole new path in to explore. Problem is it thinks all my suggestions are good - as it's designed to pamper human ego. What you really want is to say "no, this is the wrong approach because...". I tell it off it should tell me off.
  14. I think I get better paths!
  15. look at chats (expletive deleted)ing code! mediaArtworkReflectionClone = mediaArtworkGroup.clone(true); 1162- mediaArtworkReflectionClone.userData.mediaArtworkReflection = true; 1163- mediaArtworkReflectionClone.traverse((object) => { 1164- object.userData.mediaArtworkReflection = true; === BODGE CHECK === bodge_absent=YES === NODE CHECK === === COMPILEALL === BODGE CHECK absent = YES ffs!
×
×
  • Create New...