Indie Developers Won


Recommended Posts

I like the stuff that comes out of the "indie" scene, so this might be the biggest reason I go for the PS4 instead of the Xbox One.

Or maybe I'll just get a new PC.

I personally don't think INDY games will make or break any of these consoles. Microsoft isn't blind to the popularity of games but they also know they need to publish quality content or they dilute the brand. Steam doesn't necessarily have to worry about that since they're clearly self publishing systems.

Does sony want to do with that? maybe.. If Sony pushes hard, Microsoft will push back. That's the beauty of competition.

I personally don't think INDY games will make or break any of these consoles. Microsoft isn't blind to the popularity of games but they also know they need to publish quality content or they dilute the brand. Steam doesn't necessarily have to worry about that since they're clearly self publishing systems.

Does sony want to do with that? maybe.. If Sony pushes hard, Microsoft will push back. That's the beauty of competition.

Well steam has some very extensive vetting of "indie" games before allowing them on the store. And the ones that make it through rarely qualify as indie games anyway, they're generally rather smaller games by smaller dev studios without a publisher because they think they make more money without them. Just because you're a small tea or even a one man operation who chose to it have a publisher doesn't make you "indie" the term is so watered down and overused as a marketing term it's useless now. The only places to see true indie games is on the indie games section on the 360 and on the pc from the developers own web pages. And these games are rarely any good.

Of course marketing abuse of indie because hipsters think indie is cool has lead everyone to think small/"arcade" games are indie.

Either way, we don't know what MS will do with indie yet, probably there will be an expansion of the indie channel and open it more up for more regions and more power and control to the devs

Uhhh Braid developer has talked openly about MS wanting things timed exclusive on XBLA

http://www.gamasutra.com/view/news/126427/Interview_Jonathan_Blow__Xbox_Live_Arcade_A_Pain_In_The_Ass_For_Indies.php

Of course they do... Kind of like how Sony has several exclusives on PSN...

And the ones that make it through rarely qualify as indie games anyway, they're generally rather smaller games by smaller dev studios without a publisher because they think they make more money without them.

Um, that is the definition of 'indie', Independent Developer, creating games without the financial help of a publisher.

Actually there's a lot more to it than that, the difference is that these new "indie" games have dev budgets that put them outside of what should be indie. Indie used to be games that wouldn't be supported by a publisher, hence they had to be indie. Today games that would have no trouble finding a proper publisher is being released as indie for pure marketing reason. Simple smaller arcade games sell better to he hipster crowd if you call it indie.

  • 4 weeks later...

Sigh, if you're just going to make up BS FUD like that, please stick to your Sony forum.

am I just going to go around and claim that sony only allows self publishing if you sign a 2 year deal and 80% of the profits to Sony ? it's about as well sourced as that stuff you posted there.

 

Simply because people like to tell me I post FUD and don't do research, here we go right from the mouth of a developer.

 

http://www.gamasutra.com/view/news/194311/Video_Shipping_Retro_City_Rampage_on_17_SKUs_at_once.php

 

Watch @ 5:45 for MS specifics. /bow

since I have no interest in watching the video what's the tldr.

 

Whatever it says I don't' see what the relation is since we're half a year from launch, and MS, you know the guys who make the console and software and policies, have said they have  system in place for small/indie developers who self publish. 

 

I think MS knows more about what they're doing. 

since I have no interest in watching the video what's the tldr.

Whatever it says I don't' see what the relation is since we're half a year from launch, and MS, you know the guys who make the console and software and policies, have said they have system in place for small/indie developers who self publish.

I think MS knows more about what they're doing.

I'm sure you have no interest in spending 1 minute to watch a video in your web browser. You love trying to prove people wrong on here, especially me, so I assume you've watched it and rightfully so have no counter argument to the 360 publishing comments made in this topic.

I generally dislike the whole "everything must be on a fricking video on the internet" thing. I prefer reading my stuff on the internet, be it news, interviews or tutorials or whatever. I can't very well watch a video on the internet while watching TV or such, with a well written article I can focus on it as I please and I Don't have to go hunting for timecodes, I can just quote stuff. 

 

it's probably a result of horrible modern education and that most modern "journalists"(read: bloggers(read: basement dwellers with attention needs)) that can't write anymore. 

 

So no I haven't watched it. 

 

 

Also if it's about the 360. what does it have to do with the Xbox one ? 

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Microsoft finally admits its default Windows 11 25H2, 24H2 action broke key legacy component by Sayan Sen Microsoft last week released Windows 11 KB5094126 and KB5093998 as the latest Patch Tuesday updates. Following that the company also published the accompanying dynamic updates under KB5094149, KB5095971, and KB5094156. So far the company has acknowledged two known issues that have popped up after the release which include bugged-out Office apps as well as the Recycle Bin; though there could be more at play too. Speaking of bugs and issues, Microsoft seems to have finally acknowledged a problem that probably has been around for close to a year. That's because back in July of 2025 the company made a default change to the latest Windows 11 versions, wherein it switched to JScript9Legacy on Windows 11 24H2 and later releases. Hence following the release of version 25H2 in October 2025, JScript9Legacy also remained default-enabled. As a result there has been a compatibility issue ever since then. For those wondering, by switching to JScript9Legacy Microsoft intended to improve the security of modern Windows PCs by reducing vulnerabilities tied to legacy scripting like cross-site scripting (XSS), among others. XSS exploits can allow cyber-attackers to attach malicious code onto legitimate websites and use them to execute the code when a potential victim loads such a website. Hence the new JScript9Legacy engine enforced stricter execution policies and improved object handling, which should help mitigate such attacks. Microsoft today has published a new support article detailing the problem. Neowin spotted it while browsing. The company says that JScript global definitions and execution context may fail to persist across scripts, potentially breaking older dependent apps and web-based components that relied on this legacy behavior. In the article Microsoft has confirmed that the issue stems from its move away from the older jscript9.dll engine in favor of jscript9legacy.dll. As mentioned above, while the newer engine was designed to address vulnerabilities and strengthen security it also changes how JScript handles execution context. As a result functions and definitions loaded by one script could no longer remain available to subsequent scripts once execution ended. The company notes that some applications worked correctly on earlier Windows versions because the older JScript engine automatically retained global definitions and execution state between scripts. Under the newer model though that behavior is disabled by default causing certain legacy workloads and polyfill-dependent scripts to fail. Microsoft says it addressed the problem via the KB5077241 update though the fix had not been enabled automatically in the following updates. As such admins must explicitly turn on persistent JScript execution context using a Registry setting that the tech giant shared today. The configuration can be applied to individual processes or system-wide through the FEATURE_ENABLE_PERSISTENCE registry key. The steps have been outlined below: Run the following command to create the feature control registry key: reg add "HKLM\Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_ENABLE_PERSISTENCE" Under this key, create a new DWORD (32-bit) value. Configure the value as follows: To enable persistence for specific processes only: Set the value to 1 for each target process name. To enable persistence for all processes: Add * as the key name and set its value to 1. You can find the official support article here on Microsoft's website.
    • The possibility that milk gathers back into a glass implies that gravity can be 'reversed'.
    • VidCoder 12.20 by Razvan Serea  VidCoder is a DVD/Blu-ray ripping and video transcoding application for Windows. It uses HandBrake as its encoding engine. Calling directly into the HandBrake library gives it a more rich UI than the official HandBrake Windows GUI. VidCoder can rip DVDs but does not defeat the CSS encryption found in most commercial DVDs. You’ll need the NET 8 Desktop Runtime. If you don’t have it, VidCoder will prompt you to download and install it. The Portable version is self-contained and does not require any .NET Runtime to be installed. You do not need to install HandBrake for VidCoder to work. Feature list: Multi-threaded MP4, MKV containers Completely integrated encoding pipeline: everything is in one process and no huge intermediate temporary files H.264, H.265, MPEG-4, MPEG-2, VP8, Theora video Hardware-accelerated encoding with AMD VCE, Nvidia NVENC and Intel QuickSync AAC, MP3, Vorbis, AC3, FLAC audio encoding and AAC/AC3/MP3/DTS/DTS-HD passthrough Target bitrate, size or quality for video 2-pass encoding Decomb, detelecine, deinterlace, rotate, reflect, chroma smooth, colorspace filters Powerful batch encoding with simultaneous encodes Customizable Pickers to automatically pick audio and subtitle tracks, destination, titles and more Instant source previews Creates small encoded preview clips Pause, resume encoding VidCoder 12.20 changes: Updated HandBrake core to 1.11.2. Download: VidCoder 12.20 | 47.0 MB (Open Source) Download: Portable VidCoder 12.19 | 89.3 MB Link: VidCoder Home Page | Github | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
  • Recent Achievements

    • Week One Done
      Jordan Smith earned a badge
      Week One Done
    • Reacting Well
      BizSAR earned a badge
      Reacting Well
    • First Post
      AndreaB earned a badge
      First Post
    • Week One Done
      Huge Trailer earned a badge
      Week One Done
    • Week One Done
      Classifyskilleducation earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      590
    2. 2
      +Edouard
      185
    3. 3
      PsYcHoKiLLa
      76
    4. 4
      Michael Scrip
      73
    5. 5
      Steven P.
      66
  • Tell a friend

    Love Neowin? Tell a friend!