安装 Steam						
					
				
				
									登录
											 | 
						语言
						
																																															繁體中文(繁体中文)
																													日本語(日语)
																													한국어(韩语)
																													ไทย(泰语)
																													български(保加利亚语)
																													Čeština(捷克语)
																													Dansk(丹麦语)
																													Deutsch(德语)
																													English(英语)
																													Español-España(西班牙语 - 西班牙)
																													Español - Latinoamérica(西班牙语 - 拉丁美洲)
																													Ελληνικά(希腊语)
																													Français(法语)
																													Italiano(意大利语)
																													Bahasa Indonesia(印度尼西亚语)
																													Magyar(匈牙利语)
																													Nederlands(荷兰语)
																													Norsk(挪威语)
																													Polski(波兰语)
																													Português(葡萄牙语 - 葡萄牙)
																													Português-Brasil(葡萄牙语 - 巴西)
																													Română(罗马尼亚语)
																													Русский(俄语)
																													Suomi(芬兰语)
																													Svenska(瑞典语)
																													Türkçe(土耳其语)
																													Tiếng Việt(越南语)
																													Українська(乌克兰语)
																									报告翻译问题
							
						
 
											 
													







!thereisnotry
Falls jemand deutsch ist und eine Übersetzung sucht dann ist er hier richtig.
Habe ein neues Update veröffentlicht und werde es weiterhin unterstützen!
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=2002212004&searchtext=rebellion
The bigger cause, however:
NOTE: TURN ON CAP FRAMERATE (in graphics, settings).
With modern rigs, frame rate will far exceed anything that will work with frame based pauses (which was the only option when this mod was made).
Rebel Obj card redaction conform to an early informal policy by FFG for internet versions of their games.
@Proof Of Staek Thank you for this; sometimes physics and script handling changes -- also script timing is (was) handled by frames. Faster frames = more difficulty leaving enough pause. Scripting for users of all frame timings can be problematic. I might also check your physics setting. It is possible difference physics settings have different outcomes. I may implement this fix if the discord community is running into your problem as stated as well.
Setting the pos.y on the stacks so they are closer together and stack faster fixes it. +0.25 for the II objectives and +0.5 for the I objectives:
-- stack up
for i=1,120 do
coroutine.yield(0)
end
pos = {}
rot = {}
pos = baseObjs.objIII.getPosition()
rot = baseObjs.objIII.getRotation()
baseObjs.objII.setPositionSmooth({pos.x,pos.y + 0.25, pos.z})
baseObjs.objII.setRotationSmooth(rot)
coroutine.yield(0)
baseObjs.objI.setPositionSmooth({pos.x,pos.y + 0.5, pos.z})
baseObjs.objII.setRotationSmooth(rot)
for i=1,240 do
coroutine.yield(0)
end
It's an excellent mod, with one very.. interesting design choice.
1) owner of the game takes 3 pictures of all level I, II and III rebel object cards (if you're even slightly determined you can find uploads of the cards, or at least their descriptions, already on the internet)
2) e-mail or send them however you want over the internet to the other player(s)
3) other players randomly pick cards from the photos as their objectives. can even use a random number generator from google (or dice!) to pick which ones.
Just wanted to say thanks for the work and continued improvements!
thanks
just one question... how to subjecate a system?
Have tried disabling mod cache and restarting/reloading, no change.