Themabewertung:
  • 1 Bewertung(en) - 4 im Durchschnitt
  • 1
  • 2
  • 3
  • 4
  • 5
RedPill - Game Construction Kit
#1
29.10.2016 RedPill 0.4.3 (Alpha) Neues Game Construction Kit
RedPill ist ein neues Game Construction Kit das in AmiBlitz² geschrieben wurde. Es soll die Entwicklung von Spielen aus diversen Genres ermöglichen - Umsetzungen von Pacman und Pang zeigen veröffentlichte Videos. RedPill ist kompatibel mit AGA und ECS, zum Abspielen der fertigen Kreationen benötigt der Player 1 MB Chip- sowie etwas Fast-RAM.

Bisher gab es lediglich eine geschlossene Facebook-Gruppe, mittlerweile sind die Autoren auch per E-Mail (trackerhero @ gmail . com) erreichbar. Die aktuelle Alpha-Version kann über Google Drive heruntergeladen werden.
Gruß Helmut
Zitieren
#2
23.11.2016 RedPill 0.4.4 (Alpha)

Neuerungen in Version 0.4.4:
- Tiles can have 3 shapes: Normal, Ramp Up and Ramp Down. Define them in the Tiles screen.
- Audio: Amiga Mods can be played. Define them in the audio menu and use Play Mod trigger to play them. They are loaded at play moment, it is better to play them once at the start of the level.
- Audio: Amiga IFF sounds can be played. Define them in the audio menu and use Play Sound trigger to play them.
- Sprite color Remap now gives an error message when failing.
- Sprite generation from sprite sheets is more robust.
- Physics and platform code has been redone (again) to support the new tile shapes.
- GameObjects process has been slightly optimized.
- When editting values the previous value is not lost anymore.
- When editing levels now you can use F to flood fill the current tile.
Gruß Helmut
Zitieren
#3
18.01.2016 Vorschau von RedPill

In der Amiga Future Ausgabe 124 ist eine 1 seitige Vorschau von RedPill.
Entwickler ist: Carlos Peris
Erscheinungsdatum: ist noch unbekannt
Preis: kostenlos
Systemanforderungen: ECS, 1MB Chip und Fast RAM
Bericht ist von: Graham Humphrey und Dennis Spyra
Gruß Helmut
Zitieren
#4
13.04.2017 Game Construction Kit: RedPill 0.5.0 (Alpha)

Änderungen in Version 0.5.0:
- Main feature of this release is that now it uses advanced scrolling implementation. This will allow RedPill games to make use of larger maps in the future v0.5.x versions. It also allows RedPill to use less ChipRam. This could lead to some bugs that will be fixed in next versions. Look at ScrollingTrick in Aminet to know more about the implementation
- Now multiple tile changes can happen in every frame
- Object rendering has been changed too, BBlits are no longer used
- Projects now have a target frame rate in the Game Setup screen: 50 fps, 25 fps, 17 fps, 12 fps. Default is 25 fps
- Angular phyics have been redone with a more robust implementation. Shot type objects now can follow the same direction of the object Instantiating them
- Collisions have been changed again to be more optimal and perfect.A side effect is that ramp collisions are lost in this version, they will be back soon
- Frame offsets have been added: Now you can modify the display offset by frame
- Grid slice has been optimized, now shapes are trimmed to its visible size
- Animations are now changed once per frame and now everytime a PlayAnim trigger is triggered
- Stop Anim trigger does not need a parameter anymore
- Global air friction has been added
- Friction now works as it should, 1 means full friction and 0 means no friction at all
- Temp files that are stored on ram: when playing from editor now use a common name
- Debug info removed from tile properties screen
- File names in tileset menu and sprites menu are truncated if length of name is too big
- Fixed a bug that made not possible to modify condition parameters in lines 2-5
- Fix in calculate map dimensions
- RedPill(Debug).exe renamed to RedPillEditor(Debug).exe
Gruß Helmut
Zitieren
#5
01.05.2017 Game Construction Kit: RedPill 0.5.2 (Alpha)

Änderungen in Version 0.5.2:
- In Animation Menu offset of each frame can now be changed by dragging the image with the mouse
- In game setup you can select if you want enemies to collide against other enemies to avoid them using the same space
- Edit Level has been renamed to edit map, map now only refers to the level tilemap
- Background image in map edit screen can now be removed using the new Remove button
- Load map and Save map features have been added
- Added a condition trigger to check tiles with a comparison. Old one is keep for compatibility
- Added condition trigger to check if tile is solid. Parameters are the offset in X or Y to check adjacent tiles
- Added condition trigger to check if tile is not solid. Parameters are the offset in X or Y to check adjacent tiles
- Added action trigger to go to the next level (this sounded epic)
- Added action trigger to reload trigger. Right now it does the same as restart level, but in the future reload will reset the tile status of the map
- Added action trigger to change Display Offset of the object
- Added action trigger to change Size of the object collision box. Use it with caution
- Animation player in animation screen now takes into consideration the target frame rate of the game
- Tile border parameter for the tilesets is working again
- Fix for the issue causing past keys to be written when clicking on an edit gadget
- Fixed a graphic glitch when changing levels both in the editor and the player
- Fixed an issue with condition parameters not being edited correctly
- Fixed an issue causing a crash when using a background image for the level without tileset
- Fixed a glitch when going from animation screen to the main screen
Gruß Helmut
Zitieren
#6
14.05.2019 Game Construction Kit: RedPill 0.6.14 (Alpha)

Änderungen in Version 0.6.14:
  • Use the Editor tooltip to choose your IFF paint program, then in tiles and spritesheet screen you can quickly edit your images
  • Added action trigger New Question to start a new question
  • Added action trigger Add Answer to add a new answer to the started question
  • Added action trigger Ask Question , that will set up a variable with the value from answer
  • Now it is easier to set up the text to use in Show Text/Dialog
  • Text and Dialogs now stop the other triggers from being processed
  • In Level Objects screen you can use 1 and 2 to quickly move between levels
  • Added extra check to HUD code
  • Added extra checks to LoadSound
  • On load level added extra frame to avoid corrupted graphics
  • Fixed Color 0 being overwritten with certain settings
  • Disabled Blitz2 bitmap out bounds check
Gruß Helmut
Zitieren
#7
21.11.2020 Game Construction Kit: RedPill 0.8.3

Aktualisierungen in dieser Version:
-Compiler von Amiblitz 2.44 auf Amiblitz 3.8 geändert.
Dies hat einige Auswirkungen:
-Untergrenze für das Ausführen von Spielen ist jetzt ein Motorola 68000 anstelle eines 68020.
-Es gibt zwei Editoren, einen allgemeinen und einen für 020+.
-Wenn Sie ein Spiel exportieren, müssen Sie auswählen, ob es generisch oder für 020+ ist.
-Die Leistung scheint etwas besser zu sein.
-Um Kompilierungsprobleme zu vermeiden, wird etwas mehr Speicher verwendet.
Gruß Helmut
Zitieren
#8
11.12.2020 Game Construction Kit: RedPill 0.8.4

Es gibt wieder eine neue Verison vom Game Condtruction Kit: RedPill.

In der diese Punkte geändert wurden:
-Pipeline vollständig auf Amiblitz 3.8 umgestellt. Libs sind jetzt von dieser Version.
-Eingabetastenfunktionen ersetzt, um mit ApolloOs kompatibel zu sein.
-Auto Slice korrigiert, um größere Sprite-Bereiche zu ermöglichen, Stack überprüft.
-Sprite-Sheet-Bildschirm zeigt nun den Start- und End-Frame des Sheets an.
-Zusätzliche Prüfungen beim Auto-Slice.
-Behoben: Startform wurde bei Sprite Sheets größer als 2 schlecht berechnet.
-Behoben: Nur das erste Sprite Sheet wurde exportiert.
Gruß Helmut
Zitieren
#9
03.01.2021 Game Construction Kit: RedPill 0.8.5

In der neue Verison vom Game Condtruction Kit: RedPill wurde dies geändert:

-Aktion Trigger Prev Level hinzugefügt, um zum vorherigen Level zu wechseln.
-Aktion Trigger Level# to var hinzugefügt, um eine Var mit der aktuellen Levelnummer zu setzen.
-Verbesserte ApolloOS/AROS-Kompatibilität.
-Behoben: Im Spitesheet-Bildschirm konnte Pick zu einem Absturz führen.
-Behoben: Im Editieren Objekt anzeigen x & y.
-Behoben: Im Level-Editor wird mit der Taste 1 in das vorherige Level gewechselt.
Gruß Helmut
Zitieren
#10
Vielleicht können wir hier auch gleich noch Bruzards Tutorial spoilern?
https://www.farbfinsternis.tv/redpill/
Zitieren


Gehe zu:


Benutzer, die gerade dieses Thema anschauen: 2 Gast/Gäste