-
Posts
32 -
Joined
-
Last visited
Reputation Activity
-
Mrnoobisnotonfire got a reaction from N_N in ROBLOX
Big update here. Kindly download for those who want it.
And yes, redownload again for those who download these before. sorry.
-
-
-
-
-
Mrnoobisnotonfire got a reaction from TDYXY in Ronald World 1.0 RELEASE
Tho are you sure that the proper place to keep your download?
-
Mrnoobisnotonfire reacted to TDYXY in My project Ronald World 0.5 Pilot (LAUNCH)
Two months ago I released version 1.0. From my point of view, it improves several flaws that 0.5 had
You should give it a try if you like :v
-
Mrnoobisnotonfire got a reaction from TDYXY in My project Ronald World 0.5 Pilot (LAUNCH)
IDK if this count, but here, https://www.andersonkenya1.net/files/file/448-pinkamena/
Above file referred to this post:
Anyway, how's the progress of this project?
-
Mrnoobisnotonfire got a reaction from TDYXY in My project Ronald World 0.5 Pilot (LAUNCH)
Aw, what? Welp. For the sake of the game, I guess.
-
Mrnoobisnotonfire reacted to TDYXY in My project Ronald World 0.5 Pilot (LAUNCH)
hmm... the truth is that this error never appeared to me when I played with pinkamena. but some people who tested the game already informed me about the same error. I guess for version 1.0 I will have to replace or eliminate pinkamena.
Thanks for your comment!
-
Mrnoobisnotonfire got a reaction from TDYXY in My project Ronald World 0.5 Pilot (LAUNCH)
Kay. Found some issue.
I can't play as Pinkamena.
Here's the code for that error:
Error detected.
Can't load pinkamena.sff
Error loading chars/pinkamena/pinkamena.def
Error loading p2
Clipboard tail:
Loading BG...OK
Stage loaded OK
Setting game resolution 1280x960...OK
Allocating helpers...OK
Match RNG seed: 2093159095
Reset persist vars team 1
Player Mr Nub 1.0 cache count increased: 1
Player HEIHACHI purged from cache: 99
Freeing player RC HEIHACHI...CMD...CNS...SFF...AIR...SND...Misc...OK
Loading character chars/pinkamena/pinkamena.def...
Loading info...Info: Pinkamena loading in pre-1.0 compatible mode
OK
Loading cmd command set pinkamena.cmd...OK
Loading cns pinkamena.cns...OK
Loading cns pinkamena_st1.cns...OK
Loading cns pinkamena_-2.cns...OK
Loading cns pinkamena_-3.cns...OK
Loading cmd state entry pinkamena.cmd...OK
Loading common states common1.cns...OK
Loading sff pinkamena.sff...Character pinkamena.def failed to load
Idk. Maybe has something to do with that sprite. Any fix?
-
Mrnoobisnotonfire got a reaction from TDYXY in My project Ronald World 0.5 Pilot (LAUNCH)
Im interest in this cool project. Im in. (Guess im gonna pretending im not a good coder then and complaining almost everything wrong here.)
-
Mrnoobisnotonfire reacted to PlasmoidThunder in Var and Fvar
They're the same in that you can assign a value to and perform the same operations on them, but trying to assign a float to a var or an integer to an fvar will display an error message in debug.
-
Mrnoobisnotonfire reacted to PlasmoidThunder in Var and Fvar
Vars hold integers (whole numbers) and fvars hold floats (decimals).