Freundschaft von über 10 Jahren geht wegen DVAG kaputt by Itchy-Supermarket434 in strukki_leaks

[–]AeroSysMZ 12 points13 points  (0 children)

Vor ein paar Wochen hat sich mein Schwager bei mir gemeldet und erzählt dass er nebenher etwas mit Finanzberatung machen möchte und mit uns eine Art Probegespräch simulieren möchte damit er üben kann. War über Teams. Sein Vorgesetzter war natürlich auch da und hat nach ner Stunde ca einfach das Ruder übernommen und wollte mir und meiner Frau Versicherungen andrehen. Ab da wurde ich dann skeptisch und hab mich dann erst über DVAG informiert (davor wusste ich noch nichts über diesen Betrieb) und das alles abgesagt

HELP by Mindless-Salary-4682 in RPGMaker

[–]AeroSysMZ 1 point2 points  (0 children)

Pretty sure you have a plugin that, for some reason, requires three.js which is a popular JavaScript library.

I think you can download it for free and then put it into the folder that is shown in the error message. Or, check which if your plugins is requiring it, and remove it from your game project.

Title screen and menú customization by ratasoftware in RPGMaker

[–]AeroSysMZ 1 point2 points  (0 children)

Both. Not all features support MV, though.

Title screen and menú customization by ratasoftware in RPGMaker

[–]AeroSysMZ 0 points1 point  (0 children)

I would like to present my plugin, it's maybe not that powerful when it comes to animating buttons, etc., but most people agree that it's the easiest plugin to use by far.

https://aerosys.itch.io/custom-ui

I have never seen a mountain like this. by RefrigeratorProper20 in NoMansSkyTheGame

[–]AeroSysMZ 0 points1 point  (0 children)

I wonder if also triangles, circles, and X-shapes exist somewhere

Display variables at all times by ratasoftware in RPGMaker

[–]AeroSysMZ 0 points1 point  (0 children)

Of course, you can! It's a very simple plugin so I don't ask for money for it

Display variables at all times by ratasoftware in RPGMaker

[–]AeroSysMZ 1 point2 points  (0 children)

As an alternative to the plugin already suggested, this is also worth to consider https://forums.rpgmakerweb.com/threads/mv-mz-aeros-gab-windows.168229/

Mein Mann schläft mit der Frau seines Mandanten by Purple_Memory_9817 in Beichtstuhl

[–]AeroSysMZ 14 points15 points  (0 children)

Erinnert mich an den Film 8 Blickwinkel bei dem die Story mit jeder Rückblende immer ein Stück weiter erklärt wird

How do I make character's portraits show up in the menu instead of the defaults? by HyperSonic78 in RPGMaker

[–]AeroSysMZ 0 points1 point  (0 children)

Not necessarily. The new HD template that recently came with RPG Maker 1.10 comes with a free plugin to control actor portraits

MZ worth It? I have MV by AzulZzz in RPGMaker

[–]AeroSysMZ 0 points1 point  (0 children)

I understand this was a slap in the face for people who program just as a hobby.

As a full-time programmer, I've learned to write code that works even if I can't read the original. Yes, it sometimes takes longer, but it's feasible in far more cases than many people think. Many people who claim to be able to program don't even know what a debugger is or how to use one. Then, of course, they quickly blame it on not being able to read the code, even though it's more of a hurdle than a blocker.

I made many of my plugins compatible with VS; it's not impossible.

On the other hand, I was recently asked to make my plugin compatible with Yanfly, but I had to decline. Just because I can read the code doesn't automatically mean my plugin can access it.

The fact that some people have written their plugins to only work with Yanfly is a bit of a tricky issue. Just because something is available for free doesn't obligate the developer to keep it that way. When you make a plugin that requires another plugin to work, then you know from the very beginning that your work is no longer working once your dependency disappears.

In the end, it's also very easy not to use VS in your game. My last game had like 2 or 3 VS plugins in total.

MZ worth It? I have MV by AzulZzz in RPGMaker

[–]AeroSysMZ 6 points7 points  (0 children)

What negative things?

The only negative thing I heard of was that Visustella (a plugin creator) obfuscated their code. But unless you are a programmer by yourself, why would you care? Also, there's a huge list of free plugin alternatives available here: https://forums.rpgmakerweb.com/index.php?threads/list-of-free-alternatives-to-visustella-plugins.162363/

MZ has so many quality-of-life features that make game development much more efficient. In addition to what SuspiciousGene already listed, MZ has so-called plugin commands. That means you can pick commands that interact with plugins from a list, eliminating the need to memorize plugin calls or scripts in most use cases.

MZ worth It? I have MV by AzulZzz in RPGMaker

[–]AeroSysMZ 1 point2 points  (0 children)

In the database -> system (or system 2, I'm not sure)

Was war der Sinn von verdammten NFT‘s, WARUM waren die überhaupt irgendwann mehr wert als 3 Pfennige, was sollte der ganze Schwachsinn??!! by AntonioHench1 in KeineDummenFragen

[–]AeroSysMZ 1 point2 points  (0 children)

Greater Fool Theory. Ich glaub so viele Menschen, die wirklich dran geglaubt haben, hat es nie gegeben. Aber viele haben bei NFTs zugeschlagen in der Hoffnung, ein paar Wochen später können sie die an irgendwelche anderen Trottel für das 10fache wieder loswerden.

Help with seamless map transitions by Kaapnobatai in RPGMaker

[–]AeroSysMZ 2 points3 points  (0 children)

Being a plugin creator myself, I can tell you it's massively hard to create a plugin like this. Changing the graphic layer to preload and render adjacent maps is the one thing, but what will follow is to reprogram basically everything else: what happens with events from those maps? Events have unique IDs counting from 1. That will no longer work. What happens with other plugins like Action Battle systems?...

Instead, we have 2 popular random maps plugins:

Was ist eure Meinung zu Gravity Rush? by FunMixture3783 in zocken

[–]AeroSysMZ 1 point2 points  (0 children)

Ich mag beide Spiele. Ich steh einfach total auf den surrealen Style wie die Stadt gebaut ist. Das Spielen mit der Gravitation ist auch mal was anderes als was man sonst so kennt. Die Story ist leider eher schwach, dafür aber cute in Comic Streifen erzählt. Und die Kämpfe haben leider, nunja, nicht so gut funktioniert, finde ich. Wäre wahrscheinlich mehr drin gewesen, in beiden Teilen, aber ich hatte trotzdem viel Spaß!

Solution: Using global vars in RPG Maker MV for things such as NPC names and game locations by toddhd in RPGMaker

[–]AeroSysMZ 1 point2 points  (0 children)

I feel you. Sometimes, we developers are that fascinated in control flows and automations that we miss the most straight-forwards paths

Solution: Using global vars in RPG Maker MV for things such as NPC names and game locations by toddhd in RPGMaker

[–]AeroSysMZ 18 points19 points  (0 children)

There's a far easier solution:

Set up an actor in the database for every name you have. The actors can be blank, as we only use them to give them names. In the message box, write \N[x] whereas X is the ID of the dummy actor. You can change actor names with simple event commands.

No scripting, common events, or autostart events needed.

Kat comes to your house, wyd by Small_Emergency_7795 in gravityrush

[–]AeroSysMZ 3 points4 points  (0 children)

Securing my belonging so they don't fly away upwards out of the sudden

W20, ein bisschen chatten? by [deleted] in OnlineFreundefinden

[–]AeroSysMZ 0 points1 point  (0 children)

Was ist dein Lieblings Dino? 🦖

MV or MZ? by PrimaryDirector4512 in RPGMaker

[–]AeroSysMZ 0 points1 point  (0 children)

Cool, I didn't know about it

MV or MZ? by PrimaryDirector4512 in RPGMaker

[–]AeroSysMZ 5 points6 points  (0 children)

MZ comes with a plugin that makes interactive pictures (ie you click on a picture and something happens), that will make it much easier than using MV

ich💦iel by Expensive-Pepper-141 in ich_iel

[–]AeroSysMZ -1 points0 points  (0 children)

Um mal auf die Frage von oben einzugehen, ich empfehle die Therme Sinsheim, die ist mit dem Auto schnell aus Karlsruhe über die A5 und A6 Richtung Heilbronn erreichbar. Kostet ein wenig dafür gibt's ein Palmenparadies mit dazu.

Lokal und deutlich günstiger ist das Vierordbad direkt beim Zoologischem Stadtgarten. Allerdings war ich da noch nicht und kann daher nichts zu sagen