Jump to content

jeffnz

Community Members
  • Posts

    64
  • Joined

  • Last visited

Everything posted by jeffnz

  1. On Xbox Game Pass I'm playing card games like Slay The Spire and Monster Train. I also have Age Of Empires and Civilisation VI. I'm thinking about Settlers Of Catan (real life board game) and Flesh And Blood. War Thunder is pretty good as a strategy game too, by the way!
  2. @Lion.Kanzen Ion Fury is fantastic, I haven't finished it yet because I got sidetracked with other games like classic Doom.
  3. Grand Strategy games are extremely popular at the moment. On console you can find: Stellaris Cities Skylines Surviving Mars Tropico 6 I hope that next gen Xbox and PlayStation will have proper mouse and keyboard support, that way PC gaming won't have so many advantages. I don't run Windows on my PC but I have console for games (I prefer having a separate system for games, just imagine having your PC cluttered with games and chat apps aggghhh lol) Don't forget Spring RTS on PC which is free software.
  4. There are too many downsides to using Steam. The worst downside is that instead of funding Steam, we could encourage more people to donate to projects such as 0AD (I know the fundraiser wasn't as good as people had hoped, but in my opinion it's worth trying it again) Anyway - things I personally dislike regarding Steam: It's too slow and it updates all the time I don't need built-in rubbish such as 'friends' or pop-up advertising It's possible that Steam causes Linux to freeze 75% sales - they are not a reason to buy games Command & Conquer 3 doesn't work on my new PC Steam games are automatically sold at their highest patch version, there is no way to go down a version I don't need Steam or Origin to play a game. I'd rather buy a disk! I deleted my Steam account 6 days ago but it doesn't delete until 30 days has elapsed. Send a message to Steam support and delete your Steam account now - so that you don't waste more money on them.
  5. I think that these monopolies will continue, they will suddenly do something nice to draw people back, if they feel at risk of losing everyone. That's why we must persuade people with principles, not "nice things". 0 A.D. is the type of project that will keep people on Linux. So far, the Linux community is fragmented and so is support. I tried to install a .DEB package to get Steam on Debian, but it was actually an Ubuntu package. I think they also offer RPM for Fedora and a few other distros, but typically only 1-2 distros get support for commercial games. It's better if people make their own. BTW I'm a huge fan of GOG. I use Steam client but I want to option to avoid it too. Just in case Valve turns evil one day.
  6. Hahaha I heard that if you get mum-and-dad's credit card you can get some cool cheats in Call Of Duty! Some companies offer a fair price and a good product/service, sadly not all do this. Certainly not companies with a comfortable presence and guaranteed business (ie. they have you by the balls, so-to-speak!) Gaming is pretty bad these days. Companies know that their audience is teenagers and guys who live with their parents LMAO. I'm ready to withdraw my money as soon as something annoys me. Best not to spend anything in the first place, at least don't spend so much that you have to keep going like it's gambling.
  7. Hi folks, It seems I have passed my course. I expect to get the diploma, then I'll be off to get a job (not a programming one though, I had something else in mind). So anyway I just posted on Steam regarding fatal lag problems that I've always experienced (with games in general). Someone told me that you can host Steam yourself so long as you own the game in question. It seems many people host off their personal PC, though it is also possible to get a dedicated server. My worst multiplayer experience was a few years ago on PS4. I played Drive Club which has a challenge feature (do a drift for high points, or get a high average speed, and beat another player's record set that day) sometimes I'd drive toward a challenge, but the challenge data didn't load in time, and I was unable to achieve it. I note that in August of this year Sony decided to raise the price of PSN without adding new servers or any useful feature. It still sucks, but now it costs more. When I used PSN I recall the name "Sony Entertainment Network Europe" so perhaps their servers are in Europe? Sony is happy to tell us the status of their servers, but they say nothing about locations on their network status page. The only way I will enjoy games is if I fund-raise for servers and host them in New Zealand (forget single player games, how many are there these days? It's all multiplayer now). We should refuse to buy any game or pay for any service unless the companies are transparent about server locations. In addition, users should have full rights to run their own servers for any game, including the ability for a person to run his/her own PSN or Xbox Live server*. Trans-national corporations take money out of countries and do not pay tax, and we receive very little in return. * in some elitist gaming communities people will say that PC gaming is heaps better anyway and I'm basically an idiot if I buy a console, but that is not a reason to rubbish consoles. It is the servers that bother me. There is really nothing wrong with consoles unless you care about slightly-better graphics. The way that Microsoft and Sony behave makes me want to either buy a Nintendo Switch, or make my own games for free. I like the idea of managing communities and making games but I dislike the idea of actually working in the games industry, as a job lol. I also hate spending too much time in front of a PC - I'd rather get a basic job and just have tech stuff as a hobby, pay money to useful projects, ya know? :-)
  8. @vladislavbelov I have a book titled The Black Art Of Multiplatform Game Programming. That guy uses a pattern but I'm not sure which pattern it is. The later chapters in that book are really confusing.
  9. In the future I'd like to re-write this again and make a full feature game under the GPL-3 license, using proper graphics. https://github.com/jeffkiwi/cplusplus If someone here is really nice then please take a look and tell me what the ugliest part is! I'd ask on gamedev.net but I don't like the spirit of that place, it's about commercial games. I intend to release under GPL, not make money! The games industry is too competitive these days and it's controlled by lawyers and investors. I'm the opposite to them, so I post here So anyway, in my opinion the worst aspect of my program is that there is no error checking. I made an error check before but it didn't behave properly. I used a simple thing: IF(imagebitmap == NULL) THEN CloseProgramGracefully() but for some reason that didn't work and the program crashed with a random return number, instead of a nice error messagebox in SDL2. It was a few weeks ago so I don't remember it very well. I think I tried a try-catch too but I can't remember. I honestly don't know what one to use anyway - try-catch, or if xxxxxxx == NULL? Visual Studio has unit testing but I migrated this project back to Code::Blocks so there's no point in Visual Studio unit tests when they won't work with Code::Blocks. Another problem that I see: my program isn't written according to a "pattern" because I don't know what pattern would suit my program. I doubt that my program needs a pattern. It'd be nice though. When I do an error check and the CloseProgramGracefully() it's nice to be within scope, that way I don't need all the parametres like so: CloseProgramGracefully(graphicsobject, inputobject, soundobject) PLUS delete all block objects, PLUS delete all enemies, PLUS delete all players - another 3 lines each time I wish to close the program, and there are many points where it might need to close due to an error. It's great that I can write in c++ but I'd like to be better at it. I like the teamwork part of programming, but not so much the programming itself lol. I've been doing programming since I was 12 and I made my first game when I was 15. It's the only job I want, yet I feel embarrassed about my ability. ps. If anyone else has a project to share then please do share your program (or your experiences in writing the program).
  10. I've tried OBS and it isn't working. First I had a problem that was easily fixed - it wasn't recording video. Now it does record video but with very odd results. I tried to record 8 bit armies and there was no movement on the screen. I could see the mouse pointer and in the game I was clicking on the mini map and I was moving the mouse to the screen edge to scroll. Somehow, the OBS recorded stuff did not render the scrolling of the map. Also I could hear shooting and the voices of my units, but in the recorded video the units are not moving or shooting. They are stuck still.
  11. Nvidia seems to think that my graphics card is junk and doesn't want to install the recording tool. I'll buy another PC next year and try this out.
  12. I've got a budget card worth only $50 so I am guessing that this feature only exists on more expensive cards?
  13. So these things pickup the HDMI data that goes through the system and it records to the hard drive? How does it link with other PC components?
  14. Sup folks, I'm probably going to buy a new PC next year and I want to make promotional material for games. I want to record footage then edit out the boring parts, and then upload. On Playstation 4 (when I had one) there was a record feature and you could upload directly to Youtube, but only in really bad quality "HD" which wasn't true HD. Is it better to record with hardware instead of software? I believe there is a way to record the data from the HDMI cable and maybe this would be the best way. Next year I'd like to make videos of 8-bit Armies and 0 AD. Also what video editing package should I use? I'm not aware of any except Cyber Link software. It would be nice to add in audio at specific moments, or have a text box.
  15. I have an ASUS wired mouse and next year I'd like to get another wired mouse - one which is comfortable. The current mouse is not very good because my ring finger and pinky are often on the side of the mouse and this odd posture doesn't feel good. I think that what I need is an "ergonomic" mouse. I have a Logitech Orion G610 keyboard with "brown" switches and this has been excellent. Now I just need to replace the mouse. I think my left-click is dead anyway, so it's nearly time to throw it away. For a new mouse, it must be wired, must work on Linux and it must be good for RTS games!
  16. Rule your own island! Oppress your subjects! https://www.youtube.com/watch?v=0J448fXXVFI I'll never be able to run this on my current PC but it will be a great game. It uses Unreal 4 and the publisher has moved the development work to another company, that way the game is fresh. The previous company was good but they made 3 games that were basically all the same - Tropico 3, 4 and 5. Tropico 6 will be good for anyone who likes RTS/simulation. I hope the humour is similar to the previous games.
  17. When I find stable employment I will buy a faster PC and get this AOE game. I think they should make a new AOM too, but do it from scratch even if much of it is similar. First priority on RTS games though, is to donate to 0 a.d. Why do so many people dislike Windows Store? Do they think that it is a conspiracy to block Steam? lmao
  18. In 2010-2012 I played Age Of Mythology on an out-dated machine and I managed to get good at playing the different factions. I am familiar with RTS but I suck at 0 AD. I installed the game (not from source this time) and I managed to advance into the 2nd age, then I was gathering resources and building more stuff when I was attacked, which stalled my progress to the point that I decided to quit. What is the best way to defend? Should I prioritise the blacksmith upgrades, guard towers or should I build a specific mixture of infantry? Different games have different rules. In Command & Conquer 3 buildings cost a lot of money, so it pays to only build one war factory. 8-bit Armies is different, because each additional motorpool (war factory) gives you a 1x bonus, so you can stack the bonus and get 4x unit production. 8-bit Armies relies on unit spam. CnC 3 relies on slow base expansion and units are strongly biased: being anti-infantry or anti-tank ... you cannot mob enemy units because of the strict balance, unit spam is awful in CnC 3 and doesn't work very well. I'm not sure where I'd rank 0 AD on these things.
  19. Earlier in the week I bought a ViewSonic VX2778 which has a 2560x1440 resolution. I found out only after buying it that I also needed an HDMI 2.0 cable http://www.audioholics.com/hdtv-formats/understanding-difference-hdmi-versions whoops! Oh and I needed a new graphics card too. My AMD integrated graphics can only manage 1,200px but the new graphics card (a cheap one) can handle 1,600px maximum (required for 1440p). If I had known this, then I would have bought a cheaper screen but it's too late now. I've got the expensive 27" which weighs 6kg, I don't know if my existing mount would hold the new screen but nevermind, it's so big that you can always see it no matter what viewing angel. Happy coding! I didn't realise there was a dancing banana on this forum. Update: another thing to be aware of is the presence of Display Port cables - if your graphics card doesn't have a socket for Display Port, then you'll need to buy an HDMI cable and use HDMI instead. When I bought this monitor it only came with a Display Port cable, and my existing HDMI cable most likely didn't have the bandwidth for the 1440p! Watch out lads.
  20. I got the SSD installed, I did it myself. I was surprised at how slim and light-weight they are. It seems almost stupid, to try to screw it into a slot. I just left mine hanging - the data cable and power cable were too stiff anyway, I didn't want to muck around. Heaps of people on Tom's Hardware don't put their SSD into the HD bay, they just tape it or shove it somewhere, where it won't cause trouble. Also: the computer store recommended an A-Data drive, though Samsung and San Disk are good brands too
  21. Hello there, I managed to fix my issue by installing the latest source. At the time of this thread (3 months ago) I was attempting to build a "fixed" version, which had a version number. The best way to install is to use the latest source from SVN. If that causes you grief, then wait a few weeks and get the latest source again and hope it works. Nothing beats the latest source in my opinion!
  22. I'm in the pacific/Auckland time zone, PM me if anyone wants to play. I will probably lose but okay Just search on any search engine: what is the time in Auckland and you will see my time zone.
  23. So when I try to register an account it says error the client does not have sufficient privileges to remove an account. But I'm not removing an account, I'm creating one
×
×
  • Create New...