Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - arj0n

#122
Ouch... that must be a painful mistake.

Spoiler

But when offering a game on platforms like itch/GJ while said game contains someone else's material without having permission to use it, why leaving the option 'Name your price' enabled?
[close]
#123
That's quite a different result, nightmarer.

My 32-bit background sprites seem to have a max amount of only about 17 different colors in them.
When looking at your 'indexed' compression result, I suspect your sprites have a higher amount of different colors?
#124
Given all sprites in my test do have below 257 different colors in them, this seems like a good result to me already :)
#125
640x480, 32-bit true-colour
Total sprites in project (F2):   1855 / 90000
source sprites: 2.352 png files; 6,03 MB (6.328.527 bytes)

Sprite file compression:
None: acsprset.spr filesize: 475 MB (498.297.296 bytes)
Indexed: acsprset.spr filesize: 118 MB (124.652.814 bytes)
LZW: acsprset.spr filesize: 63,2 MB (66.327.300 bytes)
RLE: acsprset.spr filesize: 30,8 MB (32.316.086 bytes)
#126
Quote from: Crimson Wizard on Wed 01/12/2021 00:48:19
Could you post sizes of acsprset.spr after changing compression and compiling, not full game.exe?
Also, do you have an estimate on the total size of source sprites?

sure:

source sprites: 2.352 png files; 6,03 MB (6.328.527 bytes)

Sprite file compression:
None: acsprset.spr filesize: 475 MB (498.297.296 bytes)
LZW: acsprset.spr filesize: 63,2 MB (66.327.300 bytes)
RLE: acsprset.spr filesize: 30,8 MB (32.316.086 bytes)
#127
Tried the 3 sprite file compression settings on one of my latest project.

Filetype sprites before importing into ags: png,
largest being still pretty small: 35,5 KB (36.369 bytes)

Game:
Resolution: 640x480, 32-bit true-colour
Total sprites: 1855 / 90000
acsprset.spr filesize: 63,2 MB

Results after compile:
None: game.exe filesize: 550 MB (576.947.304 bytes)
LZW: game.exe filesize: 138 MB (144.977.308 bytes)
RLE: game.exe filesize: 105 MB (110.966.094 bytes)
#128
Also: Looking for voice actors and actresses

See post in the Recruitment thread

#129
Mortville Manor remake

This is a remake of the 1st-person-perspective adventure game from Lankhor (1987/1988).
Mortville Manor is the predecessor of the probably better known Maupiti Island (1990).


In this game you play a private investigator who's on a case in and around Mortville Manor.
You're there to investigate the death Julia Defranck, a childhood friend.


You conduct a detective investigation by wander through the manor, search around for clues and items,
have conversations with family members who live at the manor, and try to solve the case.


Some differences and similarities compared to the original version:
  • dropdown action-menus in top of screen plus questioning system are changed into a modern style point 'n click system.
  • no time limit, so no huries while playing
  • original text-only player inventory accessible via action-menu is now an always visible graphical inventory
  • play the game in Atari-ST, Amiga or DOS (EGA Mode) palette and switch between these 3 anytime during gameplay.
  • player moves via always visible 'where to go' list' instead of via dropdown action-menu on top of screen
  • persons present list is now graphical instead of textual
  • better and much, much more textual responses when clicking on stuff
  • original Amiga sound-fx included
  • while the original had none, this remake features background music for almost every area, all created by Eric Matyas

Question family members:


The list of voice actors/actresses:

game character  | voice actor/actress
LeoMandle
JuliaCanadian VA
MurielleLeonie
MaxDkobylarz
GuyDurq
Lucheltenjon
BobCaptainD
PatCaptainD
IdaDeborah 'Dythlind' S.
EvaBrenda

The game's 8 NPC's:



Attic scene in the 3 palettes:
Amiga:

Atari-ST:

Dos (EGA):
#130
Hi, I'm looking for English voice actors/actresses (6 male & 2 female) for my project Mortville Manor (remake)

Mortville Manor (1987/1988) is a first-person perspective adventure game and the predecessor of the probably better known game Maupiti Island (1990)
This remake can be played in Amiga, Atari and MS-DOS (EGA) palette (you can switch anytime during gameplay)

The original version had speech synthesis, and while quite a feat at the time it was quite hard to understand what was exactly said.
Therefor I'd like to add real speech and therefor I'm looking for voice actors/actresses.

As detective you can question the 8 NPC's:
There are 46 questions for each NPC character and each answer has a length between 1 to 3 lines.
Max has a couple of extra lines outside the questioning though, like when he welcomes you to the manor.


If you're interested, please let me know by PM.

some more info on this project can be found in the AGS Games in Production thread













game charactervoice actor/actress
LeoMandle
JuliaCanadian VA
MaxDkobylarz
GuyDurq
Lucheltenjon
BobCaptainD
PatMarnix
IdaHanaIndiana
EvaBrenda

The game's 8 NPC's:
[imgzoom]https://dam1976.home.xs4all.nl/AGS/Mortville/00_MM_persons.png[/imgzoom]

Some screenshots:

Diningroom:
[imgzoom]https://dam1976.home.xs4all.nl/AGS/Mortville/01_MM_dining_room.png[/imgzoom]

servant Max welcomes you:
[imgzoom]https://dam1976.home.xs4all.nl/AGS/Mortville/02_MM_Max_welcome.png[/imgzoom]

Selecting a question for Ida:
[imgzoom]https://dam1976.home.xs4all.nl/AGS/Mortville/03_MM_Julia_select_question.png[/imgzoom]

Ida answering a question:
[imgzoom]https://dam1976.home.xs4all.nl/AGS/Mortville/04_MM_Julia_answering_question.png[/imgzoom]
#131
Awesome news!
#132
But if the upper left popups only contain dialog options between characters (for coversations), you could simply go for using Dialogs instead of GUIs.
#133
In short:

You'll need to create GUIs.
A GUI can contain interactive elements like buttons or a listbox (like the 2 guis left on top in the video) and non-interactive element like a label (like the lower gui id the video).
When one GUI is shown and you click a button or a listbox item within that GUI, a second GUI can be shown (over the one that is already shown or instead of the one that is shown).
if you want to show one GUI over another, the Z-order of each GUI determines if a GUI is shown over another one or behind it.

For the animated heads you could use a GUI that contain 1 button.
Connect the button to a View (a View is a set of sprites).
Animate the button's View with a script command.
#134
Such popups can easily be done in ags.
#135
I myself had no time due to a project I'm working on so I asked Creamy to start a new one, but as that never happened: be my guest and give it a go  :)
#136
Quote from: Peegee on Sat 20/11/2021 11:09:20
(you must not put "player.", Only the positions) but it does not work.
You should put 'player.x' & 'player.y', as these two are the player character's positions.
#137
I think his blog was here (http://cmioe.blogspot.com), but it's gone...
#138
As I can't seem to find the Bug and Suggestion Tracker and the link in the FAQ (https://www.adventuregamestudio.co.uk/forums/index.php?action=projects) isn't working, I hope it's ok to post it here:

I had a couple of tabs (room and a few scripts) open in AGS (Build 3.5.1.11)
When I selected 'close all tabs' an 'Specified argument was out of the range of valid values' error popped up (see below)
A red cross was shown over the whole area where normally the tab names are present.

Code: ags
Error: Specified argument was out of the range of valid values.
Version: AGS 3.5.1.11

System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values.
   at WeifenLuo.WinFormsUI.Docking.DockContentCollection.GetVisibleContent(Int32 index)
   at WeifenLuo.WinFormsUI.Docking.DockContentCollection.get_Item(Int32 index)
   at WeifenLuo.WinFormsUI.Docking.DockPaneStripBase.TabCollection.get_Item(Int32 index)
   at WeifenLuo.WinFormsUI.Docking.VS2005DockPaneStrip.EnsureDocumentTabVisible(IDockContent content, Boolean repaint)
   at WeifenLuo.WinFormsUI.Docking.VS2005DockPaneStrip.OnPaint(PaintEventArgs e)
   at System.Windows.Forms.Control.PaintWithErrorHandling(PaintEventArgs e, Int16 layer)
   at System.Windows.Forms.Control.WmPaint(Message& m)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at WeifenLuo.WinFormsUI.Docking.DockPaneStripBase.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
#139
The invisible narrator is probably an invisible (transparent) character (like an npc) that always follow the player via Character.FollowCharacter.
This narrator will have the speech text instead of the player him/her self.

for example:
cNarator.FollowCharacter(player, 20, 80);

just play a bit with the 2 values to find the best fit for your situation.
In the example case, if the player character stands (close) to a left or right hand room edge, cNPC will never stand at that same spot, avoiding the issue that the speech text doesn't appear on top of him (the narrator).
#140
You might want to post this error message in the Advanced Technical Questions section on the forums.

Just give the post a title like "game crash exception 0xC0000005"
include the error message,
include the game title,
include a small reproduction scenario (what steps did you do before the crash happened)
upload the CrashInfo.dmp file to that post, for inspection purpose.
SMF spam blocked by CleanTalk