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

#1
Well I don't know where this fits best, so I just try to post it here.

CRMTools is my new program which uses the AGS Native Library (and some parts of the official editor sources) for extending the opportunities AGS itself has. To start off, someone asked in another forum if it is possible to resize a room by changing the background image without losing the area masks. The best possibility for this would be to export the masks and later import them again, because otherwise it is quite a huge work to set them all again. While AGS has the feature to import such masks, it doesn't have an export function. So what I basically did is to write an tool which uses a crm file and exported the chosen mask. This is so far version 0.1 of my tools.

You can download them right here.

If someone needs another room function, then let me know, maybe I will continue the development of this project and then try to include that. It would be the best though if these tools could be included in AGS straight away, but only CJ has influence about this. ;)

I hope the program could help you and I would appreciate any feedback.
#2
I am making a "Chat"-Like Game using the Plugin API. Every Player is connected via Internet and every single Action (Moving, Inventory, Ints,...) will be send to anybody who also is online. So there are many possible interactions to share over the Internet.

I am working to let players make own rooms. It is possible to change Backgrounds (GetBackgroundScene) and Masks (GetRoomMask) at runtime. But I don't know if it is possible to...

- change the Room-Size before changing the Background, so it may be possible to make scrolling rooms of different sizes at runtime.
- add Room-Objects / change Hotspot-Names.
- get access to Object / Hotspot Scripts and edit them.

I think I have to make use some kind of tricks, but if there is any "hidden" function or you know better or you can explain me why it couldn't work, please answer!

Thank You,
Endres
SMF spam blocked by CleanTalk