Please login or register.

Login with username, password and session length
Advanced search  

News:

IRC channel - server: waelisch.de  channel: #wme (read more)

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.

Topics - PeterSVK

Pages: [1]
1
Technical forum / Walking sound - [SOLVED]
« on: May 06, 2010, 09:30:34 PM »
Hi again, does anyone know how to do this ? i was thinking about several options but none of them will work i think, so is there any script for it ? THX  ::wave

I want normal footstep sound, when actor walks sound is playing and looping, if he stop the sound will stop too...

2
Technical forum / BIG FPS problems + loading time question
« on: May 03, 2010, 03:07:53 PM »
Hi, I got another problem.I just start working on new adventure game and i have this problem.Whole game contains only 1scene [if MENU doesn't count] and an actor.And actor is, i think where the problem is. Actor can walk in 8 ways, like default. Walkcycle to every way has 21images .png in the size of 68,00KB[size of every].Every image is 500x600.So, i start the game, click on a new game and i have 8 scripts running, everything is fine, but when i click somewhere for actor to walk, the whole game became soooooo laggy.I start the game from packeges and from WME window too.Result is same.This FPS laggs occurs,i think, randomly when animation of actor starts.Sometimes it is not laggy and actor is walking normal, sometimes it is more laggy, sometimes less.But it occurs with cirka 70percent chance I think.so i Click somewhere and actor start to animate, whole game is verry laggy for cirka 5-15sec., then the animation is normal again.

Second question is about loading.What is loading at the start of the game and what is loading at the start of the scene ? My game is on the very start and has 25MB and is loading in my opinion too long.... is there any loadbar or load bar script so the gamer dont need to wait for load with black screen ?

PS: I dont have very good computer, but if loading depends on the size of game, when i will finish it, it ll be loading for ages...
PPS: Sorry for my english  :)
THX every1 who will reply

3
Technical forum / PDA scrolling with scene
« on: October 24, 2009, 05:03:36 PM »
Hi again  ::wave
i got another problem wich i dont know how to solve alone  ;D
So, i got PDA wich is build from some entitis deleting and loading wich have some LOCations.But when actor is moving and scene is scrolling, PDA is just standing on same place and acting like some normal thing in scene.so my goal is to make PDA scrolling with scene, so it will have LOCations where to appear on the screen, but when scene will be moving, PDA will be moving too... any ideas pls ? thx vey much  :P

4
Hi ::wave , just a fast question.
I have some entities wich i dont want to scale in any way, but if i have set in scene.edit that green lines i dont know how to stop it... i was looking in documentation but i wasnt able to find correct command ot correct syntax.So anyone know how to stop entity scaling from green lines in scene.editor(every scene has different scale lines) ? thx 

SECOND QUESTION(How to delete entity from another entity ? ) - please scroll down, THX

5
Technical forum / Crashing with OpenAs
« on: October 13, 2009, 07:27:59 PM »
Hi, i just wanna try some actions with external files, but when i use OpenAsText or OpenAsBinary, WME crush and it writes :
Code: WME Script
  1. -----------------------------------------------------------------
  2. ---------- wme 1.8.011 crash report: 13-10-2009, 20:16 ----------
  3. -----------------------------------------------------------------
  4. wme.exe caused a EXCEPTION_ACCESS_VIOLATION in module wme.exe at 001B:004403D8
  5. EAX=00000007  EBX=00C6DE8A  ECX=00000000  EDX=00C70531  ESI=00000000
  6. EDI=00000000  EBP=003D4758  ESP=0012FD88  EIP=004403D8  FLG=00010202
  7. CS=001B   DS=0023  SS=0023  ES=0023   FS=003B  GS=0000
  8. Stack trace:
  9. 001B:004403D8 (0x003D4758 0x00000000 0x003D4C80 0x00000000) wme.exe
  10. 001B:003D0101 (0x00442740 0x00401120 0x004045E0 0x00442480) <UNKNOWN>
  11. 001B:00404C90 (0xCCCCCCCC 0xCCCCCCCC 0x0424448B 0x0824548B) wme.exe
  12. 001B:CCCCCC00 (0x00000000 0x00000000 0x00000000 0x00000000) <UNKNOWN>
  13.  

My script is(just for testing) :

Code: WME Script
  1. on "Talk"
  2. {
  3. actor.Talk("something");
  4. var TestBIN = File("MotoCars_1_0.exe");
  5. TestBIN.OpenAsBinary(1); // 1..open for reading, 2..open for writing
  6. Sleep(10000);
  7. TestBIN.Close();
  8.  Sleep(1500);
  9.  actor.Talk("yeaaaah");
  10. }

it is crashing after actor say "something", no errors in debug console... i tryed OpenAsText with .txt files, but its crashing with same error... pls help me  :(

6
Technical forum / Game saved....oh...really ?
« on: October 04, 2009, 08:52:42 AM »
Hi, i got another problem.
I got a game but it is total useless because of saving. If I want to save game, I click on Save Game,i write name of the game and game starts saving (red saving progress bar appears).. that's OK, but if i want to load game i cant, because there is not any game to load.I do not changed saving codes or windows or something like that, everything is default.When i tryed to save in wme_demo, it works... so... whats the problem pls  ???

thanks  ::)

7
Technical forum / Actor standing behind entity :(
« on: September 17, 2009, 06:45:38 PM »
Hi there
In WME i am just noobie and of course i got 1 newbie question, so the problem is:
I got a scene,actor,entity and scene background. Everything is fine until i add entity with script:

Code: [Select]
global sth = Scene.LoadEntity("entities\sth\sth.entity");
   sth.SkipTo(483, 287);

i want this entity to be like background - actor is in front and background is behind him, but in my case entity is overlaying actor :( another words, i want to put entity behind the actor.

So do u have any idea how can I fix this ? or how can i sort entities which are added with this script ?

THX and sorry for my english  :)

8
Technical forum / Error loading settings file -> help pls
« on: August 22, 2009, 05:46:21 PM »
Hello

I start creating my first adventure game,i made a project and everything was fine for 2 days.Today i turn on computer and when i want open my project i get error "error loading the settings file" ... and project don't run.All other "tutorial prjects" run as usually....Sprite edit and scene edit works fine - on my project too. Reinstall does not help,So if anybody can - help me pls.

THX

(Sorry for my english)(I posted this question on czech forum too so i hope i am not breaking the rules  ::) )

9
Technické fórum / Chyba: Error loading settings file
« on: August 22, 2009, 02:36:15 PM »
Zdravim

Zacal som pracovat na mojej prvej adventure,vytvoril som si projekt a vsetko slapalo asi tak 2 dni.Dnes som zapol komp a ked som ten projekt chcel spustit tak mi vypisalo chybu: error loading settings file a projekt sa nespustil.Vsetky ostatne tutorialove projekty sa spustit daju.Taktiez sa daju spustit z toho mojho projektu sprity a scene..proste aj tie editori funguju...Reinstall nepomohol,tak mi prosím ak niekto tuší ako to napraviť pomôžte.

Vopred ďakujem :)

Pages: [1]

Page created in 0.026 seconds with 23 queries.