Jump to content

Ziu VRM

Members
  • Posts

    6
  • Joined

  • Last visited

About Ziu VRM

Profile Information

  • Location
    BCN

Ziu VRM's Achievements

  1. Dear lynx, Never intended to be a pain for no-one, sry if you felt the opposite! I've spent months trying for a proper way to proceed and then I asked for help here. I'll private message you if you don't mind.
  2. Hi guys, We've managed to start doing something. I'll post it here in case it may be of interest for anyone.. It is an inelegant "hack" to the gemRB. bg1/GUIINV.py import time import MessageWindow ... def UpdateInventoryWindow (): """Redraws the inventory window and resets TopIndex.""" Window = InventoryWindow pc = GemRB.GameGetSelectedPCSingle () GemRB.CreateCreature(pc, "KOBOLD", 1, 1) # KOBOLD 122 GemRB.SetPlayerStat (pc, IE_XP, 330) MessageWindow.TMessageTA.Append("[p][color=f1f28d]Q'apla[/color][/p]\n") time.sleep(1) MessageWindow.TMessageTA.Append("[p][color=ff00ff]magenta!![/color][/p]\n") time.sleep(1) MessageWindow.TMessageTA.Append("[p]adeu[/p]\n") The time.sleep is not working sequentially as expected, maybe we need a wait or something.. it's all work in progress. Basically when pressing the inventory button, you get more exp, and a Kobold is created. Then some colored messages apprear in the console. We wanted to trigger it by pressing the space bar or some combination of keys. Any ideas on how to do that? Same for text, is there any more "gameplay oriented" way to do it (including color circle of the player flashing when talking and so on)? But in case we can get the timing under control and being able to work with other party members we feel this may be a good way to go!
  3. Hi all, Having someone with knowledge of the tools to get involved would be great. But we really want to finish this project at some point so I'm back to the original idea which is trying to do it somehow.. I do not have a single clue on how to start from scratch so I feel I'd need to get some sort of setup done from which it could call to functions and so.. Having a recycled example where I only had to change the content and the script itself would be a nice beginning. Since linx comments were a bit discourageous I'm thinking on another approach, the "NPC human-acting". Getting 6 pals, each on a different PC, to join us and together pretend that we are actors moving and writing what is scripted at the precise moment. The 6th player should be recording the scene guess. That would limit options a bit and for sure it would need a nice amount of editing. I've never used multiplayer.. do you think it could do the job? The 1st option is still using the engine and that's why I keep posting so let's see what can be done !!
  4. That sounds promising! I started trying to fake the gameplay with Adobe animate and I do not think it's possible at all.. so knowing it can be done with the engine is a new hope. I have the save and also do have the script/storyB (we are only missing the timecode as I'd like to have some dialogues triggered at specific time.. and also make sure it can be read with no need to pause). The song is ready as well, is a custom version of the title screen theme, well recorded at the studio and so. If someone is open to take part in the implementation process it'd be great !! It is not a video with everything decided, so we are open to let everyone participating have their own peace of influence in the final result. Thanks again !!!
  5. Hi all, We are a tribute band to XX century games (https://www.youtube.com/channel/UCNXjc3kOGV4qX56LHjUtlUg). As for now we only publish song with "videoclip". We have many already recorded songs waiting to be released because of that. Next in the cue is BG's. We want to do a machinima video based on the original BG. Basically a party (Minsc, Khalid, Xzar..) moving from A to B chatting following a "funny" timed script that would last ~2 minutes. There is no need for it to be playable at any time (I think I'm looking to create a long cutscene with dialogs). I've been looking/asking around and was addressed here (https://gibberlings3.github.io/iesdp/main.htm) which looks promising. There are many funcitions that seems that would do the job: But after some research I really do not know how to start. Prepare a savegame file with the party I want in the place I want and then "play" the script? Do a complete set up? Can any of these be done? ...How? I feel like if I had an example covering the initial set-up, and some calls to function, setting up a dialog, being able to test timmings would be a nice start. I'am a bit clueless, and that's why I am asking for your help. Thanks !!!
×
×
  • Create New...