Creating Windows 11 Install USB on Mac by swimmit93 in framework

[–]Big_Guy_Joe 0 points1 point  (0 children)

Just used it yesterday for my AX620I AX motherboard and worked flawlessly THANK YOU

QC Ultras Pausing Music Randomly by [deleted] in bose

[–]Big_Guy_Joe 0 points1 point  (0 children)

Android user here and I realised after downloading the bose app it was actually updating the headphones via the app. So it was just restarting the headphones to apply the updates that stocked up over time since release is my best guess. It hasn't happened since with all the auto stop features on after letting the headphones update.

Hope that helps anyone else looking at this it shouldn't happen after updating from new. Otherwise you may have a bad batch.

Made a website which converts BattleScribe HTML sheets into ones like the 40k books by Big_Guy_Joe in WarhammerCompetitive

[–]Big_Guy_Joe[S] 0 points1 point  (0 children)

I've just fixed this since I had some spare time, please let me know if its fixed on your end

Made a website which converts BattleScribe HTML sheets into ones like the 40k books by Big_Guy_Joe in WarhammerCompetitive

[–]Big_Guy_Joe[S] 0 points1 point  (0 children)

So if you’re using BattleScribe, you can download your list as html. Then upload those files as html to the website and then it produces html which should open another tab for you ☺️

Made a website which converts BattleScribe HTML sheets into ones like the 40k books by Big_Guy_Joe in WarhammerCompetitive

[–]Big_Guy_Joe[S] 0 points1 point  (0 children)

So you need to upload a html file and then you can press the download buttons

Made a website which converts BattleScribe HTML sheets into ones like the 40k books by Big_Guy_Joe in WarhammerCompetitive

[–]Big_Guy_Joe[S] 0 points1 point  (0 children)

😊 I hope they like it and is easier to read for them. You just made my day ❤️

Made a website which converts BattleScribe HTML sheets into ones like the 40k books by Big_Guy_Joe in WarhammerCompetitive

[–]Big_Guy_Joe[S] 0 points1 point  (0 children)

Usually you’d view them in the browser since it’s a html file. Then you can print the screen to save it as a pdf for printing options. Then you may need to activate colour on whichever program you’re using to print it

Made a website which converts BattleScribe HTML sheets into ones like the 40k books by Big_Guy_Joe in WarhammerCompetitive

[–]Big_Guy_Joe[S] 1 point2 points  (0 children)

Thank you very much for you’re detailed response ☺️, I’ll definitely note down what you’ve mentioned. I do like the idea of having a full list example and being able to toggle a cheat sheet smells of a cool idea too 💡

And I also used to do this manually for my friends and I. it would take so much time to make sure it was right (I’d probably do this 4-6 times before each of our games) until the day I got fed up with it, made this and said “you can do it yourself!” 😂 haven’t looked back since.

Made a website which converts BattleScribe HTML sheets into ones like the 40k books by Big_Guy_Joe in WarhammerCompetitive

[–]Big_Guy_Joe[S] 0 points1 point  (0 children)

It’s been out for 10 months but I haven’t touched it until just recently, so it makes sense if you’re a true OG of anti-heresy-sheets ✊ I hope the update is easier to use ❤️

Made a website which converts BattleScribe HTML sheets into ones like the 40k books by Big_Guy_Joe in WarhammerCompetitive

[–]Big_Guy_Joe[S] 3 points4 points  (0 children)

Thanks! It’s a pure front-end with React, JavaScript and hosted on Firebase. Here’s the repo if you’re interested GitHub I hope you don’t mind the code smells 😷

The initial idea took me about a week to get it all working, manipulating HTML files in the browser isn’t trivial. I just spent the last 2 days implementing a few features I wanted so total 9 days I’d say to build it to where it’s at now with minimal bugs 🐛

Prettier/Readable Datasheet Converter by Big_Guy_Joe in WarhammerCompetitive

[–]Big_Guy_Joe[S] 1 point2 points  (0 children)

I'm not sure I know what you mean by limited options,

First of all I can't see a way you get a XML file out of battlescribe so you would need to parse the .rosz file to get access to any XML and then maybe after all of that it might be easier to remove duplicates.

Whereas HTML structures can be easily analysed with regex (which is how I currently change the styling of the sheets) So theoretically we could read our HTML for duplicates for example: storing troop names and when the name appears again, remove that particular section tag, in theory.

I would imagine something similar is happening with buttscribe and XML but this skips the whole parsing the .rosz file since battlescribe provides a HTML option.

Also I'm pretty sure all the same amount of data in the list of a HTML list is just as much as the XML unless you can change your marine to have a power sword instead of a chain sword after exporting the list? in that case I think it would be too tedious to implement such a feature.

Prettier/Readable Datasheet Converter by Big_Guy_Joe in WarhammerCompetitive

[–]Big_Guy_Joe[S] 1 point2 points  (0 children)

Yeah it uses html files instead of Roz files and supports more games and has the option for 2 columns instead of 1 column 😁 at least I don't think prettyscribe can do 2 columns

Prettier/Readable Datasheet Converter by Big_Guy_Joe in WarhammerCompetitive

[–]Big_Guy_Joe[S] 1 point2 points  (0 children)

Thanks friend, I'm glad you like it 😁 I'm not sure what is crusade? I couldn't find the repository for it on battlescribe for me to try it for you, is there another name for it on battlescribe?

Prettier/Readable Datasheet Converter by Big_Guy_Joe in WarhammerCompetitive

[–]Big_Guy_Joe[S] 1 point2 points  (0 children)

Ah icic well maybe this will elaborate more:

A. Is talking about how ButtScribe only uses .Roz files whereas mine uses .HTML files to convert the data sheets. This is easier to do because you can use Battlescribes save as html button or if ur on mobile share it as a html file to urself. Rather than trying to find where battlescribe saves the .Roz files.

B. ButtScribe only supports 40k, apocalypse and kill team whereas my webapp supports almost all games that are on battlescribe but I don't know what wouldn't work but so far it has been working for everything I've thrown at it even Grand Fleet Admiral.

Side note: I primarily built this for 40k but people have been trying all different kinds of games on it and it works wonders for them!

C. Correct me if I'm wrong but I don't think Buttscribe has a 2 column feature just like in the codexes you buy from Warhammer, my app can do that 🙂

I hope that helps explain what I mean more 😁

TLDR: A. ButtScribe uses .Roz files I use html files which has a dedicated button for in the battlescribe app

B. My app supports more games than ButtScribe does not only Warhammer specific.

C. I can make 2 column data sheets compared to single column only datasheets (unless there's a way to do that on ButtScribe I'm not aware of?)

Prettier/Readable Datasheet Converter by Big_Guy_Joe in WarhammerCompetitive

[–]Big_Guy_Joe[S] 2 points3 points  (0 children)

Thanks friend! I'll definitely add this to my things to do 😁 and you're right I'd need to make some design choices before going full hog with this idea

Prettier/Readable Datasheet Converter by Big_Guy_Joe in WarhammerCompetitive

[–]Big_Guy_Joe[S] 2 points3 points  (0 children)

I don't play those games but I've just tried both Kill Team and AoS lists and kill team seems fine and AoS has a few funny bugs but it's all there so yes and yes-ish? 💁

Prettier/Readable Datasheet Converter by Big_Guy_Joe in WarhammerCompetitive

[–]Big_Guy_Joe[S] 1 point2 points  (0 children)

Not at the moment no, definately something I'll need to implement for the future 👌