Tacticular Cancer: We'll have your balls

  1. Having trouble staying logged in? Note: We are rpgcodex.NET not .COM. Trying to login via .com will cause issues. Make sure you are on rpgcodex.net to login and all will be fine.

    And if the Password Recovery doesn't work (there was an error transitioning accounts during the upgrade), use the "contact us" link right down the bottom right of the forums and harass us about it. Include your account name and its e-mail address (or whatever parts of it you remember).

    "This message is awaiting moderator approval": All new users must pass through our moderation queue before they will be able to post normally. Until your account has "passed" your posts will only be visible to yourself (and moderators) until they are approved. Give us a week to get around to approving / deleting / ignoring your mundane opinion on crap before hassling us about it. Once you have passed the moderation period (think of it as a test), you will be able to post normally, just like all the other retards.

Blood and Iron

Discussion in 'Codex Workshop' started by copx, Dec 24, 2010.

  1. Flatlander Educated

    Flatlander
    Joined:
    Aug 11, 2009
    Posts:
    242
    Location:
    Paradise Valley
    Click here and disable ads!
    You probably know already, but OpenGameArt has a new set of 2 bit portraits available at http://opengameart.org/content/new-faceset-2-bit

    Also, nice project :salute:

    Edit: If you need more graphics you might also consider asking the folks at Pixelation, they seem to love C64 graphics & palette there.
  2. copx Cipher

    copx
    Joined:
    Jul 18, 2004
    Posts:
    2,935
    I do indeed know, because it was painted based on my request. Not really happy with the results, though.

    Thanks for the pointer, bookmarked.
  3. Ion Flux Savant

    Ion Flux
    Joined:
    Jul 13, 2005
    Posts:
    1,292
    Location:
    Up way, way past my bedtime.
    Race Traitor
  4. Orgasm Barely Literate

    Orgasm
    Joined:
    May 4, 2010
    Posts:
    1,360
  5. Malakal Arbiter

    Malakal
    Joined:
    Nov 14, 2009
    Posts:
    4,719
    Location:
    Poland
    So what rules for combat/armor/dodging/weapons are you going to use? Any lore? Show us the numbers and intended mechanics so we can discuss something here.
  6. barker_s Scholar

    barker_s
    Joined:
    Mar 1, 2007
    Posts:
    491
    Location:
    Poland
    Race Traitor
    Since it's still to early to discuss the mechanics, you can check out his inspirations.
  7. copx Cipher

    copx
    Joined:
    Jul 18, 2004
    Posts:
    2,935
    I prefer to spend the time on actually writing the game! ;)
    Talk - Action = Zero, you know.

    We can discuss mechanics once there is a full-featured, playable game i.e. beta phase. Stuff like armor/dodging/weapon mechanics are easy to change from a programming point of view.
  8. copx Cipher

    copx
    Joined:
    Jul 18, 2004
    Posts:
    2,935
    Version 0.0.3 released. Implemented more boring UI stuff, started implementing equipment. Builds on Linux now.
  9. Trash I'm in ur base editing ur posts Patron

    Trash
    Joined:
    Dec 12, 2002
    Posts:
    25,306
    Location:
    About 8 meters beneath sea level.
    I like how you're going at it. No expanded lore discussions, no longwinded talk about mechanics, no promises to include everything and the kitchen sink. Just you programming and releasing new versions. You might actually go somewhere with this. :salute:
  10. 7hm Educated

    7hm
    Joined:
    Oct 29, 2010
    Posts:
    595
    At a basic stage obviously, but cool.

    From a UI note I'd make the Hire / View / etc text more noticeable rather than having it in the bottom corner of the screen. Also where you have the hire / upkeep costs when hiring new characters actually say that the first number is hiring fee and second is upkeep cost.
  11. mahdi Scholar

    mahdi
    Joined:
    Oct 29, 2007
    Posts:
    478
    Location:
    USA, suck it Polska!
    Also I hope that you will add a confirmation request before disbanding people. I just know I would be the one to do it by accident.
  12. copx Cipher

    copx
    Joined:
    Jul 18, 2004
    Posts:
    2,935
    I shouldn't have set the release build to use fullscreen mode. The scaling algorithm of the ATI driver was written for a bloomed generation, it applies some kind of smoothing routine which makes art like this look noticeably worse. Everything ends up looking blurry. Will go back to windowed mode for the next release.
  13. Kosmonaut Lost in Space

    Kosmonaut
    Joined:
    Jul 11, 2008
    Posts:
    4,717
    Location:
    CCCP
    Heh. Another SourceForge user. All the new faggots use either Gitorious or Bitbucket.
  14. OminousBlueDot Barely Literate

    OminousBlueDot
    Joined:
    Jan 6, 2011
    Posts:
    319
    Location:
    The Dominion
    Awesome, gcc and I look forward to following (and stealing) your builds, copx.
  15. copx Cipher

    copx
    Joined:
    Jul 18, 2004
    Posts:
    2,935
    What do you mean by "stealing"? :confused:
  16. OminousBlueDot Barely Literate

    OminousBlueDot
    Joined:
    Jan 6, 2011
    Posts:
    319
    Location:
    The Dominion
    Why, changing the graphics, removing the copyright notices, and selling it for profit.

    By which I'm joking.

    Actually, I'm going to follow each iteration to see just how you use the SDL, GLUT, and C to make a decent game -- so far your source-code looks great. It makes ignoring my studies of Java in favor of C most worth-while.
  17. copx Cipher

    copx
    Joined:
    Jul 18, 2004
    Posts:
    2,935
    Thanks!
  18. Orgasm Barely Literate

    Orgasm
    Joined:
    May 4, 2010
    Posts:
    1,360
    Can I be in your gamez?
    I cant for the love of God make it as pixelated as the originals...
    I tried to resize to 60 pix and than upward to 122 but it doesnt look the same as the others. What are the dimensions anyway?

    [IMG]
  19. copx Cipher

    copx
    Joined:
    Jul 18, 2004
    Posts:
    2,935
    Version 0.0.4 released!

    As usual: http://biron.sourceforge.net/
    (Windows, Linux, and source package available)

    New screenshots in the first post illustrate the newly added features.

    All the basic recruitment and equipment management stuff works now. "Not implemented yet" only appears when you choose "New mission". This is the next, big step i.e. implementing the battle screen, mission acquisition, and travel.

    Unfortunately, the battle screen cannot be smoothly implemented in an iterative fashion (i.e. like I implemented character / equipment management). This and the fact that I need to focus on real life issues means that the next release will take awhile. Weeks at least, more likely months.

    People interested in the source code should really download this new release because it features major UI code clean ups.

    This is also my last post here until this chanscum faggotry (we are all numbers! L0L!!!!1) ends. I do not like talking to numbers. If you have questions or comments please use the official project forums:

    https://sourceforge.net/projects/biron/support

    I monitor those.
  20. Orgasm Barely Literate

    Orgasm
    Joined:
    May 4, 2010
    Posts:
    1,360
  21. copx Cipher

    copx
    Joined:
    Jul 18, 2004
    Posts:
    2,935
    I have implemented the world structure (standard issue location graph, used by almost all Nippon TRPGs and RoA for example) and (purely abstract) travel i.e. not worth another release yet. I will start implementing the battle system today.

    I also realized that I really hate doing graphics, it's much less fun than programming and thus I will try to recruit a graphic artist earlier than originally planned. I will try to get a "playable" alpha ready as fast as possible, which will hopefully be exciting enough to make someone capable willing to commit to the project. Don't know when I will reach that point yet, but I won't wait until the feature-complete beta as originally planned.

    </Blood and Iron News>
  22. copx Cipher

    copx
    Joined:
    Jul 18, 2004
    Posts:
    2,935
    Implemented path finding, line of sight, distance calculation, map accessibility checker, and some other utility functions .. that's low level code logic I need for the battle screen.

    I have already drawn the necessary tiles for the first mission type which will be "escort transport". This is a procedurally generated mission type where you are hired to provide security for transports traveling on the dangerous roads of the Empire. For now the only threat are highwaymen, but more threats will be added in future. I plan to implement both procedural and static "missions" (now called "contracts" to stress the for hire / business aspect).

    Emergent gameplay as suggested by denizi is great, but that's a post 1.0 thing.

    The first static "contract" will be the Rottburg pit fighting tournament. If one of your men manages to win it that would be your first "Achievement". To win you will need a developed warrior-type character and of course you risk losing him in the process (remember death is permanent and pit fighting is a deadly competition). The reward for taking this risk, except for the meta-gamey "Achievement", are fame points. Which contracts are available to you depends on your "fame" rating among other things. For example, a wealthy nobleman certainly won't hire some unknown warband for an important task.
  23. Zdzisiu Learned

    Zdzisiu
    Joined:
    Dec 3, 2009
    Posts:
    521
    FFS, when recently I was thinking about a cool game I would like to play I thought about exactly the same concept as this. Even my first idea for a contract was "Escort transport"

    Now you need to finish this damn game, and it better be awesome or else...
  24. torpid Educated

    torpid
    Joined:
    Aug 2, 2010
    Posts:
    878
    Location:
    France
    Thanks for the updates! :salute:

    Will be their be a main quest of sorts or will the game simply consist of progressively more difficult contracts? Will the player be competing against rival groups or will he only be trying to beat the game?
  25. copx Cipher

    copx
    Joined:
    Jul 18, 2004
    Posts:
    2,935
    Hell no! See first post, I have played way too many RPGs where you save the world or have to do something else of universe changing importance. I am totally sick of it. There will be nothing resembling a "main quest" in this game, and the player's actions will be refreshingly irrelevant to the grant scheme of things.

    Not even that. I will try to avoid the standard RPG grind: fight enemies to get stronger so that you can fight stronger enemies to get stronger so that you can fight stronger enemies so that.. etc.
    I mean, the progression from an unknown, weak warband to a strong, famous one is supposed to happen provided that the player is successful but this hopefully won't be a one way road. The player won't have perfect information about what he is signing up for, you know.. Defeat happens and coupled with permadeath and the Mordheim rule "all equipment of a killed character is lost".. I hope to create a more real life like "up and down" (as opposed to the standard RPG "always up") experience. A real world company can be amazingly successful for decades .. then go bankrupt because of a series of unfortunate events / mismanagement etc.. I am aiming for something like this as opposed to the player simply becoming stronger and stronger with every completed contract. There should be Pyrrhic victories for example i.e. contract fulfilled but you lost more than you gained in the process. And despite permadeath I want to avoid sudden "game over" moments. I.e. a player who manages his warband in a limited risk kind of way will keep some reserve funds so even if his entire warband gets wiped out the game isn't really over (remember you are the owner, not one of the guys on the battlefield). He has just "fallen down the latter". He can still claw his way back up. I want such situations in the game because I like them. It's more emotionally satisfying than success -> more success -> yet more success -> victory/game over.

    No. The Empire isn't a lawless place, your business is legal, and your enemies will be the enemies of the Empire, not other legal businesses. I.e. it is most unlikely that you will clash with other mercenary companies given that you are all subjects of the same power. We are not talking about Landsknecht style mercenaries here i.e. entire armies who fight wars (against other mercenary armies), but smaller "private security firm" style groups.

    The - again real life inspired - idea is that the security apparatus of the Empire is simply insufficient, and that's where you come in. This was a pretty common problem in the past, the government failing to provide adequate security in many cases, I mean.

    I aiming for a sandboxy feel here, so "beating" the game isn't really the point. You can try to unlock all achievements of course, or simply try to beat your own high score.

(buying stuff via the above links helps us pay the hosting bills)