English Amiga Board


Go Back   English Amiga Board > Support > support.Apps

 
 
Thread Tools
Old 23 July 2017, 22:55   #201
Lemming880
Registered User
 
Join Date: Nov 2014
Location: Netherlands
Posts: 260
Quote:
Originally Posted by Zener View Post
Amiga cpu, the pc cpu can do everything nowadays
I thought so, just checking. I'm now making a simple puzzle game. Single screen so it runs alot better.
Lemming880 is offline  
Old 25 July 2017, 16:26   #202
Lemming880
Registered User
 
Join Date: Nov 2014
Location: Netherlands
Posts: 260
[ Show youtube player ]

I finished my puzzle game. It became really short because I'm out of triggers. There must be a more efficient way of programming but I don't see it yet.

I've put it in the zone. If it's good enough then please add it to the program.
Lemming880 is offline  
Old 26 July 2017, 11:05   #203
nobody
Registered User
 
nobody's Avatar
 
Join Date: Dec 2013
Location: GR
Age: 47
Posts: 1,416
If it's faster when static than when scrolling, this means that scrolling is done in software and not in hardware if I am not mistaken. Also the fact that is faster when faster CPU is another indication.
nobody is offline  
Old 01 August 2017, 12:51   #204
nobody
Registered User
 
nobody's Avatar
 
Join Date: Dec 2013
Location: GR
Age: 47
Posts: 1,416
One question, is it not possible to have more than one timer variable?
Because i try to set 2 "timer" variables and the 2nd one is not working when activated? It is set as timer on variables.
nobody is offline  
Old 04 August 2017, 14:42   #205
TheoTheoderich
Registered User
 
Join Date: Jun 2017
Location: Ruhrgebiet / Germany
Posts: 55
I have two timers in my project (for enemy shots) and they are working fine
TheoTheoderich is offline  
Old 15 August 2017, 10:28   #206
Zener
Registered User
 
Zener's Avatar
 
Join Date: Jan 2009
Location: Barcelona / Spain
Posts: 432
Quote:
Originally Posted by Lemming880 View Post
[ Show youtube player ]

I finished my puzzle game. It became really short because I'm out of triggers. There must be a more efficient way of programming but I don't see it yet.

I've put it in the zone. If it's good enough then please add it to the program.
Congratulations for this nice and neat game!

Great surprise to see a puzzle game done with Redpill, same as with the car game Juande did.

I am adding it in the next version, this is the beginning of something great
Zener is offline  
Old 18 August 2017, 19:36   #207
Lemming880
Registered User
 
Join Date: Nov 2014
Location: Netherlands
Posts: 260
Quote:
Originally Posted by Zener View Post
Congratulations for this nice and neat game!

Great surprise to see a puzzle game done with Redpill, same as with the car game Juande did.

I am adding it in the next version, this is the beginning of something great
Glad you like it.
Lemming880 is offline  
Old 18 August 2017, 23:14   #208
Overflow
Registered User
 
Join Date: Nov 2014
Location: Norway
Posts: 388
Quote:
Originally Posted by Lemming880 View Post
Glad you like it.
Very nice looking, and I DO like a chippy tune

Looking forward to the continuation as you explore Redpill.
Overflow is offline  
Old 19 August 2017, 22:25   #209
kikems
Registered User
 
Join Date: Jun 2016
Location: Oviedo
Posts: 357
I'm very happy viewing how the RedPill fans grow every day.
kikems is offline  
Old 20 August 2017, 03:05   #210
idrougge
Registered User
 
Join Date: Sep 2007
Location: Stockholm
Posts: 4,342
Is the source for RedPill available?
idrougge is offline  
Old 05 September 2017, 08:54   #211
nobody
Registered User
 
nobody's Avatar
 
Join Date: Dec 2013
Location: GR
Age: 47
Posts: 1,416
More features on my mind:
When do "something", add trigger "change position x or y "+ 16" for example. This way you can do a game like frogger, move a block each time.
Fix bullet position- instatiate at exact height you want.
Fix scrolling issues that is very slow.
Add trigger when something then "scroll to position x,y". This way you can make a moving pattern.
Add animated tiles with 4 frames maximum.
Add trigger to compare enemy position x or y with player position x or y. Example trigger "if player pos_x=enemy pos_x".....So e.g. if an enemy is above your head he will Dodge a bullet to you.
Add object property "solid" so you can use it as moving platform.
Add map autoscroll feature.
nobody is offline  
Old 05 September 2017, 14:57   #212
Zener
Registered User
 
Zener's Avatar
 
Join Date: Jan 2009
Location: Barcelona / Spain
Posts: 432
Thanks for the suggestion list, I certainly will add some of these items in version 5.5.

Maybe there are a couple of features that you can use

Code:
Add trigger to compare enemy position x or y with player position x or y.
You can try if "Target pos X" and "Target pos Y" work as you would expect

Code:
Add map autoscroll feature
I think "Camera inc" trigger can be used to get this effect.
Zener is offline  
Old 08 September 2017, 10:45   #213
Stallone
 
Posts: n/a
Hi guys. Regestrated especially for redpill. Also joined the fb Group. Realy like what ive seen so far. I LOVE my Amiga <3 Childhood Amiga A500 and now my A1200 (030/128 MB) Keep up that great work Zener!!

So over all these years i wanted to make an Amiga game. When Amos came out i was to young. Later i wanted to start with Backbone. But i realy dont like all that games/perfomance! Now with redpill i feel this could be the right time...

It should be a "simple" platform game with NO scrolling. Each Screen ist one stage/level. Inspired by the game Henry´s House from C64 and Henry´s House from Amiga (PD/freeware)








Is there an manual existing for redpill? Or only later from from Version 1.x? Ive seen that few yt-videos from this thread of course.

Any tips/advices for me to start? Of course except try, try, try.... I will do that

Best regards Stallone
 
Old 09 September 2017, 11:06   #214
Zener
Registered User
 
Zener's Avatar
 
Join Date: Jan 2009
Location: Barcelona / Spain
Posts: 432
Thank you Stallone!

Currently there is no manual for RedPill, just the readme, the game examples and the videos people are making. It is something that will come in the future when most of the features are implemented and we move to the Beta stage.

The types of games you want to do are certainly possible with RedPill, my suggestion is to start with this video [ Show youtube player ]
Zener is offline  
Old 10 September 2017, 19:39   #215
Zener
Registered User
 
Zener's Avatar
 
Join Date: Jan 2009
Location: Barcelona / Spain
Posts: 432


RedPill v0.5.5 is out!

Several improvements, grab it here:

v0.5.5
-Input menu has been implemented, now you can change game keys or use mouse input.
-Mouse input implemented, for now it is limited to games without scrolling.
-Joy button implementation is now completed.
-Number of Globals that can be used has been increased from 14 to 32.
-Added condition trigger Anim is not [animation].
-Action trigger Time to live [time] to destroy an object after a certain time is now implemented.
-Added action trigger to screenshake[force][time] screen.
-Added action trigger to flash[color] screen.
-Added action trigger to set a Global value with the value of another one.
-Added action trigger to add the value of a Global to another one.
-Added action trigger Set Global RND [number] to set up a Global with a random number from 0 to [number].
-Added action trigger Inc Pos[x][y] to move manually the position of an object.
-Added Instantiate X[x], Instantiate Y[y] and Instantiate XY[x][y] to instantiate objects at the desired position have been added.
-Autoflip routine is now more robust to avoid crashes.
-Routine to check collisions has more checks to avoid crashes.
-Solved bug in Collides With Object trigger.
-Scroll routine has been optimized, still not super fast.
-Gameobject trigger execution time has been optimized.
-OK button has been moved for some screens to avoid button overlapping.
-Redpill puzzle game by Lemming880 has been added.
-Basic platformer example project has been added.
-Basic shooter example project has been added.
-Pang and pacman projects have been removed.
Zener is offline  
Old 11 September 2017, 11:27   #216
Stallone
 
Posts: n/a
Quote:
Originally Posted by Zener View Post
Thank you Stallone!

Currently there is no manual for RedPill, just the readme, the game examples and the videos people are making. It is something that will come in the future when most of the features are implemented and we move to the Beta stage.

The types of games you want to do are certainly possible with RedPill, my suggestion is to start with this video [ Show youtube player ]
Your welcome Zener

Thanks for the Video. I try to start with that. Friday night i take the first few Looks. Getting a Feeling for redpill. Where an how to start of course is the hardest part for me...

Now i deleted 0.5.4 and dropped 0.5.5 on my cf hard disk. How to go on when new Releases are coming? Is there always one game Folder to copy in the new Version?

One Point in Feature list is:

-Redpill puzzle game by Lemming880 has been added.

Where can i find it? Friday i downloaded the game from the Zone manualy an try to start it with the redpill Player. But it didnt worked out? After few seconds of loading the Screen was black
 
Old 11 September 2017, 13:23   #217
Zener
Registered User
 
Zener's Avatar
 
Join Date: Jan 2009
Location: Barcelona / Spain
Posts: 432
When there is a new release you can make a new folder or just overwrite your old RedPill, as you wish.

Games are in the projects folder, to run a game simply click the RedpillPlayer and then select the game (.pill file) you want to run
Zener is offline  
Old 11 September 2017, 21:00   #218
Zener
Registered User
 
Zener's Avatar
 
Join Date: Jan 2009
Location: Barcelona / Spain
Posts: 432
Quote:
Originally Posted by Stallone View Post
Your welcome Zener

Thanks for the Video. I try to start with that. Friday night i take the first few Looks. Getting a Feeling for redpill. Where an how to start of course is the hardest part for me...

Now i deleted 0.5.4 and dropped 0.5.5 on my cf hard disk. How to go on when new Releases are coming? Is there always one game Folder to copy in the new Version?

One Point in Feature list is:

-Redpill puzzle game by Lemming880 has been added.

Where can i find it? Friday i downloaded the game from the Zone manualy an try to start it with the redpill Player. But it didnt worked out? After few seconds of loading the Screen was black
With this version there is another example you can use as a start, the BasicPlatformer
Zener is offline  
Old 12 September 2017, 05:36   #219
amiman99
Registered User
 
amiman99's Avatar
 
Join Date: Sep 2009
Location: San Antonio, TX USA
Age: 50
Posts: 1,185
Mouse Support! Thank you!
amiman99 is offline  
Old 14 September 2017, 06:01   #220
amiman99
Registered User
 
amiman99's Avatar
 
Join Date: Sep 2009
Location: San Antonio, TX USA
Age: 50
Posts: 1,185
I have a problem with using my background picture in the level editor.
I'm using latest RedPill v0.5.5.
I have a background picture from my game that I converted to 320x200 and 320x256 32 colors. I'm using A1200 030 50Mhz with 64MB RAM.
The problem, after setting up Screen Setup to ECS 32 Colors, removing Rainbow stuff, enabling mouse control. I added my background picture in the level editor/edit map. Loading the picture is successful when starting new project.
When I press play, the background picture is split in half and garbled, sometimes causing crash and yellow screen.
I also tried to load another game and replacing their existing background with mine, that caused my screen to freeze and no mouse movement.
I used PPaint to convert the graphics from PNG to IFF.

Any ideas?
Thanks

Edit: After changing to 16 colors, the picture was stable, but looking bad, so it looks like 32 color mode is not working well...?

Last edited by amiman99; 14 September 2017 at 06:10.
amiman99 is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
Tracking a game/program's memory usage clebin Coders. General 5 01 December 2017 10:46
Amiga Demo Creator to save as ''DMS'' DerekAutista123 support.Demos 10 01 November 2016 19:27
Amiga Game Creator with Sonic?? DerekAutista123 Amiga scene 1 06 March 2016 23:32
Commodore 64 D64/D81 image creator for Amiga? Amiga1992 request.Apps 11 13 December 2012 00:27
old game review tv program gimbal Retrogaming General Discussion 10 11 July 2006 02:47

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 11:05.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.11960 seconds with 14 queries