Search found 161 matches
- Sat Aug 31, 2013 3:58 pm
- Forum: Severance BoD: Modding Community
- Topic: Export weapon error has occurred. Why?
- Replies: 11
- Views: 2891
Re: Export weapon error has occurred. Why?
It is very exasperating! But I have not given up trying, now, I seem to find a workable Way. :) If the edge belongs to group "Blade_Object_xxxxx", export, will go wrong. Of course, this is not necessarily. http://priv.hiphotos.baidu.com/album/s%3D1100%3Bq%3D90/sign=90339ea6b219ebc4c4787298...
- Fri Aug 30, 2013 11:13 am
- Forum: Severance BoD: Modding Community
- Topic: Export weapon error has occurred. Why?
- Replies: 11
- Views: 2891
Export weapon error has occurred. Why?
In 3ds max, Failed to export weapons, I tried to find the cause. Then, after several attempts, I think this should be the errors caused by the edge. But I don't know why this is so. :( When I create a new object as an edge, the export of weapons to be wrong. http://priv.hiphotos.baidu.com/album/s%3D...
- Mon Oct 15, 2012 2:08 am
- Forum: Severance BoD: Help / Game Discussion
- Topic: Cutscenes problem
- Replies: 10
- Views: 3397
Hi Prospero! I have some questions about Bod: 1. I find there are some *.sf files in the game's folder, what are these and what are these codes mean? Are they Ghost area? I checked them in the game and found there is some relationship with background music. But I don't know how to use them , I need ...
- Wed Sep 19, 2012 9:01 am
- Forum: Severance BoD: Help / Game Discussion
- Topic: Cutscenes problem
- Replies: 10
- Views: 3397
- Tue Sep 18, 2012 5:03 pm
- Forum: Severance BoD: Help / Game Discussion
- Topic: Cutscenes problem
- Replies: 10
- Views: 3397
oh,yes!But now I encountered a new problem, The following code can not transfer function?
Bladex.AddInputAction("Recycl", 0)
Bladex.AddBoundFunc("Recycl", Recycling, (per.Name,))
Bladex.AssocKey("Recycl", "Keyboard", "Backspace", 1)
Code: Select all
Bladex.AddBoundFunc("Recycl", Recycling, (per.Name,))
Bladex.AssocKey("Recycl", "Keyboard", "Backspace", 1)
- Tue Sep 04, 2012 11:58 am
- Forum: Severance BoD: Help / Game Discussion
- Topic: Cutscenes problem
- Replies: 10
- Views: 3397
- Tue Sep 04, 2012 9:23 am
- Forum: Severance BoD: Help / Game Discussion
- Topic: Cutscenes problem
- Replies: 10
- Views: 3397
Oh!Yes, the fade time is just right.prospero wrote:There are a few functions in the Lib/AuxFuncs module that handle screen fades.
You can add values for the timing to these function calls. Can't remember exactly how they work, but I'm sure you can figure it out.Code: Select all
AuxFuncs.FadeFrom() AuxFuncs.FadeTo()
- Mon Sep 03, 2012 4:42 pm
- Forum: Severance BoD: Help / Game Discussion
- Topic: Cutscenes problem
- Replies: 10
- Views: 3397
Cutscenes problem
I use AbreCam function to create cutscenes, but it does not look how good.
I think, the start and end of the cutscenes should have a fade-out and fade-in., please tell me how to do that, thank you! 


- Sat Sep 01, 2012 6:37 am
- Forum: Severance BoD: Help / Game Discussion
- Topic: A question about the LED
- Replies: 4
- Views: 2200
Re: A question about the LED
Yes, there seems to be an pre-set angle where the character will slide. You can override this by defining the sector with the slope in: slippysect1=Bladex.GetSector(x,z,y) # give coords of a point somewhere within the sector. slippysect1.TooSteep=1 # 1 will force a slippage on the floor of the sect...
- Fri Aug 31, 2012 4:09 pm
- Forum: Severance BoD: Help / Game Discussion
- Topic: A question about the LED
- Replies: 4
- Views: 2200
Re: A question about the LED
So! Thanks for your point. After a few hours of the try, I was finally successfully created an gear of the door. :D Indeed!The relevant code is not simple! Oh! Perhaps I have a few questions to figure out: to create a slope in the LED, then entered the game to load my map, the protagonist go up the ...
- Thu Aug 30, 2012 3:59 am
- Forum: Severance BoD: Help / Game Discussion
- Topic: A question about the LED
- Replies: 4
- Views: 2200
A question about the LED
Hello, everybody!I have a question, I would like to create a slide area in the LED, And then use it to achieve an organ doors, but I do not know how to create the slide area, please tell me how to do, thank!Ah...By the way, I'm sorry, my English is very bad! 
