[ home / rules / faq / search ] [ overboard / sfw / alt ] [ leftypol / edu / labor / siberia / lgbt / latam / hobby / tech / games / anime / music / draw / AKM ] [ meta ] [ wiki / shop / tv / tiktok / twitter / patreon ] [ GET / ref / marx / booru ]

/games/ - Games

Name
Options
Subject
Comment
Flag
File
Embed
Password(For file deletion.)
What is 6 - 2?

In for some red terror?
15% off on selected items with promo code "SPOOKY" at shop.leftypol.org

| Catalog | Home
|

 

Why aren't there any Persona clones? It takes fucking years for a new Persona game to come out so there's free money to make one for those who likes these kind of games. Is the social links system patented or something?
9 posts omitted.

>>43683
Persona, and SMT games in general, are like Pokemon. There are plenty of Pokemon clones, no?

>>44115
There aren't many Pokemon clones if at all and SMT games aren't like Pokemon insofar as you aren't encouraged to collect demons or whatever, rather use them as fodder for more powerful demons

>>44115
>>44117 (me)
And when people say they want a Persona clone, they mean an RPG tacked to a Tokimeki Memorial style dating sim

There's a game called demonschool that does a similar school life/relationship thing to persona but it's a tactics rpg and the sprite aesthetics look closer to p1/p2 than the other games in the series, but according the the devs they never played persona and the similarities are just a coincidence. It's not out yet though (and got delayed because of silksong)

>>44106
>I want to fully exploit the very very slight implication or interpretation that the persona 3 protagonist is sociopathic and "fakes" personalities through his personas to build his social links,
That's basically what its like to be a subject of neoliberal ideology. The ideal entrepreneurial subject is when you have like three part time jobs ("gigs") who instrumentalizes people for their rational self interest



 

Legitimately, who does this trailer appeal to? Who is their target audience? I know that there's rightoids who are mad at it, but I saw the trailer and the biggest thing that hit me is that I have no idea who was supposed to see this trailer about a plain, bald lady in a Porche RV spaceship with anime playing in it being kind of annoying and rude to another lady while insisting that she wants to go to some planet to look for some guy that you've never heard of.

I can accept when I'm not the target demographic. Like, I tried the demo of Life is Strange and it really hit me while I was playing it that it wasn't really a bad game, I just wasn't the target demographic. I look at this and I really don't know who they're trying to sell this to.
34 posts and 4 image replies omitted.

>>44069
>people play-acting as tortured geniuses on the promise that their work will be worth millions
That problem has more to do with producing art as a commodity. I see all art in the way Scaruffi talks about music: Things that manage to express specific emotions are more interesting than those that are technically impressive for whatever reason. The latter is how exchange value is assigned, while the former has, despite appearances, little to do with speculative pricing, which is an entirely different can of worms.
<The Velvet Underground were among the first bands to conceive rock music as creative art, not as a commercial product to sell in this or that format. As a consequence, they were also among the first bands to show total disregard for the charts. The aim of their music was to transmit emotions, to express uneasiness, to communicate within their environment. The early albums are first and foremost examples of creative freedom: the band wrote what it felt like, arranged it as it pleased, and played it how it wanted. The only rule was not to play blues, because too many bands were already doing it.

>>44074
speak for yourself

>>44070
Of course, it was an exaggeration. But I find it fascinating how much of the buzz around new releases seems to be drama bullshit. Makea one wonder how much of it is manufactured by advertisers.

>>44083
I dont think it is actively astrosurfed, more of a symbiothic relationship between corporate product marketing and right wing outrage media.

>>44077
I know that's what art people like to say, but high modern art fails even in that regard. Most modern art doesn't make you feel anything, it's just incomprehensible nonsense. It's incomprehensible nonsense made by people essentially LARPing as tortured geniuses on the model of Van Gogh because his works sold for cheap and are now worth millions, which caught the attention of rich people. The point isn't to evoke emotions. The point is to appear avant garde for the sake of appearing avant garde.



File: 1678199302704.jpg (Spoiler Image,111.4 KB, 600x800, 1_0rtcr-D9i7yoYNKpoBO-rQ.jpg)

 

I just beat this game, I remember seeing another discussion thread about this game but I can't find it, but I want to talk about the game, full spoilers.
244 posts and 63 image replies omitted.

>>44057
idk, i dont really care about the drama around this and never watched the entirety of the original video, but im glad this channel was self-critical about their framing of the circumstances being too apologetic to the companies involved. it is really crazy how quickly "guy acts arrogant" and "kind of an asshole" gets so easily spun into treating someone like an abuser and threat to society who gets whats coming to him.


>>44057
watch for urself
first part gay in mi oprions

>>44033
wow big allegation. the author of untitled 12 is saying robert kurwitz is the original author

>>44057
jesus what a clusterfuck. i'm just left with the feeling that IP sucks and should be abolished and lawyers and money people (investors, share holders, middle managers) are parasites.

i love this game so much



 

New Gamedev thread. This is thread is only for people who have deved something. Don't post in this thread if you're just an idea bro who has never deved anything in their life.

The engines:
>Unreal
>Unity
>Godot
>Cocos
>etc.

Go pickup one of these engines and start deving. My advice is don't ever get too caught up with reinventing the wheel if your goal is gamedev. Even people who want to "develop their own engine" are using a million frameworks. If you're developing a 3D game, you're going to use a preexisting graphics engine instead of developing one yourself because that would be pointless. You are not going to improve on the graphics engines developed by 1000s of engineers smarter than yourself. It's a lot of advanced trigonometry, I foolishly bought a graphics programming book when I was young and dumb and overly ambitious. There's no point to it.

So basically every game engine works fundamentally in the exact same way. The only difference might be more in the realm of performance handling, but unless you're like a computer genius, that's not even relevant to you. Unreal gives you full access to the source code. If you're so smart you can decipher it and modify it to your heart's content. I recommend real. I'm no programming whiz, but what actually counts:GAMEPLAY PROGRAMMING is very intuitive. It's very easy. If you can write out the rules for a board game, you could easily write those same rules out in code. That's how simple and intuitive gameplay programming is.
34 posts and 19 image replies omitted.

Alright, I want to make a narrative-driven game, a lot of pointy clicky. I know programming but I was looking for some more general info about developing games, any good books / videos you recommend? This is very much a side project.

>>44041
Like a visual novel? Or like Lure of the Temptress?

>>44008
>pointy clicky
The only thing more primitive is visual novel, so isn't asking for advice here just an excuse for procrastinating :P

Anyway, I would ask myself two questions:
1. How to prevent the game from reaching a dead end (needing an item you can't get anymore etc.)?
2. How to make sure any player can finish the story (not necessarily the best ending, just an ending)?

And I would solve most of this right at the start, not again and again during the design of specific small parts.

>>44042
Nah several degrees more interactive then a VN.

>>44008
>>44043
Assuming renpy, don't describe, make characters talk instead, and use visuals instead of wordly descriptions. But that's assuming you have visuals to begin with

Plan out with flowcharts, i dunno. If it's twine, editor draws arrows to connected passages if those are ever mentioned in the code. Renpy works essentially the same. Maybe leave a default option for every passage that doesn't have any if elses



File: 1696912184109.jpeg (Spoiler Image,79.24 KB, 828x444, IMG_0368.jpeg)

 

I’m playing far cry 2 with redux+ realism and I’m amazed by the level of immersion and sense of control I have over my time with it. The mod fully disables all in-game features to assist the players availing to navigate the map meaning your paper map and some screens showcasing your location is all you get to figure out where to go. I’ve navigated my way through several missions off my own accord, having to learn to be patient with outposts, run the fuck away from anything that looks like trouble and fight with barely any ammo is such a unique experience you can’t create in so many games. The world itself even without mods is beautiful and every hour I spend playing makes me feel like I’m genuinely apart of it, something you wouldn’t typically get from a non roleplaying game.
108 posts and 132 image replies omitted.

File: 1754242534499.jpg (421.52 KB, 1920x1080, celluloid-shot0001.jpg)

Guess whos back. Since my last attempt I did some shopping so now I can dress like this IRL.

>>41961
I do play with music turned off. I actually like the soundtrack a lot, but because it changes depending on what is going on in the game, it keeps alerting you to hostile presence.

>>43860
Killed myself by miscalculating explosion radius of objective I was supposed to destroy. Fuck. I am temped to just reload this time because it didnt do shit when I attempted to blow the thing up with grenade and explosive barrel, but when I shot it through window it exploded. Damn it, I cleaned the area (automobile depo) like a pro, despite being the most difficult place for mission in map 1, in a middle of a jungle so you cant see anything through foliage (a disadvantage AI does not share), filled with debris, no good sniper position around. Had to circle the entire place, pick mercs one by one, run away the moment I made noise before enemy manages to close in on my location and approach from different angle. I mean look at this shit. Bullshit.


File: 1755287813071.mp4 (53.29 MB, 1920x1080, Untitled Project.mp4)

>tried and failed again award

>>44034
Skill issue. As soon as he heard the rocket leave the launcher he should have started running.



File: 1755446580631.webp (32.37 KB, 370x596, IMG_2586.webp)

 

Wizards: elemental spells, summons, soul manipulation, portal creation, shape shifting, conjuring, necromancy, healing, and regeneration powers (maybe silent casting).
Superheroes: usually one signature ability (flight may be included as a secondary ability) followed by generally high base physical prowess
Espers: teleportation, telekinesis, telepathy, mind control, barrier creation, force blasts, flight, reality manipulation, extra dimensional attacks and movement options, instant reflexes, full battlefield awareness, intelligence usually at or just slightly shy of a wizard/magic user at base or functionally boundless at best, future sight

>>44062
Sorry, the title of this thread was supposed to say “are espers too powerful for gaming”

Seems like everything esper can do wizard can do as well, but not vice versa.

>>44064
Not quite. Wizards are restricted to mana and soul based spells meaning no reality manipulation, casual defiance of physics, or spells capable of bypassing real space. Espers don’t have the regenerative abilities that wizards have, but barrier creation and instantaneous reflexes more than make up for that. Plus espers don’t need mana, chi, stamina or “energy”, their power is all raw willpower which depending on the esper can be unlimited. Balancing something like that in a game would be very difficult



File: 1752206450418-0.png (1.29 MB, 1024x1024, cik2cw.png)

File: 1752206450418-1.png (360.74 KB, 960x960, cik1.png)

File: 1752206450418-2.png (28.79 KB, 307x307, ostalgie.png)

File: 1752206450418-3.png (1.56 MB, 2500x2500, mao's legacy.png)

File: 1752206450418-4.png (32.16 KB, 256x256, collapse.png)

 

Didn't see a thread on here so I am making one for the commie strategy and simulation games produced by the postsoviet developers nostalgames (formerly known as kremlingames) https://nostal.games/
In honor of the new game which is to be released in 9 hours after time of writing https://store.steampowered.com/app/1922740/Crisis_in_the_Kremlin_The_Cold_War/
47 posts and 18 image replies omitted.

>>43931
>>43929
I do 100 agri from the start and import 100 from USA because agri initially is in a very bad spot from modifiers. Light industry is severely overinvested into, you can safely sacrifice every mod that improves it. MIC is very hard to bring back up, and heavy industry so-so. Services are the easiest IMO to improve, you can even put services expenditure to 0 and focus on tech solely, and you'll get 100 services power in no time - it's probably due to a lack of bad modifier from the start

There are negative mods on agri from a dedicated modifier (60% cap on power), and a dedicated mod from lack of workers (80-90% caps on various industries). And from my understanding, this means having those powers above cap values gives no benefits. Don't quote me on that, it just feels that way after you get rid of a mod and economy suddenly jumps up 20-40%

>>43929
>>43931
>>43932
Essentials are kind of a secondary stat from what I understand, there is a hidden mechanism that improves it based on other stats. So, competitiveness improves it for sure. Market coverage, competitiveness from sliders are a trap, it means you are essentially subsidizing those, not developing industries to provide competitiveness and market coverage, if it makes sense
There's also probably a hidden mod of aggregate quality of workers, education multiplied by healthcare and something else, which should be improving industries

Okay, I found the "90s slowdown" effect. For me, it's solved by unifying Soviet bloc economy, it gives 2x money from trade compared to previous level, but the decision is locked behind 250 price Brezhnev policy. Also, decreasing 40 hours week to 48 is pretty good, but you need to offset it by something like UBIncome.

Attachment to factories gives a decision to force +5% income and +3 powers monthly at the cost of healthcare for a year and 100 political power. Lowest level immigration policy gives a decision to import workforce, where you can choose either +3 powers +competitiveness and something else, OR -3 corruption and -3 forgery monthly, or quick fix to radical opposition -3 monthly. These two decisions can save your run easily

Filling Aral sea with Russian rivers gives NOTHING. Very sad, you just get a malus forever, no transformation of nature ot make the land green, no decision to dig channel to the Caspian sea to connect Siberia to the Soviet navigable river network, no nothing. Very ahistorical realization of the 1948 idea!

And early game forgery + corruption solution is Soviet democracy law (opposite of personal dictatorship). It flatly gives 3 and 3 reduction to both

I have no fucking clue how to speed up the wars, though. Iran war is just stuck at 87% in favor of Iran, and that's it. Afghanistan has miraculously ended in 1991, despite me putting every decision on

Oh, and also, for the next run, I'll try to move breznev policy up once to unify SEZ for maximum profits, then two policies down by 1989 (or what was it when you can sign friendship treaty?) to befriend China and drag them into SEZ by the ear. And then hopefully force them to switch sides in all wars

And also France. Man, diplomacy in this game is stupid because it's event driven

>>43453
First game had disaster tied to ecology level, IIRC. In this one, it's probably either money getting put into research (160 accoridng to the guide) or modernizing reactors through science? In any case, reactor science is pretty great for speeding up other research

Okay, I think I get it now why there's such wonkiness with economics

When I switched from authoritarian parliament to soviet democracy, from +8 to -25 political power, Instead of losing 33 political power of a total income of like 150 per turn, instead I got into -100 range. Meaning that there are multipliers in play - pluses/minuses in budget screen are not +0.05 or something but rather +5%

Say, I had 400 state expenditures, meaning 80 pluses, meaning that if one plus is equal to 5%, +400% to political power, meaning instead of a 33 drop I got like 132 drop. There are other ++political power places to get to 250 total, but you get the idea. So, republics loyalties flipping from +1 to -3 political power randomly hits you quite hard on higher budgets

So, there are two questions for this kind of a system, if it indeed works like this: 0 base income or what happens when you go below 1 to -1, and going from 100% to 0% and 0% to -100%.

Depending on how it works, it might be actually beneficial to stack as much positive or negative base income, and then fix it with budget. Say, if you have +2 corruption and you get 20 minuses to corruption then it would be equivalent to -1 corruption base income without pluses or minuses. Essentially, 100 in state expenditures might be worth as much as a full -3 corruption base modifier. I'll need to try a full authoritarian and a full democratic runs to test this shit out, but it makes sense to me with how game behaves. Though, pluses probably get less than 5% effect when there's a lot of them and this malus gets listed as overgrowth effect (or whatever it's called in english) in the tooltip

Okay, my final AAR (i swear)

1990s slump is due to game having a hard limit on industrial output. It's probably around 100 for each industry, modified by "+25% to industry incomes" mods. You just won't get any improvement beyond that, and that's why there's a slump. When that happens, you can earn some pennies by fighting corruption, but better approach is to either unify SEZ, solidify republics with a law (requires high loyalties of everyone), or get into taking over Africa and South America for trade deals

Market share and competitiveness are really important. Dropping service industries to zero at the start like in the guide is a working strategy, but eventually you need to hike that back up to 100 to get a better market share

Beyond a certain market share threshold, you replace dollar with ruble as a world reserve currency, and you get a x3 modifier to every country's trade i.e. you get triple the income from trade. Maybe the amount of countries in SEZ matters also, but I doubt it. This is how you get to 4000+ GDP as USSR, too, the levels USA has at the start

The best economic strategy is to advance science. That's about it. You have hard caps on mechanical improvements, you have no way to improve meaningfully except for events and science decisions

500 reserve demand for better relations from policies doesn't matter for active help and world revolution foreign policies. It matters for sucking up to Westoids, though. You also CANNOT have both good relations with the West and have good influence on the rest of the world, even if you spend ~1000 on diplomacy, you STILL cannot win over Europeans without proper state policies. Without proactive diplomacy stance on world revolution, don't even bother influencing Mexico, you'll spend a lot of resources for nothing

Europeans do offer a good trade, but they are kind of unnecessary. I have no idea how to get them out of American sphere without destroying USA first, though. You'd need to support communists from the start of the game at the very least. France had a path with supporting gaullists/far-right that made them leave NATO in the first game, but here I dunno, decision's not shown from the start. It probably does still exist. It seems like France gets a USA military base if centrists win, or maybe at a certain date. They do this without an event, so I have no idea when this happens. French sphere of influence depends on influence points you give therm bPost too long. Click here to view the full text.



File: 1698976842425.jpg (Spoiler Image,350.54 KB, 1767x1346, Mount and Blade Warband 1.jpg)

 

A thread for discussing Mount & Blade series.
Which game do you play? Do you have favorite mods? Are you active in multiplayer? Do you roleplay? Tell us about your characters and their adventures!
129 posts and 82 image replies omitted.

File: 1751644459192.png (2.52 MB, 1869x816, ClipboardImage.png)

the welsh uyghas of gwynedd offer me to give them back their own king 200 pennies. for refrence that's the same price as two pigs or one jar of honey.

lol, lmao even

South Korea made valve ban a steam warband mod for depiction of "historical revisionism" over the Gwangju massacre

https://automaton-media.com/en/news/valve-cooperates-in-banning-steam-mod-for-depicting-historical-revisionism/

>>43304
It's a shame you can't accept it and send them back a finger. "You get what you pay for."


File: 1755088901442-0.png (345.4 KB, 620x349, ClipboardImage.png)

File: 1755088901442-1.png (338.38 KB, 620x349, ClipboardImage.png)

File: 1755088901442-2.png (357.63 KB, 620x349, ClipboardImage.png)

File: 1755088901442-3.png (366.66 KB, 620x349, ClipboardImage.png)

bump



File: 1754630286640.png (485.66 KB, 478x700, night elf huntress.png)

 

So we've recently had a spate of games come out in the old CRPG style which directly follows pen-and-paper or tabletop RPG rulesets. In many ways, this can be very clunky, especially in comparison to systems that were made specifically for video game RPGs. For instance, I would argue that mana systems are way more natural and fluid for video games than a daily-usage resting system. In a way, it makes me wish they would go back to using classic video game systems instead of using pen-and-paper or tabletop rulesets.

HOWEVER, there is a weird slippery slope effect I don't quite understand. The moment you start moving away from these pen-and-paper/tabletop rulesets, you quickly start hurtling towards the total annihilation of all RPG flavor, like these archaic rulesets made for a different medium entirely are somehow holding back total enshittification. Racial traits are done away with and races become entirely cosmetic, wizards have their magic systems and spells whittled down to nothing until they're little more than a particle effect turret. Priests and clerics might have it the worst though, because I can't think of ANY game that gives the priest/cleric class any kind of religion system that isn't being forced to by some kind of pen-and-paper or tabletop ruleset.

Why is this? Why does it seem to be so hard for developers to have both modern video game RPG mechanics AND all the little things that give RPGs their fantasy and flavor?
11 posts omitted.

>>43963
>you can only name a bunch of really old freeware passion project games
Fine, let's look at common tropes of the JRPGs. Turn-based battles are their main point of player interaction and they primarily achieve build variety through pre-made characters, equipment, a lot of consumables and sometimes skill acquisiton and/or materia some kind of aspect slot system. This type of character building is complex in its own right, despite being unwieldy with pen and paper, considering the amount of options most games throw at you, and clearly the point of JRPG combat. You can find a lot of people complaining about FFVII, because it reduced the maximum party size in ATBs from 4 to 3.

>>43964
"Build complexity" doesn't really mean anything in the "RPG flavor" context if ultimately all "build complexity" amounts to is the numbers going up.

>>43969
Yeah, that's why in pokemon combat rare skills, items like heat orb or focus sash and the monsters themselves are the most interesting aspects of combat, while nature marginally so and everything else a matter of mindless optimization. It's about linear upgrade paths you would see in a bad rpgmaker game vs. interesting tradeoffs or other unique rules that increase complexity exponentially. Ideally the complexity isn't collapsed into dumb number checks, the way speech skills usually work, but determines the way the player interacts with another system accomodating to it, usually combat.

File: 1754992917795.png (95.02 KB, 258x387, larian.png)

>>43952
Larian is actually an example.

While I liked Divinity: Original Sin 2, and messing around with the various elemental abilities and how they interact with each other can be fun, its a game about being a sorcerer where you don't really get to do much sorcerer stuff beyond doing damage in various ways, and the meta was actually focusing on physical damage over spells. In addition, it's all based around a classless system which I've never been a big fan of since they're kind of boring.

Then they make Baldur's Gate 3, which is tied to the D&D 5e ruleset, and suddenly all the cool wizard shit is back in, along with classes and all the flavor those classes bring.

>>43974
I'm still waiting for Larian Studios space opera kino, I hope it turns out well.



 

I wish there was a Communist fork of Liberal Crime Squad, which is a game created by the Dwarf Fortress guy Tarn Adams way back during the Bush Era which has had multiple forks, but none which change the fundamental liberal pretenses. LCS is basically about building a network of clandestine cells to oppose an Arch-reactionary government, but it is fundamentally framed in terms of US liberal politics, which reveals its contradictions and ideological flaws. Tarn Adams also says he intended it as a GTA-style satire rather than something truly critical of the USA but I don't really believe that. I think he is "hiding his power level" which radlibs tend to do, to the extent that they have a power level at all. Someone made an update in 2024 that can be played in a web browser and posted it to the Dwarf Fortress forums, and while in some senses it updates it culturally from the Bush era, it still is fundamentally based on the same ideological pretenses.
https://www.jonathansfox.com/lcs-new-age/
20 posts and 2 image replies omitted.

Why don't you make it?
I'll help where I can

File: 1748889989540.png (89.26 KB, 1200x1200, dwarf_fortress.png)

I really wanna get into this but it seems to have a higher learning curve than the OG dwarf fort.

>>42770
booted it up the other day and had no fucking idea what I was doing. Like most agents of anarchy.

>>42574
I was a hardcore conservative back in the early to mid 2000's and this game played a big role in mentally aligning me to the left.
It's satirical to a point, sure, but it nudged me to re-frame how I saw certain issues.

>>42770
nah it really isn't that complicated.

>>43972
based

>>42574
>lcs is reactionary slop, the game was made by a fascist to mock the opposition to bush,

where's the proofs? obviously the game makes fun of the left a bit but they're clearly portrayed as the good guys overall



Delete Post [ ]
[ home / rules / faq / search ] [ overboard / sfw / alt ] [ leftypol / edu / labor / siberia / lgbt / latam / hobby / tech / games / anime / music / draw / AKM ] [ meta ] [ wiki / shop / tv / tiktok / twitter / patreon ] [ GET / ref / marx / booru ]
[ 1 /2 /3 /4 /5 /6 /7 /8 /9 /10 /11 /12 /13 /14 /15 /16 /17 /18 /19 /20 /21 /22 /23 /24 /25 /26 /27 /28 /29 /30 /31 /32 /33 /34 /35 /36 ]
| Catalog | Home