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

#21
Hi

As AGS is very nice for adventure games and haven't good performance for other genres is any way for connect between two exe from AGS and another engine?
Indeed i need to AGS for part 1 of my game and other engine for continue game

let me clear explain:
Your suppose we have 2 exe from 2 different engine:
1) Is it possible when we finish first exe it switching to second exe?
2) second exe don't run automatically before we complete first exe.I think we need write an ini file for write on.is it possible too?

Or is here any program for leading to exe?

appreciate for any suggestion
#22
General Discussion / XNA is dead
Sun 03/02/2013 15:47:45
Hi
Unfortunately XNA framework is being discontinued
http://www.gameinformer.com/b/news/archive/2013/02/01/report-xna-is-dead.aspx
#23
Hi

Please introduce to me a engine very similar to AGS coding and interface for other genre games.in my opinion XNA is similar as interface but its pretty hard and its only framework too.

your suggestion?
#24
There is a new adventure engine under construction :
http://age.seccia.com/

I saw a special part in this engine for better focus on story.It is 'Scenario Editor'.I think it will be very useful for add to AGS editor.any suggestion?
#25
Hello

Is it possible to remove Direct Draw 5 form combo box in winsetup? I only want D3D mode.because i have some miss color in DD5(Its really strange and i dont know why)
I use 640X480 16 bit

If is not possible.can you tell me a suggestion like appear a message to "This game only works in D3D mode" when user select DD5?

appreciate for any help
Mehrdad  
#26
Hi

I make a Persian(Farsi) ttf font with  Radiant Font Editor.
All anythings is works fine but i cant see real texts for paste into the AGS.I can see something like "|| %GJ  HJ*&".and this is very hard for many dialogs and takes a huge time for checking all.

Is any way for see real text before paste into the AGS or any suggestion?

Mehrdad
 
#27
General Discussion / Main problem with AGS
Mon 12/09/2011 10:53:01
Hello

I think AGS is a complete engine for make adventure game now.tools and scripts is perfect .but in my opinion AGS only have a big problem: AGS is slow.

I really want know if is any way for make 60fps(frame rate) games?at least for 640X480 16bit.

without this problem,AGS will be best engine for Adventure and Platformer game.doesnt it?

i'll glad hear your opinion.


#28
Hello

I have a problem with fullscreen in my game.I am on 640X480 16 bit.when i use fullscreen i see a stretch scene.I have wide monitor.also i turn on "side borders on widescreen monitors "but i have not seen any borders!!.scene is completely stretch in full mode and is very ugly.why?
I dont want use any graphics filter

i use:
640X480 - 16bit
wide monitor
win 7
#29
Hello

Sorry,but i have a big problem.I can't see any flc animation in my game.instead i see a black picture in direct draw 5 and in mode D3D9 appear error mismatch color depth.
I sure my animation color depth is 256.

I use 16bit & 640X480 D3D9+    (directx 11)
I use win 7 ultimate.is here another bug on 7?please help me.its serious problem.i dont want use another format.. (OGV,MPEG,AVI).
FLC is enough for me and good format with less size.
#30
Hello

Is here any way for make custom menu to select language in game intro without use winsetup.exe ?
#31
I done turn on gpanel GUI with Escape key.but if i press ctrl key i cannot appear gpanel again with Escape key !!!!!!!.other keys is not problem.

meantime i did disable many keycodes with //
also i havent this problem on winxp directdraw 5!!!!!!!thats work fine. ???

I use win7 ultimate.directx11

is any code for disable ctrl key like:
Code: ags

//rep_exe
if ((IsKeyPressed(405) == 1)||(IsKeyPressed(406) == 1))
{
!!!!!!!!!
}


i dont know what use code instead '!!!!!!!!'

ClaimEvent()   is dont work in up code.



Mehrdad


#32
Hello

I made custom inventory.i have a problem.....

Code: ags
//in  rep_exe
if ((GUI.GetAtScreenXY(mouse.x,mouse.y)==gGui1)&&( player.ActiveInventory == null)) {
mouse.Mode= eModeInteract;
mouse.UseModeGraphic(6);  //pointer
mouse.Mode = eModeUseinv;

}else if((GUI.GetAtScreenXY(mouse.x,mouse.y) == gGui1)&&( player.ActiveInventory != null)){
 
mouse.Mode= eModeUseinv;
mouse.UseModeGraphic(6);//pointer

}


In here ,i can pickup a item but i can not pick another item.seems item 1  lock to mouse.I can not return to normal mode for pick up another item.
sorry for bad english and sorry for very beginner question.

Mehrdad


#33
Hi

Is it possible?Run player in scene(change view) with DOUBLE CLICK.!!!
#34
General Discussion / Ethanon Engine
Sat 28/08/2010 16:11:14
Ethanon is a free 2D game engine focused on the recent video cards for hardware acceleration and shader effects. EE is best suitable for 2D games with a top-down view, but it can also be used to develop other styles, such as side scrollers and shoot'em up games. The main goal of this engine is to provide high-quality lighting, shadow and particle effects with an easy to use visual interface and a simple and direct scripting system.

EE is entirely based on 2D sprites. It uses pixel shaders to perform the normal map based lighting and supports any kind of map construction (e.g.: isometric, orthogonal or hexagonal) because it's based on arbitrarily positioned entities instead of fixed tiles.

To control the game flow and handle its events, Ethanon Engine uses AngelScript for scripts, which brings a familiar C++ syntax to the code. The integration with the scripting language is pretty simple and easy to understand. Many features are included in the scripting system, such as full entity manipulation, save and load games with one instruction, video playback support, and more.

main page:
http://www.asantee.net/ethanon/

shots:
http://sourceforge.net/project/screenshots.php?group_id=303720

#35
hi
please listen preview track 8 -12:(AMAZING!!!!)
http://www.7digital.com/artists/georges-delerue/interlude-and-rapture/

maybe you listen before
Intelude by: georges delerue

anyone have full mp3 for me?
I can not buy CD album.my country is Economic sanctions(Iran).
#37
Hi
I want make persian fonts(farsi) with font editor(Radiant).english Alphabet is 26 word.but persian is 32.
problem 1: how do i make and synchronize with keyboard?
problem 2:persian fonts is true type.and change any word after press space key.for ex: if me does type L,and press space now.its will be changed to new symbol.we have (for" I" word example):first I ,middle I ,end I. and it's will be a difficult make with keyboard.(keypad is not enough for that)
problem 3: Can I import a pre-existing font straight into the editor(without use GUI)if is possible please lead me.
I dont want use Gui for dialogues because i get a huge exe.and i can not  make translation for choose language between english and persian in winsetup.exe (AFAIK course)

sorry for bad english
#38
This topic is questions for solve  problems AGS platform games :
OK.
discussion for a platform game with AGS:
for a platform multi room(no scroller).how we can detect between frames.for instance when player do near to end of screen... and will be jump.and now player appear to next room with CONTINUE JUMP pass.
in 1213 games series, you can not  jump when player is near end of screen(left or right). can't  you believe? try 1213 games from Yahtzee:

http://www.adventuregamestudio.co.uk/Newsite/Games.aspx/Detail/664/1213_Episode_1

maybe is a bug in this game(AFAIK)

but  instead,gravity structures is very nice.

Question 1: how we can detect player between frames?(read up).is it possible?(I dont want scrolling)
Question 2:how we can make gravity that player dead from high plat falling to floor ?
Question 3:grab ledge.and climb up!!!!

I am beginner to script and programming.but powerfull to 2D animation and make sprites(its my job:Director animation & main animator(2d only))

sorry for bad english
I have many questions again.but step by step.

thanks
MEHRDAD


#39
General Discussion / CPU works on %100.WHY?
Sun 11/04/2010 15:43:54
Hi
I have a strange problem.when i play some games,cpu works between 99%- 100%(show to task manager).and strart  CPU fan to run.and I close application for safety.(I have laptop).this happen for some games.not all.(some ags games(with direct draw even)-some flash games-or any other short games).I check for direct x version but this happen on flash games even.I use direct x 9.0c .because can not use higher for old graphic card.

Why?

my system is:
laptop
pentium IV 1.60 GHz
256 mb ram
64 mb ram graphic card
direct x 9.0c (can not use higher for old graphic card)


#40
you can make any genre of 2D games with Multimedia Fusion or The games factory.
and now Export SWF(flash format) for your games.without learn actionscript(flash language)or entering a line of code:


http://translate.google.com/translate?js=y&prev=_t&hl=en&ie=UTF-8&layout=1&eotf=1&u=http://www.clickteam.com/fr/flash&sl=frl=en


EDIT:  http://www.clickteam.com/website/usa/create-games-for-adobe-flash-player.html
SMF spam blocked by CleanTalk