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 - Calin Leafshade

#21
It's trying to set a label for debugging. Presumably the module author left it in by mistake.

Just remove that line.
#22
I'm trying to enumerate all the inventory items but I can't find any way to do it. Usually its something like character[ i ] but inventoryitem[ i ] doesnt seem to exist.

So how do I get an inventory item by its ID?

EDIT: Ha, ok so it *is* inventory[ i ], but that array is only defined when you have at least one inventory item. The same goes for the gui[] array.
#23
I agree with the idea of using plain zip files as the data format.

It makes sense to use a format that has plenty of upstream support instead of having a custom format just for AGS.

I see no downside.
#25
General Discussion / Re: Videos in AGS
Wed 22/04/2015 15:56:01
I think that's always been the case since the video rendering in AGS is totally separate from the other graphical systems i think.
#26
General Discussion / Re: Videos in AGS
Wed 22/04/2015 14:32:01
All The Way Down uses a video for the Sanctuary Interactive logo. Interestingly AGS videos are played at the res of the game window not the native res of the game so you can use it for things like high res logos.
#27
in that case just make a new bitmap that is screen size, attach it to a GUI and draw on that.
#28
probably not because the areas outside the viewport will be culled and not rasterized.
#29
Quote from: Snarky on Fri 10/04/2015 12:07:55
To save others some time: Her theory is that the towers were destroyed by some sci-fi "energy beam" superweapon that was able to disintegrate their molecular structure.

Well I'm convinced.
#30
I like your new design. As a professional web developer myself I'm happy to offer my services.
The main reason for my generosity is that I want to expose a dev API for the games db for Nimbus.

(2019 seems good for me, nothing on the calendar anyway)

#31
Engine Development / Re: Porting to Allegro 5
Sun 01/03/2015 12:21:23
If its a new interpreter then it's not "switching" to anything.
Just saying you should analyse the options available and not use allegro just because the original AGS uses it.

No hostility, just a suggestion.
#32
Engine Development / Re: Porting to Allegro 5
Sun 01/03/2015 12:01:07
If C++ is important for you then why not use a gfx lib with c++ bindings like SDL?

(sorry for pushing SDL, i don't really care either way but it seems like you're keeping allegro for no real reason)
#33
Engine Development / Re: Porting to Allegro 5
Fri 20/02/2015 16:11:54
If you'd start from scratch then why use Allegro? Isn't SDL generally better supported and more actively developed?
#34
The new thing that these generators introduce is that they use the distance from the background to roughly determine the height of the sprite.
#35
You could maybe use normal mapping in a low res ags game with fairly small characters.

Otherwise, without shaders, it's just too computationally expensive.
#36
I cloned Sprite DLight a few days ago because it's not free.


Beautiful right?

I managed to get pretty cool results.

ON:


OFF:
#37
I agree with CW. Really there is no difference between a file stored in the game package and a file on the file system. They are both just byte streams with arbitrary data.
#38
The mistake is on line 934 of the script MyGame.asc

You spilled coffee on your keyboard and it caused the backspace key to be pressed 14 times before you mopped it up. This deleted 13 spaces and one closing brace.

Easy fix really.
#39
Quote from: Crimson Wizard on Sun 04/01/2015 19:44:23
Script API

ProcessClick -> Room.ProcessClick
The old ProcessClick() global function is now a static function of Room class. You may need to fix your scripts if you use it, or disable "Enforce object-based scripting" option in Game Settings.
#40
Is the source on github or anything? Maybe some of us could contribute.
SMF spam blocked by CleanTalk