******Official Star Citizen / Squadron 42 Thread******

Are you giving me a code or not. Or have you not noticed the message I sent.

Code:
#include <iostream>

class Spaceship {
public:
    void moveStraight() {
        if (!checkCollision()) {
            std::cout << "Spaceship is moving straight without collision.\n";
        } else {
            std::cout << "Collision detected! Emergency stop.\n";
        }
    }

private:
    bool checkCollision() {
        // Implement your collision detection logic here
        // For simplicity, this example always returns false (no collision)
        return false;
    }
};

int main() {
    Spaceship mySpaceship;

    // Simulate spaceship moving straight with collision detection
    mySpaceship.moveStraight();

    return 0;
}
 
I am not interested in windows console games.

Also the program is weird because all it does is instantiate an object and move straight.
 
Last edited:
Ok well if anyone wants a referral thing for giving me a code feel free. If not I'll purchase without, really not fussed about 5k credits lol.
 
To be fair Noxia I hadn't realised that's what you were after as it's rarely mentioned on here :)

Lol it's fine. I'd messaged Jonny about one but now I have one from Mossy. Was just trying to do someone a favour because I saw there was rewards if they get multiple ones.
 
Arrow is a solid ship for pve/pvp dog fighting.

A good all rounder would be the Avenger Titan that allows for early combat missions and provides some storage space for cargo.

For starter packages though I'd probably start with the C8X Pisces Expedition or Cutter. You can always buy the Arrow in game. There is a free fly weekend starting on the 17th so maybe wait until then unless you really wanna just get stuck in.
 
Last edited:
I mean



All good though lol. Just got to decide which package, I generally use 'rule of cool', and of the available packages I like the look of the Arrow
Bro I diddnt see that. All I saw was you struggling to fly and then asking for a code for it?

So I posted a actual code block of flying straight lmao
 
@jonneymendoza I sent you a DM mate. Maybe you have the notifications disabled or something so you never saw it. That would explain our communication breakdown :cry:

I thought you were just gaslighting me for a minute lol.

@MadMossy I'm double dipping as I dipped a toe before but now it's at a stage where I'd like to sample the new updates when they arrive and there is a lot more content. I'll take your advice and get the Titan which also looks cool.
 
Last edited:
Right sorry @MadMossy I thought you could use the code at the time of purchasing a pledge but it is for new registrations. I don't want to get a new account as I like my callname (Imperatore) and also I just saw they have some sub thing called Imperator so that fits nicely. Does the callname have any bearing in game or can you choose a different one?

@Raumarik Did you notice a big leap in performance in SC when you changed to the 78003D from whatever you had before? I am holding off until the next chips before I change as the 7700x was always supposed to be until the 3d ones came out.
 
Last edited:
Right sorry @MadMossy I thought you could use the code at the time of purchasing a pledge but it is for new registrations. I don't want to get a new account as I like my callname (Imperatore) and also I just saw they have some sub thing called Imperator so that fits nicely. Does the callname have any bearing in game or can you choose a different one?

You can change your handle once, then its $5 per. I dont think you can change account name (Login ID), i think you're locked in to that one and it isnt shown publicly.

fwiw, if theres nothing of value on the account, its often worth waiting for a free fly and creating a new account, as both yourself and your referral buddy get a free ship/vehicle usually worth around $35 as long as you spend something like $45 on a package, which is what it'd cost anyway.
You'd be able to rename your existing account, freeing up that handle, and then create a new account using it.

I did something similar but far more wasteful a couple of years back. I gifted a few ships to a new account with the intention of selling the rest of the original account, and then opted not to. So my goodies sat between 2 accounts for about a year, eventually i kindly asked support to move them back for me, and then spent $5 renaming the original account back to PaulC2K from PaulC2K_Old, because i'd renamed it so the 2nd account could have that handle.
 
^ thats not me :D

Heres info from the last free fly referral. They've previously done the ATV buggy, and i think the Dragonfly. Typically i think its been land based vehicles. I want to say the dragonfly can fly in space, but it needs to be in space to do so, its not capable of going more than like a meter up in atmosphere.
 
^ thats not me :D

Heres info from the last free fly referral. They've previously done the ATV buggy, and i think the Dragonfly. Typically i think its been land based vehicles. I want to say the dragonfly can fly in space, but it needs to be in space to do so, its not capable of going more than like a meter up in atmosphere.

OOPS

Well I can wait a week or so, even if it doesn't happen, I haven't lost anything.
 
Last edited:
Back
Top Bottom