Jump to content

bizzehdee

Members
  • Posts

    12
  • Joined

  • Last visited

Reputation

17 Good

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. https://github.com/bizzehdee/kspforumdata/blob/main/topics/34/155998-meta.json https://github.com/bizzehdee/kspforumdata/blob/main/topics/34/155998-1-articles.json (replace the -1- with whatever page number you need) Any issues, let me know, or submit a ticket on github. im trying to make it all as complete as possible
  2. directory structure is based on the leaf forum id that it is in. So for 155998, its in 34, as it is "KSP1 Mod Releases", which is forum id 34. So the relationship is quite basic, the directory name is the ID of where the post came from...
  3. Fixed: https://github.com/bizzehdee/kspforumdata
  4. The issue affected a very very small number of posts that had a tag prefix. Rerunning the update script that will not only top up the latest posts from the last 24 hours, but will also fix the titles for this small number of posts. But if i am stepping on peoples toes, ill gladly just throw all of this structured data into the bin, and let everyone struggle along with just having html dumps that would be effectively useless when trying to recreate a forum.
  5. could you at least tell me which one so i can go in and fix the issue that is causing it? just saying "its bad" doesnt help anybody
  6. https://github.com/bizzehdee/kspforumdata
  7. FYI, i am roughly around 90% of the way through backing up all the entire forum data. not as basic HTML, but i have written a scraper that grabs all required metadata, and stores it as json files (1 json file per forum page, with separate meta data files). i will be starting to upload the data within the next few days, and also keeping the data up to date at the end of each day with the most recent forum posts. I will more than likely be pushing it to somewhere like github, as well as the code that goes with it, unless anybody has a better idea?
  8. FYI: List of all pages in the wiki: https://pastebin.com/is4gzeuT Built in Exporter for the wiki: https://wiki.kerbalspaceprogram.com/wiki/Special:Export combining those will create an XML file that can be imported into any other mediawiki installation. it wont bring the images with it, but im working on that right now as part of my tools that back up the entire forums
  9. Ive ALMOST finished with the forum backup (cloudflare is getting in my way), but i DO have a backup of the wiki, a full backup taken via the mediawiki way of doing things, so it could be imported into any other mediawiki with ease
  10. Not a lot i can add to the bug report other than if you get a flight path that takes you below the surface of kerbol (the sun), you can fly right through it with your craft.
  11. Since the latest patch, the pitch control appears to have been inverted on the medium wings, and if you switch to inverted controls to correct it, roll becomes inverted. Medium wings also appear to be pushing crafts into a gradual roll that needs to be constantly corrected. To recreate it, make any craft with medium wings. Craft file: https://pastebin.com/z5yW3bSQ Example of roll: https://www.youtube.com/shorts/JCffr-gpqEw
  12. I have been wondering, out of curiosity, how is KSP broken up into different scenes within unity? I get that the KSC overview, the menu, settings VAB are all seperate scenes, but... From the launch pad, is the whole kerbal solar system 1 large single scene with a LOD system on top of it? Or do we have seemless scene transitions between the surface of individual bodies, and then space being its own scene? Again, its a curiosity, would be interesting to know how it works and how its managed.
×
×
  • Create New...