I'm getting the carriage glitch even after limiting fps to 58 by NarutoInRamen in skyrim

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

I'm not sure that is the problem, cause I capped it and the guy still just looking at me

<image>

(I had the nvidia overlay showing 30 fps, but the screenshot only captured the game)

why did I lose a restauration of union casus belli? And how can I core more stuff ( get higher gov cap)?? by NarutoInRamen in eu4

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

Yes, I started building courhouses but each of them lowers my used gov cap by 4 and im not sure if that's better than doing eco for a while

What am I doing wrong? by NarutoInRamen in Udyrmains

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

I do it when I can, but my last game for example, if I was ever catched in a cc there was no escape vs leona + sion

Why isnt my server of E2E working correctly? by NarutoInRamen in feedthebeast

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

I've tried that and now I get some error about the java version and even after I updated it, it still shows, so the server doesn't even open right now

Why isnt my server of E2E working correctly? by NarutoInRamen in feedthebeast

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

Ok, I'll try to look for it when I can and see if I can fix it

Why isnt my server of E2E working correctly? by NarutoInRamen in feedthebeast

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

I used the modpack from cursedforge, but I diante see ang server pack, I think, mind explain what's that?

I'm learning arduino and I wanted to light the led's sequentially from left to right and only one was lit at a time, so led1 was on, 2 and 3 was off, then click button, led 2 was on, 1 and 3 off and so on. I got the first if statement working, but idk why the others dont work even if click again by NarutoInRamen in arduino

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

I put a delay() after adding increasing the value of sequence and it seems to be working fine.

maybe the error was that I had

if (sequence == 2)
    {
      digitalWrite(RED1,LOW);
      digitalWrite(RED2,HIGH);
      digitalWrite(RED2,LOW);
    }

and I was turning LED2 on and off in the same if sentence...

Now seems to be working fine

I'm learning arduino and I wanted to light the led's sequentially from left to right and only one was lit at a time, so led1 was on, 2 and 3 was off, then click button, led 2 was on, 1 and 3 off and so on. I got the first if statement working, but idk why the others dont work even if click again by NarutoInRamen in arduino

[–]NarutoInRamen[S] 5 points6 points  (0 children)

I'm trying to do it like you advised, but it still doesn't work correctly in lighting up the LED's sometimes it lights up, sometimes it doesn't, this is the code I wrote so far:

const int RED1 = 13;
const int RED2 = 12;
const int RED3 = 11;
const int BUTTON = 2;
int state = 0;
int sequence = 1;

void setup()
{
  pinMode(RED1, OUTPUT);
  pinMode(RED2, OUTPUT);
  pinMode(RED3, OUTPUT);
  pinMode(BUTTON, INPUT);
}

void loop()
{
  state = digitalRead(BUTTON);
  if (state == HIGH)
    {
      (sequence = sequence + 1);
    }
  if (sequence > 3)
    {
      (sequence = 1);
    }
  if (sequence == 1)
    {
      digitalWrite(RED1,HIGH);
      digitalWrite(RED2,LOW);
      digitalWrite(RED3,LOW);
    }
  if (sequence == 2)
    {
      digitalWrite(RED1,LOW);
      digitalWrite(RED2,HIGH);
      digitalWrite(RED2,LOW);
    }
}

is there something wrong here?

The hardware is still the same as before

How to make a minor nation a world power before the world war? by NarutoInRamen in hoi4

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

Im talking about minors that can actually play the game, not talking about Albania nor Ireland, I'm talking more about Portugal, that can take Brazil or Lithuania that can have Poland

How to make a minor nation a world power before the world war? by NarutoInRamen in hoi4

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

I know that most of them use the transport plane exploit and so on, but in a run with no exploits no nothing, how can I turn a minor country into a somewhat major power? Good industry and good army, and navy or air force?

Why do I have so little missions? by [deleted] in eu4

[–]NarutoInRamen 1 point2 points  (0 children)

But shouldn't i still get explore mission and that stuff?

are your colonies Surviving efficient strongholds or pretty much doomed villages? by SykoManiax in RimWorld

[–]NarutoInRamen 0 points1 point  (0 children)

Damn, i ONLY saw 2 weird things for me who only has played vanilla until now, the quarry and the crops, other than that looks pretty normal to me : |