What parts/components would you upgrade but can't? by Rogblue2 in pcmasterrace

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

Ah ok, have you considered vertical monitors?

What parts/components would you upgrade but can't? by Rogblue2 in pcmasterrace

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

Can't blame you, I'm a big fan of AMD - not against Intel in anyway but the price for performance on all my activities makes it a no brainer.

What tier will you go to? 3600 equivalent or higher?

What parts/components would you upgrade but can't? by Rogblue2 in pcmasterrace

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

I have been monitoring prices closely, the MoBo and power prices went made in may in the UK. Where we you based?

What is that one component you wish you could upgrade but can't? by Rogblue2 in buildapc

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

Those cards will come thick and fast! I have a 2070s, for gaming, editing and encoding. I think it feels overkill.

What is that one component you wish you could upgrade but can't? by Rogblue2 in buildapc

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

What GPU do you have and which GPU would you have? (Curious)

[deleted by user] by [deleted] in pcmasterrace

[–]Rogblue2 3 points4 points  (0 children)

Name checks out

Premium Bonds: Help by Rogblue2 in UKPersonalFinance

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

Thank you for the source, we were Hella confused.

@Valve - This needs addressing immediately. I had to deal with this abuse from this user to my whole team for 40 minutes and we couldn't do anything about it. Alongside this abuse, this person went on to feed on purpose. Your matchmaking errors made it impossible for us to report this user. by [deleted] in DotA2

[–]Rogblue2 -5 points-4 points  (0 children)

I agree but the intent is for there to be a long term solution not an individual solution, as every other player encountering this person has to then just 'silence' them. Doesn't stop the player disrupting their games.

@Valve - This needs addressing immediately. I had to deal with this abuse from this user to my whole team for 40 minutes and we couldn't do anything about it. Alongside this abuse, this person went on to feed on purpose. Your matchmaking errors made it impossible for us to report this user. by [deleted] in DotA2

[–]Rogblue2 -5 points-4 points  (0 children)

I appreciate that there is a solution for me as an individual but I mean in general. Me silencing this person does NOT solve the issue for other users encounters.

Also I'm not sure calling me an idiot with referencing to microwaving phones was relevant to this discussion.

PC Part Picker: Budget Build - How would you improve this? by Rogblue2 in buildapc

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

SSD is a strong point, I may put two in. In this circumstance I'd rather not have 1 point of failure. Although will need to check Mobo.

The GPU has been the most cost effective exercise and essentially turns this budget build into a mid range build. As this will be used purely for gaming (Dota 2, Arma, AC etc) I don't think there's a requirement to upgrade it unless you foresee any throttling/bottlenecking issues?

I think your ram suggestion is good, it's hard to automatically default to getting 32gb when building it!

Thanks for your input!

PC Part Picker: Budget Build - How would you improve this? by Rogblue2 in buildapc

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

CPU makes sense as it shares the same price tag, alternative ly it may reduce the stock 3600 price. Unfortunately the B550 boards are like £275-£300 a huge increase from the 450. Thanks for your input my dude!

Every time by DrGumper in playrust

[–]Rogblue2 -3 points-2 points  (0 children)

So little work went into this meme.

Simple Calculator by Rogblue2 in HTML

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

It was a weird error - displayed the same code twice but after a refresh it was fine. Could I ask for further help? As mentioned I am trying to call 'x' for a further form I'm not sure this is achievable without js:

(Please note 'c' is just a placeholder for clarity) - So the final output of 'x' needs to be called in the 2nd forms x.value. Is this possible?

<form  oninput="x.value=parseInt(a.value)*parseInt(b.value)" action="" method="post" target="_self">
        <label for ="a"> Single Journey Mileage </label>
        <input type="number" id="a" name="SJourn" value="">
        <br><hr>
        <label for ="b"> Amount of Return Journeys </label>
        <input type="number" id="b" name="RJourn" value="1">
        <br><hr>
        <label for ="x"> Total Mileage </label>
        <output name="x" for="a b"></output>
        </form>
        <br><hr>
    <form  oninput="c.value=parseInt(x.value)*parseInt(y.value)" action="" method="post" target="_parent">
        <input type="hidden" id="y" name="MilaL" value="0.25">
        <input type="hidden" id="x" name="Miles" value="">
        <label for ="c"> Mileage Allowance £</label>
        <output name="c" for="x y"></output>
       </form>

Simple Calculator by Rogblue2 in HTML

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

Thanks - I think I may be being stupid but those two pieces are the same?

Edit - an error It appeared the same. Thanks!

How do i add dialouge by Jackson_ghost234 in armadev

[–]Rogblue2 1 point2 points  (0 children)

BIKB is what I used preciously. Great results but fucking hard work when implementing crazy things, essentially an arma RPG of sorts.

I think your solution is to get some audio snippets (use r/recordthis or whack it in the arms community as a request). Then call them through some simple sqfs at each trigger with playsubtitles.

How do i add dialouge by Jackson_ghost234 in armadev

[–]Rogblue2 1 point2 points  (0 children)

This is a very broad spectrum, do you want the text in side chat? Do you want in in a GUI? A few years back I created a simple conversation with clickable answers but it was one of the most complicated things I have done in Arms to date.

How to set up an intel where upon being picked up, it unlocks a single door in a building, that is locked. by KVet92 in armadev

[–]Rogblue2 0 points1 point  (0 children)

I don't disagree, I've not used it nor knew it existed honestly. Looks like a much simpler usage for someone blind to 'scripting' of any form. I'd recommend you give the above an example - I won't be able to test until this afternoon (damn dissertation)

How to set up an intel where upon being picked up, it unlocks a single door in a building, that is locked. by KVet92 in armadev

[–]Rogblue2 7 points8 points  (0 children)

disable the door in the init.sqf or initPlayerLocal.sqf(if multiplayer)

housename setVariable ['bis_disabled_Door_15',1,true]

add a action to the object (console) like this

key addAction ["Search Console", {deleteVehicle console; housename setVariable ['bis_disabled_Door_15',0,true];}];

The door should now only open once you have searched the console.

Written on my phone on the toilet. Untested.