Join us on Discord!
You can help CodeWalrus stay online by donating here.

MOS: A game that has been in development for 3 years.

Started by mazhat, March 15, 2017, 02:50:12 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

How should MOS play out?

You're a lone guy, exploring the world. (Fallout-like)
4 (44.4%)
You're a squad, and you control your whole squad. (X-com like)
4 (44.4%)
You control every step, also you're a lone guy (Rogue-like)
0 (0%)
Something else: Please write a suggestion in the comments.
1 (11.1%)

Total Members Voted: 9

mazhat


I don't work on this game religiously, because I don't want to get burned out :)
The game has gone through a few iterations,
the first engine is way more different than the latest edition.





Above is a screenshot of the graphics. Hope you likey.



The game started as an RPG which was a ripoff of Liberal Crime Squad.
Now it's a rip off of X-COM Apocalypse!

The game so far only has the technical stuff. Like path finding (A Star), Line of sight (As you can see in the picture),
and it even has a level editor, but the editor was made in a day, so you can guess what the quality of it is ;)

Desc:
*The game takes place in a city and you must protect it from damage,
so basically just think of X-COM Apocalypse.
*If I can, I will add dwarf-fortress-like limb detachment and damage!
*The sprites are (hopefully) just place holders, but I have no idea where the art direction is going.

Thanks for viewing, and hopefully this belongs in this section!

p.s. If you have any ideas or questions, then please do share. I'm excited to hear about it.
  • Calculators owned: TI-83Plus, TI-84Plus
  • Consoles, mobile devices and vintage computers owned: Samsung TAB A (Cheap), DSI, Rasperry PI 3
Sketti

Dream of Omnimaga

Hm I like the art style actually, plus the Atari sprites somehow fits well in the isometric environment. :)

Does MOS stand for something as acronym?
  • Calculators owned: TI-82 Advanced Edition Python TI-84+ TI-84+CSE TI-84+CE TI-84+CEP TI-86 TI-89T cfx-9940GT fx-7400G+ fx 1.0+ fx-9750G+ fx-9860G fx-CG10 HP 49g+ HP 39g+ HP 39gs (bricked) HP 39gII HP Prime G1 HP Prime G2 Sharp EL-9600C
  • Consoles, mobile devices and vintage computers owned: Huawei P30 Lite, Moto G 5G, Nintendo 64 (broken), Playstation, Wii U

mazhat

Thanks, I like the minimalist art style, but I think for practicality sake, there should be detail.
For example, you can't really tell what weapon the guys are holding.

The art style is inspired by Rebel Star Raiders, a game built on the zxSpectrum (Z80 CPU :) )
And laser squad.

MOS used to stand for something, but I don't recall it.
I'm thinking of Mail Operations and Services. (The guys wear pseudo-mailmen uniforms :^) )
  • Calculators owned: TI-83Plus, TI-84Plus
  • Consoles, mobile devices and vintage computers owned: Samsung TAB A (Cheap), DSI, Rasperry PI 3
Sketti

p4nix

This looks interesting. While I like the art styles which are featured in the game, I don't like the mix of them to be honest. Try to decide for one art style and if you are not a good pixel artist, ask some cool guys here or someone else :p
  • Calculators owned: fx9860GII (SH4)

mazhat

I do like consistency. I have some concepts for transitioning out of the pixel-mix,
but for now I'll keep it because it's easy to change and debug :)
  • Calculators owned: TI-83Plus, TI-84Plus
  • Consoles, mobile devices and vintage computers owned: Samsung TAB A (Cheap), DSI, Rasperry PI 3
Sketti

Dream of Omnimaga

If you add more details, you could keep the same character art but add extra colors so that they look like they're holding guns and clothed
  • Calculators owned: TI-82 Advanced Edition Python TI-84+ TI-84+CSE TI-84+CE TI-84+CEP TI-86 TI-89T cfx-9940GT fx-7400G+ fx 1.0+ fx-9750G+ fx-9860G fx-CG10 HP 49g+ HP 39g+ HP 39gs (bricked) HP 39gII HP Prime G1 HP Prime G2 Sharp EL-9600C
  • Consoles, mobile devices and vintage computers owned: Huawei P30 Lite, Moto G 5G, Nintendo 64 (broken), Playstation, Wii U

p2

what language is it written in and how do you do the map management like compression of map data? :)
  • Calculators owned: ti-83+, ti-84+, ti-84+, ti-84+se, ti-84+se(te), ti-nsphire, ti-nsphire CAS, ti-nsphire CX-CAS, ti-voyage, ti-voyage, Who reads this list anyways...?
Anyway war sucks. Just bring us your food instead of missiles  :P ~ DJ Omnimaga (11.10.2016 20:21:48)
if you cant get a jframe set up, draw stuff to it, and receive input, i can only imagine how horrible your game code is _._   ~ c4ooo (14.11.2016 22:44:07)
If they pull a Harambe on me tell my family I love them ~ u/Pwntear37d (AssangeWatch /r/)
make Walrii great again ~ DJ Omnimaga (28.11.2016 23:01:31)
God invented the pc, satan the smartphone I guess ~ p4nix (16.02.2017 22:51:49)

mazhat

I've though about it, but since I've only got 1 set of characters, I'll just make remake the old set and create new sets too!

Here's what I've come up with:



Quote from: p2 on March 15, 2017, 07:06:08 PM
what language is it written in and how do you do the map management like compression of map data? :)

It's written in C++, maps are handled in a .MOS file. I actually don't know how to compress data, but I've always been excited to learn.
The map data itself uses strings instead of integers. It's easy to read, but I'm pretty sure it bulks up the file size.
  • Calculators owned: TI-83Plus, TI-84Plus
  • Consoles, mobile devices and vintage computers owned: Samsung TAB A (Cheap), DSI, Rasperry PI 3
Sketti

Dream of Omnimaga

I used strings before for maps and it does the work well. Njce job on those sprites by the way. :)
  • Calculators owned: TI-82 Advanced Edition Python TI-84+ TI-84+CSE TI-84+CE TI-84+CEP TI-86 TI-89T cfx-9940GT fx-7400G+ fx 1.0+ fx-9750G+ fx-9860G fx-CG10 HP 49g+ HP 39g+ HP 39gs (bricked) HP 39gII HP Prime G1 HP Prime G2 Sharp EL-9600C
  • Consoles, mobile devices and vintage computers owned: Huawei P30 Lite, Moto G 5G, Nintendo 64 (broken), Playstation, Wii U

mazhat

Thanks again DJ

Also Update!
Some people may actually die before MOS is finished,
so I got a side-project which p2 inspired me to do,
it's an RPG like LOZ and it's for the ti-83+ and ti-84+!
If it's not finished it will at the very least be something playable because it's not too complex.
Right now I've got movement, 1 screen worth of level and stabbing (With downtimes)!
The name is MOS: Raiders, going with the MOS-theme.
  • Calculators owned: TI-83Plus, TI-84Plus
  • Consoles, mobile devices and vintage computers owned: Samsung TAB A (Cheap), DSI, Rasperry PI 3
Sketti

Dream of Omnimaga

Interesting. Don't go overkill with the project size, though. :P That way it's manageable.
  • Calculators owned: TI-82 Advanced Edition Python TI-84+ TI-84+CSE TI-84+CE TI-84+CEP TI-86 TI-89T cfx-9940GT fx-7400G+ fx 1.0+ fx-9750G+ fx-9860G fx-CG10 HP 49g+ HP 39g+ HP 39gs (bricked) HP 39gII HP Prime G1 HP Prime G2 Sharp EL-9600C
  • Consoles, mobile devices and vintage computers owned: Huawei P30 Lite, Moto G 5G, Nintendo 64 (broken), Playstation, Wii U

mazhat

I'm embarrassed to say this so early, but I'm at a halt.
The Axe parser is not very nice, my collisions aren't working!
I know it has to be Axe because I got so angry
that I made a version in sfml/cpp yesterday , and collision works!

I wish I had more Axe had some more code examples than in the documentation,
because some things just don't parse how i'd expect :'^(
This isn't the first time either.
  • Calculators owned: TI-83Plus, TI-84Plus
  • Consoles, mobile devices and vintage computers owned: Samsung TAB A (Cheap), DSI, Rasperry PI 3
Sketti

p2

there are a few true axe professionals around, I'm sure someone can help you with that problem :)
Don't give up because of such a little setback :)
  • Calculators owned: ti-83+, ti-84+, ti-84+, ti-84+se, ti-84+se(te), ti-nsphire, ti-nsphire CAS, ti-nsphire CX-CAS, ti-voyage, ti-voyage, Who reads this list anyways...?
Anyway war sucks. Just bring us your food instead of missiles  :P ~ DJ Omnimaga (11.10.2016 20:21:48)
if you cant get a jframe set up, draw stuff to it, and receive input, i can only imagine how horrible your game code is _._   ~ c4ooo (14.11.2016 22:44:07)
If they pull a Harambe on me tell my family I love them ~ u/Pwntear37d (AssangeWatch /r/)
make Walrii great again ~ DJ Omnimaga (28.11.2016 23:01:31)
God invented the pc, satan the smartphone I guess ~ p4nix (16.02.2017 22:51:49)

c4ooo


mazhat

Ah yes, you're right, p2! Perseverance all the way!

Note: If this belongs in the help section, I'll be sure to post there instead, so please tell me if that's the case.

As for my problem, my collisions aren't working!

I think the problem is how Axe deals with one of the following:
-"If" conditionals using the "and" logic (this has given me a problem before)
    ->This is how I use them: if (x>(z*8)+8) and (x+8<(z*8)) and (y>z) and (y<3)
-How the arithmetic works (I RTFM, but maybe I missed on something?)

  • Calculators owned: TI-83Plus, TI-84Plus
  • Consoles, mobile devices and vintage computers owned: Samsung TAB A (Cheap), DSI, Rasperry PI 3
Sketti

Powered by EzPortal