I don't have a Twitch account to sign-in but am watching and it is very interesting.
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 MenuQuote from: timid_dolphin on Sun 20/06/2021 10:51:59At the moment the only documentation for it is here:
Not quite what I'm after though, I really like the user experience of the Modernized VerbCoin template which game with AGS- it's pleasingly minimal.
Is there any documentation or a thread about that particular template? I've been searching but haven't been able to find it.
Quote from: timid_dolphin on Sun 20/06/2021 10:51:59You can register up to four verb buttons but the positions are hard-coded, so as an example you couldn't have one button in the middle. The main purpose of rewriting it was to give a new starting point for something better, so in theory it is just waiting for a mathematical hero to add a generic layout method that can accommodate different shapes, icon sizes, and styles. But in the mean time you could just replace the existing layout code and the fixed layout positions.
It seems like the Modernized Verb is hardwired to support four verb buttons, but I'd love to be proven wrong on that!
Quote from: Snarky on Sat 17/04/2021 06:31:45Quote from: morganw on Sat 17/04/2021 02:11:02
Permissions-wise everything is set as executable, which isn't correct in terms of the file types, but it does mean that the parts that need to be executable are executable.
So, this is a separate problem, right? Does it break anything, or is it just that some of the file properties are not technically correct? I must admit, I found the instructions rather confusing (in particular, I don't know how to "edit the file to set the permissions you want," since I do not know which permissions are needed for each file).
Quote from: Snarky on Fri 16/04/2021 22:32:31
It would also be good if a Linux user could confirm that everything is packaged up correctly.
Quoteerror while loading shared libraries: libpng12.so.0: cannot open shared object file: No such file or directory
tar -acvf ../../AGSAwards.mtree *
#mtree
./AGSAwards2020 mode=755 gid=0 uid=0 type=file
./data mode=755 gid=0 uid=0 type=dir
./data/AGS\040Awards\0402020.ags mode=644 gid=0 uid=0 type=file
./data/Readme.txt mode=644 gid=0 uid=0 type=file
./data/acsetup.cfg mode=644 gid=0 uid=0 type=file
./data/ags32 mode=755 gid=0 uid=0 type=file
./data/ags64 mode=755 gid=0 uid=0 type=file
./data/audio.vox mode=644 gid=0 uid=0 type=file
./data/lib32 mode=755 gid=0 uid=0 type=dir
./data/lib32/alleg-alsadigi.so mode=644 gid=0 uid=0 type=file
./data/lib32/alleg-alsamidi.so mode=644 gid=0 uid=0 type=file
./data/lib32/libagssock.so mode=644 gid=0 uid=0 type=file
./data/lib32/libaldmb.so.1 mode=644 gid=0 uid=0 type=file
./data/lib32/liballeg.so.4.4 mode=644 gid=0 uid=0 type=file
./data/lib32/libdumb.so.1 mode=644 gid=0 uid=0 type=file
./data/lib32/libfreetype.so.6 mode=644 gid=0 uid=0 type=file
./data/lib32/libogg.so.0 mode=644 gid=0 uid=0 type=file
./data/lib32/libtheora.so.0 mode=644 gid=0 uid=0 type=file
./data/lib32/libvorbis.so.0 mode=644 gid=0 uid=0 type=file
./data/lib32/libvorbisfile.so.3 mode=644 gid=0 uid=0 type=file
./data/lib32/modules.lst mode=644 gid=0 uid=0 type=file
./data/lib64 mode=755 gid=0 uid=0 type=dir
./data/lib64/alleg-alsadigi.so mode=644 gid=0 uid=0 type=file
./data/lib64/alleg-alsamidi.so mode=644 gid=0 uid=0 type=file
./data/lib64/libagssock.so mode=644 gid=0 uid=0 type=file
./data/lib64/libaldmb.so.1 mode=644 gid=0 uid=0 type=file
./data/lib64/liballeg.so.4.4 mode=644 gid=0 uid=0 type=file
./data/lib64/libdumb.so.1 mode=644 gid=0 uid=0 type=file
./data/lib64/libfreetype.so.6 mode=644 gid=0 uid=0 type=file
./data/lib64/libogg.so.0 mode=644 gid=0 uid=0 type=file
./data/lib64/libtheora.so.0 mode=644 gid=0 uid=0 type=file
./data/lib64/libvorbis.so.0 mode=644 gid=0 uid=0 type=file
./data/lib64/libvorbisfile.so.3 mode=644 gid=0 uid=0 type=file
./data/lib64/modules.lst mode=644 gid=0 uid=0 type=file
./data/licenses mode=755 gid=0 uid=0 type=dir
./data/licenses/ags-copyright mode=644 gid=0 uid=0 type=file
./data/licenses/liballegro4.4-copyright mode=644 gid=0 uid=0 type=file
./data/licenses/libdumb1-copyright mode=644 gid=0 uid=0 type=file
./data/licenses/libfreetype6-copyright mode=644 gid=0 uid=0 type=file
./data/licenses/libogg0-copyright mode=644 gid=0 uid=0 type=file
./data/licenses/libtheora0-copyright mode=644 gid=0 uid=0 type=file
./data/licenses/libvorbis0a-copyright mode=644 gid=0 uid=0 type=file
tar -cvzf AGSAwards2020.tar.gz -C Compiled/Linux @../../AGSAwards.mtree
function iMachete_UseInv()
{
switch(player.ActiveInventory)
{
case iPistola:
case iPistolaDeArponCargada:
case iLanzadorDeLianas:
player.Say("Mejor no, podrÃa arruinar la pistola");
break;
case iCraneo:
player.Say("No quiero cortar la flecha");
break;
case iLiana:
player.Say("No me interesa atar eso");
break;
case iFlecha:
player.Say("No quiero recortar la flecha");
break;
case iIdolo:
player.Say("La doctora lo prefiere en una sola pieza");
break;
case iFlechaAtada:
player.Say("No quiero acortar ni la flecha, ni la soga");
break;
case iPiedra:
player.Say("Prefiero mantenerlo en buenas condiciones");
break;
default:
// do something here if nothing matched
break;
}
}
By continuing to use this site you agree to the use of cookies. Please visit this page to see exactly how we use these.
Page created in 0.042 seconds with 14 queries.