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 - Sledgy

#1
It's possible? Like NES games (there're some sites with NES emulation).

You can put all AGS games to such site.
#3
Advanced Technical Forum / Exit from function
Thu 21/05/2020 00:29:55
There's a function Exit to go away from any function?

***

function AnyFunction() {

Display("Player sees it.");
exit;
Display("Player doesn't see it.");

}
#4
I have several characters in some rooms. And they move in rooms and teleport to another rooms. And player can choose any character (SetAsPlayer).

And sometimes there's error. Maybe, when character in teleport mode (ChangeRoom), he can't to set as player? And game is out after that error.



The same error was about SetAsPlayer.
#5
AGS Games in Production / SQ Online-Strike
Tue 19/05/2020 12:33:31
SQ Online-Strike

In the future it'll be multiplayer AGS shooter like CS on the SQ12 locations. You can play for rebels or SP.

For now it's funny demoversion. And only SinglePlayer. Tab - change character, Home - change team.

It's a bit buggable. Especially SP bots. Play only for rebels.



v0.1 - Start version. One character
v0.2 - You can play all characters. Use Tab and Home
v0.3 - SP has scores too
v0.4 - fixed version for some moments
v0.5 - crazy SP bot (from this version play only for rebels)
v0.6 - crazy SP bot (fixed version)
v0.7 - now you can kill SP bot
v0.8 - with crazy SP bots
v0.9 - fixed version (SPs on the walkable area now)

v0.99 - Rebel bots and cheats and 10 rounds (fixed version)

#6
Engine Development / AGS 3D
Tue 30/08/2016 18:12:14
Offer to create - AGS Special Edition - AGS with 3D-engine

3D room editor. You can walk there like in a 3d-shooter and put there 3d objects in (3d modeles)

Easy 3d model editor - to fast create shapes of some guy and to put picture-skin in to it. Like Paint, but 3D-picture) with 3d-rotating (instead of mirror and flip)



With AGS script commands
With AGS design
#7
Adventure Related Talk & Chat / GAME IDEAS
Mon 06/06/2016 23:32:38
Put here in your ideas for new AGS games

Be creative!

---

(1)

Multiplayer AGS adventure (via any plugin or special programm) with 2 players and 1 plot

Players begin from different places (like DOTT), but in real-time (via Net). They must be cooperate (via actions, inventory), deathmatch :) and they've different ways to solve puzzles and pass the game

Adventure for 2+ players with 1 plot (multiplayer)
#8
Space Quest 7 Mania. Episode 1




Folk series about SQ7

Any AGSer can make next episode with any style (and continue the story). 1 episode is a couple of puzzles

---

Episode 1

Languages: English / Russian

(made by Sledgy & Aleksahka)
#9
Why?

Error is 'Can't read memory'
#10
Can some new AGS engine do it?


It used extra script - Parser.asc with lines as

Code: ags
if (S=="look") Display("Look command");



I need to translate 'look' to 'smotri' (for ex). I can translate Display's text via TRA, but I can't do it with 'look', although this word exists in TRS

Bug?
#11
Advanced Technical Forum / Translation of %s
Fri 27/06/2014 00:42:32
I got a problem with it


For example, there's code
Code: ags
String a, b;
a="Lamp";
b="Cup";


Display("Use %s to %s", a,  b);



It needs for hint of using objects


In the TRA I translated this lines

'Lamp' and 'Cup' --- to --- 'La lampa' and 'Le cupp'

'Use %s to %s' --- to --- 'Mix %s with %s'


But in the game I have 'Mix Lamp with Cup'

i.e. Strings (%s) weren't translated. Though they exist in the TRS (!)
#12
As I see, listbox can't be translated via TRA in old AGS engine


But I heard new version of AGS has this feature. It's true?

What version?
#13
Really get/set Global Variable (from the right panel or from the global script) via its number?

For ex., globvar DoorOpened (boolean). And for ex, it has number 2 in the globvar list. Can I work with this globvar via its number? Smth like
Code: ags
Global[2]=true; 
Display( Global[2].Name );
#14
Really to see the game script in this game? :)

Any parts of script


And really to turn on Debug Mode via script? (not in the General Settings)
#15
It's really?

AGS Game without pause, when inactive game window. I.e. you click to Windows desktop (off game window) and the game works inspite of this



How to remove this game pausing?
#16
Really create debugger for AGS game with command line?

i.e. you run the game, then you type in the debugger smth like
Code: ags
SetGlobalInt(5,444);
Display("%d", GetGlobalInt(5) );
and it works in the game
#17
Is there old version of this game? (with graphics in Legacy style)


I found this shot




And this shot from the current version (remake?)

#18
He made some AGS games? For test, maybe

Maybe under another nickname :?
#19
GetTextProperty and GetInvPropertyText don't works!

AGS says, property 'description' doesn't exist. WTF?
#20
The Rumpus Room / Mystery House in AGS
Sat 18/01/2014 20:30:03
Somebody thought about it?

1:1 conversion. With the same graphics and fonts

Or beautiful graphic remake


It's the mother of the all graphic adventures

SMF spam blocked by CleanTalk