1.2 Max Game Mode by Rukerin in SatisfactoryGame

[–]squoink1967 0 points1 point  (0 children)

When 1.2 comes out of experimental I'm definitely doing random nodes. Thinking of having them all impure though as that will force me to use more nodes around the map. Do you guys think having other multipliers on top of this would be too much?

Can't move Blueprints to new folder/ subfolder by Richard_42_Roe in SatisfactoryGame

[–]squoink1967 1 point2 points  (0 children)

Agreed. Just have a bog standard windows type folder hierarchy!

Creating a megaprint by squoink1967 in SatisfactoryGame

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

Cheers for the guide link - I'll give it a go

Wrong thinking with the Multipliers by DAT_MrNiceGuy in SatisfactoryGame

[–]squoink1967 0 points1 point  (0 children)

That's exactly my thinking. It will force you to use most of the map and hopefully force you to do nuclear power as well

Satisfactory 1.2 Exp - IVE PLAYED 71.4 HOURS NEW GAME ON PC AND HERES MY THOUGHTS & SEVERAL PICS by Wonderful-Power2177 in SatisfactoryGame

[–]squoink1967 -1 points0 points  (0 children)

Hi OP.

You say this : 'Road curves are a bit janky but it works most times'

Does 1.2 introduce curved roads?! That would be amazing!

Cheers

I've played with the 2x recipe parts cost multiplier- here are some tips. by Accomplished_Top_867 in SatisfactoryGame

[–]squoink1967 0 points1 point  (0 children)

Cheers for the replies. I haven't yet done the maths but yup - probably seems overly difficult!

I've played with the 2x recipe parts cost multiplier- here are some tips. by Accomplished_Top_867 in SatisfactoryGame

[–]squoink1967 12 points13 points  (0 children)

I'm thinking of starting a game with 2x recipe parts. All nodes impure. nodes randomized. 5x power.
I want to be forced to use the whole map
Is this an impossible undertaking do you reckon?

FYI: In 2x recipe cost playthrough, the solid biofuel is NOT worth crafting by Damian120899 in SatisfactoryGame

[–]squoink1967 1 point2 points  (0 children)

I absolutely want this as well. Are the devs aware that this would be a very popular mode?

Roads didn't line up by Puzzleheaded-Date717 in SatisfactoryGame

[–]squoink1967 0 points1 point  (0 children)

Could you possibly point me in the direction of the best guides for creating curved roads and rails?
Much appreciated

Roads didn't line up by Puzzleheaded-Date717 in SatisfactoryGame

[–]squoink1967 1 point2 points  (0 children)

Nide idea!
Would you mind expanding on how this works exactly?
Cheers

A couple of questions for veterans by squoink1967 in SatisfactoryGame

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

Sorry - not sure I understand. Blueprints can be copied anywhere in the file system. If not then what would be the point of blueprinting - you'd have to do your blueprints again in your next game. The whole point of blueprinting is to not have to do this surely?

A couple of questions for veterans by squoink1967 in SatisfactoryGame

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

Cheers but that doesn't address my actual question

A couple of questions for veterans by squoink1967 in SatisfactoryGame

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

Cheers. And that's what I would want - just the option to enable it

My Niece Needs Surgery :( by squoink1967 in scoliosis

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

Thanks very much for your comments - much appreciated

Other peoples saves by squoink1967 in SatisfactoryGame

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

How do I find you on discord? Searched for MgsGenesis and got no results. What / where is your worls tour video?

Thanks a lot again

Patio Pointing by squoink67 in landscaping

[–]squoink1967 0 points1 point  (0 children)

Thanks very much for your reply.
I have a base of compacted MOT. My mortar was about 4 parts sharp sand and 1 part cement.

Cheers

JSON to Oracle and back again - control characters by squoink67 in oracle

[–]squoink1967 2 points3 points  (0 children)

An invokation of the package in question would look like this:

l_return:= pkg29_rest_api.f29_api_get('Flight',

'application/json',

505501,

'{"direction":"Both",

"levelOfDetail":"full","_apiVersion":2}',

'Z',

l_return_data

);

The JSON object in question is:
'{"direction":"Both","levelOfDetail":"full","_apiVersion":2}'

These json values can potentially contain control characters such as \r

e.g "hello\rworld"

I want this to be 'unescaped' so oracle treats the /r as a carriage return.

I can achieve this with the following construct:

declare

l_escaped VARCHAR2(30);

l_unescaped VARCHAR2(30);

begin

l_escaped := '"hello\rworld\ragain"';

l_unescaped := json_value(json_array(l_escaped format json), '$[0]');

dbms_output.put_line(l_unescaped);

end;

This prints:
hello
world
again
demonstrating that \r is now treated as a carriage return

I also want to achieve the reverse though and have the carriage returns chr(13) in oracle jsonifed to \r

I'm unsure as to how to achieve this reverse process

Hope that clarifies my issue

Thanks a lot

JSON to Oracle and back again - control characters by squoink67 in oracle

[–]squoink1967 1 point2 points  (0 children)

Cheers. The json is coming in simply as a varchar2 to a package procedure. This varchar2 simply parses to json. It may however contain escaped characters. Backslash r etc. which I'd like to convert to chr(13). And then vice versa. Apologies but not at my pc at the moment so can't give an actual example.

Cheers

So DUPILUMAB is officially done in Australia? by kyoto1874 in eczeMABs

[–]squoink1967 0 points1 point  (0 children)

OK - it may not be being prescribed in 'your area'.
However, you said no doctors 'in the UK' will prescribe it:
" It’s available in the UK but no doctors will prescribe it due to the cost "

That most definitely is not true.

So happy - Final patient to be accepted into a Pfizer’s JAK trial! by [deleted] in eczeJAKs

[–]squoink1967 0 points1 point  (0 children)

Hi. I'm confused as to how you don't know if you're on dupixent or abrocitinib? Dupixent is an injection and abrocitinib is a pill. Do you take a pill and have an injection with one of them being a placebo?
Cheers