FoonLudum Dare ExplorerUsers → cookiengineer

cookiengineer

Games

YearLDThemeGameDivisionRankOvFuInThGrHuMo
201842Running out of space👥Legendary Geometry Space Warsjam8613.132.892.653.393.551.812.97

Performance over time

overall score (left axis) percentile (right axis)

Scatterplots

Fun vs Overall

Innovation vs Overall

Theme vs Overall

Graphics vs Overall

Humor vs Overall

Mood vs Overall

Comments by cookiengineer

LD42 — Running out of space

Mindblocked by diptoman 2018-08-13T10:49:21Z

Fuck yeah. This game is freaking amazing! Level 10 was the hardest one to get the coin...

Screenshot from 2018-08-13 12-48-31.png

We Need Space! by BigJigglyProductions__ 2018-08-13T12:13:57Z

``` Set current directory to /home/cookiengineer/Downloads/WNS_Linux Found path: /home/cookiengineer/Downloads/WNS_Linux/WNS.x86 Mono path[0] = '/home/cookiengineer/Downloads/WNS_Linux/WNS_Data/Managed' Mono config path = '/home/cookiengineer/Downloads/WNS_Linux/WNS_Data/Mono/etc' Unable to preload the following plugins: ScreenSelector.so Display 0 '0': 1366x768 (primary device). Invalid serialized file version. File: "/home/cookiengineer/Downloads/WNS_Linux/WNS_Data/globalgamemanagers". Expected version: 2018.2.2f1. Actual version: 2018.2.0f2. (Filename: Line: 1313)

PlayerInitEngineNoGraphics settings: Failed to load PlayerSettings (internal index #0). Most likely data file is corrupted, or built with mismatching editor and platform support versions. Failed to initialize player

```

We Need Space! by BigJigglyProductions__ 2018-08-13T12:14:25Z

Can you please make a 64 Bit build for Linux? I don't have a 32 Bit CPU :-/

We Need Space! by BigJigglyProductions__ 2018-08-13T12:24:15Z

I still get the same errors with a file verification problem or so? What dependencies do I need to install first? I got mono installed already and it is known to work (e.g. with OpenRA or other mono games).

``` Set current directory to /home/cookiengineer/Downloads/WNS_Linux Found path: /home/cookiengineer/Downloads/WNS_Linux/WNS.x86_64 Mono path[0] = '/home/cookiengineer/Downloads/WNS_Linux/WNS_Data/Managed' Mono config path = '/home/cookiengineer/Downloads/WNS_Linux/WNS_Data/Mono/etc' Preloaded 'ScreenSelector.so' Unable to preload the following plugins: ScreenSelector.so Display 0 '0': 1366x768 (primary device). Invalid serialized file version. File: "/home/cookiengineer/Downloads/WNS_Linux/WNS_Data/globalgamemanagers". Expected version: 2018.2.2f1. Actual version: 2018.2.0f2. (Filename: Line: 1313)

PlayerInitEngineNoGraphics settings: Failed to load PlayerSettings (internal index #0). Most likely data file is corrupted, or built with mismatching editor and platform support versions. Failed to initialize player ```

We Need Space! by BigJigglyProductions__ 2018-08-13T12:29:47Z

I fixed the version of the file manually with VIM and then started it, after the settings screen it crashes. uploaded my strace here: https://gist.github.com/cookiengineer/0f062a781e282a5c47c1d8bde83d9ba6

We Need Space! by BigJigglyProductions__ 2018-08-13T12:45:57Z

Yay, the game runs now. But how do I press the start button? The cursor is a bit too huge, I dunno whether it misses the collision/ray for the 2D button by a few pixels...

edit: damn, cursor not shown in screen...

Screenshot from 2018-08-13 14-45-46.png

We Need Space! by BigJigglyProductions__ 2018-08-13T12:53:36Z

I uploaded a screencast here: https://transfer.sh/VlnWt/screencast_weneedspace.webm

I tried to click the buttons, but that didn't work... so how do I use the menu?

We Need Space! by BigJigglyProductions__ 2018-08-13T12:56:57Z

AAHHHH I got it. The cursor is offseted by 50%. So the cursor is not in the center of the image, but actually -50%/-50% of the image! when I click using the top left corner of the image as cursor reference point, I can click the buttons and I am in the game :D same glitch for rest of UI though, also planets and stuff can only be clicked using the top left of the image as cursor point.

We Need Space! by BigJigglyProductions__ 2018-08-13T13:18:09Z

Do you plan to make the source available later? Would love to help build on this game if it's on, say, github or so. I'm assuming you don't wanna share the source, because the gdrive link doesn't allow downloading the zip file.

We Need Space! by BigJigglyProductions__ 2018-08-13T13:33:42Z

Awesome. Gonna dig into the source and gonna report later. Now I need some sleep first, zombie mode doesn't cut it anymore.

Do you also have a github account? I tried googling your name, but so much porn shows up that I'm not sure whether the weebly / steam community post was yours or so :laughing:

We Need Space! by BigJigglyProductions__ 2018-08-13T13:52:27Z

Yeah sure, would love to invite you on github into a repo or so if you would have an acc, so that you get the creds for the game and stuff. Otherwise do you have a website or portfolio that's linkable? Also, what license do you want the game to be published under?

We Need Space! by BigJigglyProductions__ 2018-08-14T10:56:47Z

@edgelord: The cursor itself is offsetted by 50%/50%. If you assume the mouse "center: at the top left of the cursor image, the clicks will work.