Results 1 to 10 of 22

Thread: Periphery Online / MMORTS

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Periphery Online / MMORTS

    Hi
    Try my mmorts game - Periphery Online.
    The client is written in Delphi, the server in Lazarus.

    Short description:
    A refugee capsule lands on an uninhabited planet.
    You have to survive, rebuild civilization and, if possible, regain control over the Earth.

    One big universe, one endless session for all players.

    I'm preparing a publication on Steam, so the test version is not available right now.
    https://store.steampowered.com/app/1873750/Periphery/










    Screenshots:









    Interface:
    Last edited by rts111; 19-08-2022 at 01:32 PM. Reason: update screenshots

  2. #2
    do tell more on how you built the game, what graphics library do you use?
    This is my game project - Top Down City:
    http://www.pascalgamedevelopment.com...y-Topic-Reboot

    My OpenAL audio wrapper with Intelligent Source Manager to use unlimited:
    http://www.pascalgamedevelopment.com...source+manager

  3. #3
    Graphic API: OpenGL, GLSL.
    Sound: DirectSound.

    All plants and houses are made with the Flora3D tree generator.
    For those who use this program, in the folder "../Periphery/Data/F3d" you can find additional collections of trees and bushes that you can freely use in your projects.

    Models and animations from Mixamo.
    First I import them into Blender, then export them in my own format.

    No other libraries are used, game engine is self-written.

    The server is also self-written, Linux/Posix, only native low-level functions: listen, send, recv, etc., no other lib.
    Last edited by rts111; 02-08-2022 at 04:18 PM.

  4. #4
    Looks very interesting.

  5. #5
    Quote Originally Posted by SilverWarior View Post
    Looks very interesting.
    Thanks.

    Landscape screenshots:



    Last edited by rts111; 27-11-2021 at 04:26 PM. Reason: update screenshots

  6. #6
    Could you do a writeup on how you did model animations? this is something i still have a problem with in my own game.
    This is my game project - Top Down City:
    http://www.pascalgamedevelopment.com...y-Topic-Reboot

    My OpenAL audio wrapper with Intelligent Source Manager to use unlimited:
    http://www.pascalgamedevelopment.com...source+manager

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •