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

Topics - Ali

#1
Hello!

Sorry to drop in with such a broad question, but I've searched the forums and can't find any reports of a similar issue. Someone playing Nelly Cootalot: Spoonbeaks Ahoy! is having a problem with the audio slowing down, but only when they play in full screen. I've never experienced anything like that with AGS and I was wondering if it rings a bell for anyone? Here's their report, for reference:

QuoteAudio bug?
I haven't seen this reported anywhere, but I'm experiencing an issue with the audio: after a couple minutes I play, it becomes distorted and slowed down. It makes it impossible to play the game (except muted). Is there a fix? I'm playing full screen with headphones btw.

EDIT: Apparently, the bug only happens in full screen. If I play windowed, the audio is fine. It's unfortunate, though, I was hoping I could play full screen, being a HD version and all.

Please let me know if you have any thoughts!

Thanks,

Al
#2
We're hosting another 2-week game jam starting on Nov 13th! If you're interested, join up here:

https://itch.io/jam/advxjam2021

Teams and individuals are welcome. Any engine and any interpretation of narrative game is cool with us.
#3
I wasn't sure about posting this, because self-promotion is so gauche. But since it's the last day for people to get involved...



It's all on twitter, and you can vote for who you think did the murder until midday tomorrow:

https://twitter.com/MisterABK/status/1253625098256465920

- Alasdair



#4
AdventureX will return to the British Library on November 2nd and 3rd. The full announcement is here

Tickets will be on sale later this year, but you can currently apply to exhibit or speak at the event. If you've been to AdventureX before, you'll know that it's a celebration of narrative driven games. We often accept classic point and click games, as well as IF, VNs, exploration games and experimental interactive narratives. Exhibiting is free.

Check out the Reasons to Exhibit at AdventureX for more info. Let me know if you have any questions!

EDIT: Now with working links!
#5
Sorry for the basic question, but I've been reading through years of old threads about this without finding a clear answer. I'm just wondering if there's a currently functional way to hyperlink to an URL and have AGS open it in the player's default browser?
#6
Hello! I've been searching for a game I probably played on the Acorn Archimedes, or possibly BBC microcomputer.

All I can remember is that it was an archaeology based game where you drove around Carlisle (North West England) digging up Roman settlements. It was probably educationally, and I remember digging trenches and choosing where to travel on a map.

Does this ring a bell with anyone?
#7
I'm playing music by calling a function called playMusicContinuous, which is supposed to check the level of the volume slider (MusicVol). Except it doesn't work. When I lower the slider to 0, the music cuts out, but when I enter the next room, it plays at normal volume.

In the GlobalScript I have:
Code: ags
function playMusicContinuous (AudioClip* clip){
  channelMusic = clip.PlayFrom(musicPos[cN.Room], eAudioPriorityNormal, eRepeat);
  channelMusic.Volume = MusicVol.Value;
}



In the room script I have:

Code: ags
// script for Room: Player enters screen (after fadein)
playMusicContinuous (aMusic1ogg);


The volume is not set correctly. This doesn't work either:

Code: ags
// script for Room: Player enters screen (after fadein)
playMusicContinuous (aMusic1ogg);
Wait(1);
channelMusic.Volume = MusicVol.Value;


But this DOES work after playing for a few seconds:

Code: ags
// script for Room: Player enters screen (after fadein)
playMusicContinuous (aMusic1ogg);
Wait(150);
channelMusic.Volume = MusicVol.Value;


Does that make sense to anyone?
#8
Hello,

When I run my 1920x1080 game at 1600x900 resolution, it should look like the image on the left. But it's actually displaying distorted, with black bars at the top and bottom - like the image on the right.
My monitor is 16:9, so there's no reason I can see for the bars. I'm using AGS 3.4.0



Can anyone help?
#9
Hello!

In after_fadein I have:

Code: ags
SetTimer (1, 1);


Which successfully triggers this:

Code: ags
function repeatedly_execute_always()
{
  if (IsTimerExpired(1) == true){
    //my code here
  }
}


BUT if I change the timeout value to anything other than 1, it doesn't trigger. E.g.

Code: ags
SetTimer (1, 2); //Does nothing!


I've never had any trouble with timers before, so I feel like I must be making a stupid error. Please help!

EDIT: Some timer numbers seem to work, like 18. So I feel like there must be a clash with a module (like Tween) but I can't find it.
#10
I hope you don't mind a bit of shameless self promotion?

I recently started a podcast with another comedian, which I thought might appeal to other AGSers. It's called Loremen, and it's a funny podcast about "forgotten folklore and local legends". Basically, looking at weird stories that are very famous in one small place, and totally unheard of elsewhere. If you're interested, please give it a listen. There's a short teaser trailer, and we just uploaded the 3rd episode. As always, feedback is very welcome!




     


All the best - Alasdair.
#11
Hello!

I'm not able to load an old project in AGS 3.4.0 P4. I made the game back in 2014 using the "Custom Resolution" version of the editor Crimson Wizard was working on. It was the basis for a live comedy show which I'm doing again on Thursday. I naively hoped to update it: but I get this message.

Quote
---------------------------

Input string was not in a correct format.

If you cannot resolve the error, please post on the AGS Technical Forum for assistance.

Error details: System.FormatException: Input string was not in a correct format.

   at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)

   at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)

   at System.Version..ctor(String version)

   at AGS.Types.Game.SetScriptAPIForOldProject()

   at AGS.Editor.Tasks.SetDefaultValuesForNewFeatures(Game game)

   at AGS.Editor.Tasks.LoadGameFromDisk(String gameToLoad, Boolean interactive)

   at AGS.Editor.InteractiveTasks.LoadGameFromDisk(String gameToLoad)

This is the version info from Game.agf: <AGSEditorDocument Version="3.0.3.2" VersionIndex="7" EditorVersion="3.3.0 CR">

Is there anything I can do to manually edit the Game.agf file to make it palatable to 3.4?
#12
Adventure Related Talk & Chat / AdventureX
Sat 08/07/2017 14:00:48

AdventureX will be returning to London on the 10th & 11th of November 2018. Yay! We have launched a Kickstarter Campaign to help AdventureX keep growing. Please share the campaign & support us if you can.


Applications for exhibitors / speakers / volunteers are now open:
Applications close July 31st. We don't charge exhibitors to show off their games at AdventureX.

There biggest changes for 2018 are:


  • We are running in partnership with the British Library, as part of International Games Week. This means we have a bigger venue, in a central London location.
  • AdnventureX 2018 will be a ticketed event for the first time. But you can get significantly discounted tickets if you back the Kickstarter fast! For more info on this decision, please check out the 2018 announcement.

I look forward to seeing as many of you as possible at AdventureX 2018!
#13
Hello!

I'm updating Nelly Cootalot: Spoonbeaks Ahoy using AGS 3.4.0. There are lots of scenes where I have to switch objects off or on based on the current translation.

Code: ags

if (Game.TranslationFilename == "") {
  oSp1.Visible=false;
  oFr1.Visible=false;
  oGe1.Visible=false;
  oPo1.Visible=false;
  oF1.SetView (54);
  oF1.Animate (0,  3,  eRepeat,  eNoBlock);  
  }
  
else if (Game.TranslationFilename == "Nelly_Spanish") {
  oSp1.Visible=true;
  oFr1.Visible=false;
  oGe1.Visible=false;
  oPo1.Visible=false;
  oF1.SetView (93);
  oF1.Animate (0,  3,  eRepeat,  eNoBlock);  
  }


The other translations work (Spanish, etc.), but the script for no translation file (Game.TranslationFilename == "") doesn't happen. The same script works back in v3.2.1, but it doesn't work in 3.4.0. Has something changed?
#14

AdventureX will be returning to London on the 19th & 20th of November. Hooray!

We have launched a Kickstarter Campaign to help AdventureX keep growing. Please share the campaign support us if you can:


If you're not aware, AdventureX is the UK's only convention dedicated to narrative-driven gaming. Now in its 6th year, AdventureX is a free event bringing together developers & gamers with a passion for interactive storytelling. AdventureX was founded by Mark Lovegrove (m0ds). This year it is being run by Tom Cole (theSynapse) Rebecca McCarthy (Azure) and me. (Mark is busy developing, so please don't email him with questions about exhibiting at AdventureX! Contact us here instead.)

Previous guest speakers include:

  • Charles Cecil (Broken Sword, Beneath a Steel Sky)
  • Dave Gilbert (The Blackwell Series)
  • Jon Ingold (80 Days, Sorcery!)
  • Steve Ince (The Witcher, So Blonde)
  • Mark Estdale (Telltale's Game of Thrones, Deponia)
  • Dr. Ernest Adams (S.T.A.L.K.E.R.: Shadow of Chernobyl)

Applications for exhibitors / speakers / panellists are now open:

I look forward to seeing as many of you as possible at AdventureX 2016!
#15
I guess we can all agree that the most elegant way to design a puzzle is for the player to meet the obstacle before they come across the solution. But when a game is plotted in a non-linear way, it's (probably) inevitable that the player has a chance to come across the solution first.

So here's my question. If the solution involves carrying a large/outlandish item that doesn't seem immediately useful, should the player character decide to take it before they have a reason to?

I would say no. Though, I can see the traditionalist argument, that the player is king and you shouldn't stop them from picking up whatever they want.

I think the player character should refuse to take an item until he/she sees the relevance of it. I think that's preferable because (in an adventure game) the protagonist is a character with opinions, not just the agent of the player. The player's agency is mediated through their personality, and they are entitled to refuse to do something which is pointless or doesn't make sense. Particularly in the context of a 1 or 2 click interface, I think the protagonist picking up useless bulky item X is unlikely to be what the player intended them to do anyway.

What do you think? How happy/angry does this make you as a player?
#16
This alternative knowledge thread reminds me of the old joke about alternative comedy - it's the alternative TO comedy.

So as an alternative to the alternative knowledge, here are two REALLY interesting episodes of Jon Ronson's BBC Radio series Jon Ronson On. In the first he meets a woman injured in the 7/7 bombings who was harassed by truthers who think she doesn't exist. And in the second he follows lead conspiracy theorist David Shayler's very sadly collapsing mental health.

http://www.jonronson.com/Jon_Ronson_Uncontrolable_responses.mp3

http://www.jonronson.com/Jon_Ronson_On_Wrong_type_madness.mp3
#17
Hello! Apologies for the slightly spammy post, but a game I'm working on is on Greenlight, and I think you might be interested in checking it out.

Unforeseen Incidents is a conspiracy mystery with a subtly black sense of humour. It's being developed by a team called Backwoods Entertainment, and published by Application Systems Heidelberg (who published my game Nelly Cootalot: The Fowl Fleet).

The game follows small-town handyman Harper Pendrell as he's drawn into a mystery involving a cryptic radio signal, a deadly disease and a fanatical cult. Armed with nothing more than his trusty multi-tool, can Harper get to the bottom of the conspiracy?

I'm working with Marcus (the designer) on the English language script. But since it isn't my project I can shamelessly say that I really love the game. I think it has great characters and fantastic artwork, and hopefully people are really going to enjoy it. So if you like the look of it...

Please vote for Unforeseen Incidents on Steam Greenlight!


Full Size


Full Size


Full Size
#18
Hello!

If you happen to have fond memories of Nelly Cootalot: Spoonbeaks Ahoy! you might like to know...

Nelly Cootalot: The Fowl Fleet launches on March 22nd.

If you hated Spoonbeaks Ahoy! then this probably isn't for you.

[embed=640,360]http://www.youtube.com/watch?v=qCyfiYNetlQ[/embed]

If you feel like helping us out, you could share this Press Release Trailer with influential associates. I'm thinking World leaders, Business Gurus, Games Journalists etc.

The game offers full voice acting in both English and German, with an incredible cast including the legendary Tom Baker (Doctor Who, Little Britain) and Thomas Reiner (Raumpatrouille Orion, Futurama). It also offers text localisation in French, Spanish and Italian. It also has a wonderful score composed by the forum's own Nikolas Sideris.

Read the Press Release

Character Info & Voice Acting Samples

For AGSers with an interest in development - I have archived my Captain's Log Updates which were previously only available to Kickstarter Backers. They chart changes the project has undergone in development, graphical and technical, including my reluctant transition from AGS to Unity.
#19
Hello!

At this year's AdventureX next weekend, I'm going to be hosting some kind of Adventurer's Tavern (Pub) Quiz about adventure games.

But, to keep the questions from being all about games I've played, I thought I'd ask for contributions from the AGS community.

Categories (so far):
- Golden Age Classics (Quest for Glory, Curse of Monkey Island etc.)
- 21st Century Adventures (Syberia, Machinarium etc.)
- Indie Gems (A Tale of Two Kingdoms, Resonance etc.)

I'd love some suggestions for both questions and categories. Please help, or it'll just be me asking, "seriously, how good is Riven?" over and over again.

-Alasdair
#20
Ahoy!

If any of you still remember Nelly Cootalot: Spoonbeaks Ahoy!, you might be interested to know that I've just launched a Greenlight campaign for Nelly Cootalot: The Fowl Fleet.

I would very much appreciate your votes, tweets and shares:

Vote for Nelly on Steam Greenlight!


      

      

[embed=640,360]http://www.youtube.com/watch?v=ga_hZIgVLmU[/embed]

Earlier this year I teamed up with a German company called Application Systems, who are co-developing and publishing the game. Working with them has made it possible to offer the game for Mac, Windows & Linux, in English, German & French. It's also made it possible for me to bring the game up from good old 800x600 to 1920x1080.

A sad consequence of the collaboration is that the game's development is being continued in Unity rather than AGS. Nevertheless, if you can find it in your heart to support the game, you will have my eternal gratitude.

- Ali
SMF spam blocked by CleanTalk